Searched refs:u16han (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 2473 const UChar u16han[] = {0x5c71, 0x5ddd, 0}; in TestStrcollNull() local 2513 if (ucol_strcoll(coll, u16han, -1, NULL, 0) <= 0) { in TestStrcollNull() 2516 if (ucol_strcoll(coll, NULL, 0, u16han, -1) >= 0) { in TestStrcollNull() 2519 if (ucol_strcoll(coll, NULL, 0, u16han, u16hanLen) >= 0) { in TestStrcollNull()
|