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