• Home
  • Raw
  • Download

Lines Matching refs:UnicodeSet

59     delete static_cast<UnicodeSet *>(obj);  in uhash_deleteUnicodeSet()
83 static void appendUnicodeSetToUVector(UVector &dest, const UnicodeSet &source, UErrorCode &status) { in appendUnicodeSetToUVector()
130 AlphabeticIndex &AlphabeticIndex::addLabels(const UnicodeSet &additions, UErrorCode &status) { in addLabels()
143 UnicodeSet additions; in addLabels()
200 UnicodeSet labelSet; in buildIndex()
210UnicodeSet *targets = static_cast<UnicodeSet *>(uhash_get(alreadyIn_, &itemAlreadyIn)); in buildIndex()
213 targets = new UnicodeSet(); in buildIndex()
286 UnicodeSet lastSet; in buildBucketList()
287 UnicodeSet set; in buildBucketList()
367 void AlphabeticIndex::getIndexExemplars(UnicodeSet &dest, const Locale &locale, UErrorCode &status… in getIndexExemplars()
373 UnicodeSet exemplars; in getIndexExemplars()
394 UnicodeSet lowersToRemove; in getIndexExemplars()
395 UnicodeSet uppersToAdd; in getIndexExemplars()
416UnicodeSet BLOCK_HANGUL_SYLLABLES(UNICODE_STRING_SIMPLE("[:block=hangul_syllables:]"), status); in getIndexExemplars()
542 UnicodeSet *AlphabeticIndex::getScriptSet(UnicodeSet &dest, const UnicodeString &codePoint, UErrorC… in getScriptSet()
597 noDistinctSorting_ = new UnicodeSet(); in init()
598 notAlphabetic_ = new UnicodeSet(); in init()
599 initialLabels_ = new UnicodeSet(); in init()
642 UnicodeSet *AlphabeticIndex::ALPHABETIC;
643 UnicodeSet *AlphabeticIndex::HANGUL;
644 UnicodeSet *AlphabeticIndex::ETHIOPIC;
645 UnicodeSet *AlphabeticIndex::CORE_LATIN;
646 UnicodeSet *AlphabeticIndex::IGNORE_SCRIPTS;
647 UnicodeSet *AlphabeticIndex::TO_TRY;
648 UnicodeSet *AlphabeticIndex::UNIHAN;
668 ALPHABETIC = new UnicodeSet(alphaString, status); in staticInit()
673 HANGUL = new UnicodeSet(); in staticInit()
682 ETHIOPIC = new UnicodeSet(EthiopicStr, status); in staticInit()
687 CORE_LATIN = new UnicodeSet((UChar32)0x61, (UChar32)0x7a); // ('a', 'z'); in staticInit()
694 IGNORE_SCRIPTS = new UnicodeSet(IgnoreStr, status); in staticInit()
701 TO_TRY = new UnicodeSet(nfcqcStr, status); in staticInit()
707 UNIHAN = new UnicodeSet(unihanStr, status); in staticInit()
818 UnicodeSet extras;
819 UnicodeSet expansions;
1017 UnicodeSet *colSet = col->getTailoredSet(status); in initPinyinBounds()