Searched refs:fortyThreeP (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/cintltst/
H A Dcmsccoll.c6560 UChar fortyThreeP[] = { 0x0034, 0x0033, 0x0050 }; */
6562 UChar fortyThreeP[] = { 0x0050 }; local
6600 fortyThreeP_sortKey_Length = ucol_getSortKey(myCollation, fortyThreeP, LEN(fortyThreeP), fortyThreeP_sortKey, 128);
6602 fortyThreeP_sortKey_reorder_Length = ucol_getSortKey(myReorderCollation, fortyThreeP, LEN(fortyThreeP), fortyThreeP_sortKey_reorder, 128);
6608 collResult = ucol_strcoll(myCollation, fortyS, LEN(fortyS), fortyThreeP, LEN(fortyThreeP));
6609 collResultReorder = ucol_strcoll(myReorderCollation, fortyS, LEN(fortyS), fortyThreeP, LEN(fortyThreeP));
[all...]

Completed in 91 milliseconds