Home
last modified time | relevance | path

Searched refs:UNIHAN (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/
Dalphaindex.cpp633 delete UNIHAN; in staticCleanup()
634 UNIHAN = NULL; in staticCleanup()
648 UnicodeSet *AlphabeticIndex::UNIHAN; member in AlphabeticIndex
707 UNIHAN = new UnicodeSet(unihanStr, status); in staticInit()
708 if (UNIHAN == NULL) { in staticInit()
1045 if (langType_ != kSimplified || !UNIHAN->contains(name.char32At(0))) { in hackName()
/external/icu4c/i18n/unicode/
Dalphaindex.h713 static UnicodeSet *UNIHAN; variable