Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dcolldata.cpp419 UnicodeString hanString; in CollData() local
421 hanString.append(hanIter.getCodepoint()); in CollData()
422 hanString.append(hanIter.getCodepointEnd()); in CollData()
431 CEList hanList(coll, hanString, status); in CollData()
/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c4822 static const UChar hanString[] = { 0x65E5, 0x672C }; in TestReorderingAPIWithRuleCreatedCollator() local
4851 …strcoll(myCollation, greekString, UPRV_LENGTHOF(greekString), hanString, UPRV_LENGTHOF(hanString)); in TestReorderingAPIWithRuleCreatedCollator()