Lines Matching full:script
24 …CYRILLIC SMALL LETTER A}l", $script_run, "Cyrillic 'paypal' with a Latin 'l' is not a script run");
25 …unlike("A\N{GREEK CAPITAL LETTER GAMMA}", $script_run, "Latin followed by Greek isn't a script run…
29 …MBINING CYRILLIC TITLO}", $script_run, "Glagolithic followed by Permic-Arabic isn't a script run");
33 …YRILLIC PALATALIZATION}", $script_run, "Permic followed by Glagolithic-Arabic isn't a script run");
36 …RABIC-INDIC DIGIT ONE}A", $script_run, "Arabic-Thaana chars followed by Latin isn't a script run");
38 …, "Arabic-Thaana digits followed by an Arabic digit from a different sequence isn't a script run");
39 …AANA LETTER HAA}", $script_run, "Arabic-Thaana digits followed by a Thaana leter is a script run");
43 like("abc\N{MODIFIER LETTER SMALL Y}", $script_run, "All Latin is a script run");
44 like("abc\N{MODIFIER LETTER PRIME}", $script_run, "Latin then Common is a script run");
45 like(":a", $script_run, "Common then Latin is a script run");
46 …INHALA LETTER RAYANNA}", $script_run, "Common then Sinhala (which has its own 0) is a script run");
48 …N{HEBREW LETTER TAV}\N{MODIFIER LETTER PRIME}", $script_run, "Hebrew then Common is a script run");
49 …BREW LETTER TAV}\N{MODIFIER LETTER SMALL Y}", $script_run, "Hebrew then Latin isn't a script run");
59 # This exercises the case where the script zero but not the script is
61 …F}\N{EXTENDED ARABIC-INDIC DIGIT EIGHT}", $script_run, "ARABIC with a Shia digit is a script run");
63 like("\N{U+03A2}", $script_run, "A single unassigned code point is a script run");
69 like("A\N{COMBINING GRAVE ACCENT}", $script_run, "An inherited script matches others");
72 …like("\N{COMBINING TILDE}\N{COMBINING GRAVE ACCENT}", $script_run, "A script containing only inher…
76 … $script_run, "Two code points each in multiple scripts that don't intersect aren't a script run");
77 …$script_run, "Two code points each in multiple scripts that 't intersect singly are a script run");
79 like("", $script_run, "An empty string is a script run");
89 "Two digits in same extended script but from different sets of 10";
101 "Script with own zero works with ASCII digits"); # perl #133547
103 "Script without own zero works with ASCII digits");