Home | History | Annotate | Download | only in i18n

Lines Matching refs:script

681         UnicodeString EthiopicStr = UNICODE_STRING_SIMPLE("[[:Block=Ethiopic:]&[:Script=Ethiopic:]]");
693 "[[:sc=Common:][:sc=inherited:][:script=Unknown:][:script=braille:]]");
706 UnicodeString unihanStr = UNICODE_STRING_SIMPLE("[:script=Hani:]");
785 // Create a UVector whose contents are pointers to UnicodeStrings for the First Characters in each script.
804 if (r < 0) { // TODO fix; we only want "real" script characters, not
809 int script = uscript_getScript(current.char32At(0), &status);
810 if (results[script].length() == 0) {
811 results[script] = current;
813 else if (ruleBasedCollator->compare(current, results[script]) < 0) {
814 results[script] = current;
835 int script = uscript_getScript(current.char32At(0), &status);
836 if (results[script].length() == 0) {
837 results[script] = current;
838 } else if (ruleBasedCollator->compare(current, results[script]) < 0) {
839 results[script] = current;
859 // Create a UVector whose contents are pointers to UnicodeStrings for the First Characters in each script.
910 const char *script = loc.getScript();
911 if (uprv_strcmp(script, "Hant") == 0) {