Searched refs:UNIHAN (Results 1 – 2 of 2) sorted by relevance
633 delete UNIHAN; in staticCleanup()634 UNIHAN = NULL; in staticCleanup()648 UnicodeSet *AlphabeticIndex::UNIHAN; member in AlphabeticIndex707 UNIHAN = new UnicodeSet(unihanStr, status); in staticInit()708 if (UNIHAN == NULL) { in staticInit()1045 if (langType_ != kSimplified || !UNIHAN->contains(name.char32At(0))) { in hackName()
713 static UnicodeSet *UNIHAN; variable