Searched refs:hanAppears (Results 1 – 2 of 2) sorted by relevance
/third_party/icu/tools/colprobe/ |
D | colprobe.h | 12 void generateRepertoire(const char *locale, UnicodeSet &rep, UBool &hanAppears, UErrorCode &status);
|
D | colprobeNew.cpp | 668 UBool hanAppears = FALSE; in processCollator() local 691 generateRepertoire(locale, exemplarUSet, hanAppears, status); in processCollator() 713 …put(outputFormat, myLoc, platforms[gPlatformIndexes[0]].name, NULL, TRUE, TRUE, hanAppears), TRUE); in processCollator() 734 …yLoc, platforms[gPlatformIndexes[0]].name, platforms[gRefNum].name, TRUE, TRUE, hanAppears), TRUE); in processCollator() 745 if(hanAppears) { in processCollator() 944 void generateRepertoire(const char *locale, UnicodeSet &rep, UBool &hanAppears, UErrorCode &status)… in generateRepertoire() argument 962 hanAppears = TRUE; in generateRepertoire()
|