Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c5314 UCollator *myReorderCollation; in TestReorderWithNumericCollation() local
5345 myReorderCollation = ucol_open("", &status); in TestReorderWithNumericCollation()
5349 ucol_setAttribute(myReorderCollation, UCOL_NUMERIC_COLLATION, UCOL_ON, &status); in TestReorderWithNumericCollation()
5350 ucol_setReorderCodes(myReorderCollation, reorderCodes, UPRV_LENGTHOF(reorderCodes), &status); in TestReorderWithNumericCollation()
5358 …fortyS_sortKey_reorder_Length = ucol_getSortKey(myReorderCollation, fortyS, UPRV_LENGTHOF(fortyS),… in TestReorderWithNumericCollation()
5359 …fortyThreeP_sortKey_reorder_Length = ucol_getSortKey(myReorderCollation, fortyThreeP, UPRV_LENGTHO… in TestReorderWithNumericCollation()
5366 …collResultReorder = ucol_strcoll(myReorderCollation, fortyS, UPRV_LENGTHOF(fortyS), fortyThreeP, U… in TestReorderWithNumericCollation()
5385 ucol_close(myReorderCollation); in TestReorderWithNumericCollation()