Home | History | Annotate | Download | only in i18n

Lines Matching refs:ETHIOPIC

420     if (exemplars.containsSome(*ETHIOPIC)) {
422 // make use of the fact that Ethiopic is allocated in 8's, where
424 UnicodeSetIterator it(*ETHIOPIC);
625 delete ETHIOPIC;
626 ETHIOPIC = NULL;
644 UnicodeSet *AlphabeticIndex::ETHIOPIC;
681 UnicodeString EthiopicStr = UNICODE_STRING_SIMPLE("[[:Block=Ethiopic:]&[:Script=Ethiopic:]]");
682 ETHIOPIC = new UnicodeSet(EthiopicStr, status);
683 if (ETHIOPIC == NULL) {