Searched refs:fortyThreeP (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cmsccoll.c | 5317 UChar fortyThreeP[] = { 0x0050 }; in TestReorderWithNumericCollation() local 5355 …ortyThreeP_sortKey_Length = ucol_getSortKey(myCollation, fortyThreeP, UPRV_LENGTHOF(fortyThreeP), … in TestReorderWithNumericCollation() 5357 …Key_reorder_Length = ucol_getSortKey(myReorderCollation, fortyThreeP, UPRV_LENGTHOF(fortyThreeP), … in TestReorderWithNumericCollation() 5363 … ucol_strcoll(myCollation, fortyS, UPRV_LENGTHOF(fortyS), fortyThreeP, UPRV_LENGTHOF(fortyThreeP)); in TestReorderWithNumericCollation() 5364 …trcoll(myReorderCollation, fortyS, UPRV_LENGTHOF(fortyS), fortyThreeP, UPRV_LENGTHOF(fortyThreeP)); in TestReorderWithNumericCollation()
|