Searched refs:sortKeyStr1 (Results 1 – 1 of 1) sorted by relevance
| /third_party/icu/icu4c/source/test/cintltst/ |
| D | capitst.c | 996 char sortKeyStr1[2048]; in TestBengaliSortKey() local 997 uint32_t sortKeyStrLen1 = UPRV_LENGTHOF(sortKeyStr1); in TestBengaliSortKey() 1017 ucol_sortKeyToString(c2, sortKey1, sortKeyStr1, sortKeyStrLen1); in TestBengaliSortKey() 1031 log_info("[%s] -> %s (%d, from rule)\n", aescstrdup(str1,-1), sortKeyStr1, sortKeyLen1); in TestBengaliSortKey() 1035 log_verbose("[%s] -> %s (%d, from rule)\n", aescstrdup(str1,-1), sortKeyStr1, sortKeyLen1); in TestBengaliSortKey() 1064 char sortKeyStr1[512], sortKeyStr2[512]; in TestOpenVsOpenRules() local 1065 uint32_t sortKeyStrLen1 = UPRV_LENGTHOF(sortKeyStr1), in TestOpenVsOpenRules() 1155 ucol_sortKeyToString(c1, sortKey1, sortKeyStr1, sortKeyStrLen1); in TestOpenVsOpenRules() 1172 sortKeyStr1, sortKeyStr2, str, curLoc); in TestOpenVsOpenRules()
|