Searched refs:myReorderCollation (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cmsccoll.c | 5312 UCollator *myReorderCollation; in TestReorderWithNumericCollation() local 5343 myReorderCollation = ucol_open("", &status); in TestReorderWithNumericCollation() 5347 ucol_setAttribute(myReorderCollation, UCOL_NUMERIC_COLLATION, UCOL_ON, &status); in TestReorderWithNumericCollation() 5348 ucol_setReorderCodes(myReorderCollation, reorderCodes, UPRV_LENGTHOF(reorderCodes), &status); in TestReorderWithNumericCollation() 5356 …fortyS_sortKey_reorder_Length = ucol_getSortKey(myReorderCollation, fortyS, UPRV_LENGTHOF(fortyS),… in TestReorderWithNumericCollation() 5357 …fortyThreeP_sortKey_reorder_Length = ucol_getSortKey(myReorderCollation, fortyThreeP, UPRV_LENGTHO… in TestReorderWithNumericCollation() 5364 …collResultReorder = ucol_strcoll(myReorderCollation, fortyS, UPRV_LENGTHOF(fortyS), fortyThreeP, U… in TestReorderWithNumericCollation() 5383 ucol_close(myReorderCollation); in TestReorderWithNumericCollation()
|