Searched refs:sortKeyStr1 (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 874 char sortKeyStr1[2048]; in TestBengaliSortKey() local 875 uint32_t sortKeyStrLen1 = UPRV_LENGTHOF(sortKeyStr1); in TestBengaliSortKey() 895 ucol_sortKeyToString(c2, sortKey1, sortKeyStr1, sortKeyStrLen1); in TestBengaliSortKey() 909 log_info("[%s] -> %s (%d, from rule)\n", aescstrdup(str1,-1), sortKeyStr1, sortKeyLen1); in TestBengaliSortKey() 913 log_verbose("[%s] -> %s (%d, from rule)\n", aescstrdup(str1,-1), sortKeyStr1, sortKeyLen1); in TestBengaliSortKey() 942 char sortKeyStr1[512], sortKeyStr2[512]; in TestOpenVsOpenRules() local 943 uint32_t sortKeyStrLen1 = UPRV_LENGTHOF(sortKeyStr1), in TestOpenVsOpenRules() 1033 ucol_sortKeyToString(c1, sortKey1, sortKeyStr1, sortKeyStrLen1); in TestOpenVsOpenRules() 1050 sortKeyStr1, sortKeyStr2, str, curLoc); in TestOpenVsOpenRules()
|