Searched refs:sortKeyStr2 (Results 1 – 1 of 1) sorted by relevance
| /third_party/icu/icu4c/source/test/cintltst/ |
| D | capitst.c | 998 char sortKeyStr2[2048]; in TestBengaliSortKey() local 999 uint32_t sortKeyStrLen2 = UPRV_LENGTHOF(sortKeyStr2); in TestBengaliSortKey() 1024 ucol_sortKeyToString(c2, sortKey2, sortKeyStr2, sortKeyStrLen2); in TestBengaliSortKey() 1032 log_info("[%s] -> %s (%d, from rule)\n", aescstrdup(str2,-1), sortKeyStr2, sortKeyLen2); in TestBengaliSortKey() 1036 log_verbose("[%s] -> %s (%d, from rule)\n", aescstrdup(str2,-1), sortKeyStr2, sortKeyLen2); in TestBengaliSortKey() 1064 char sortKeyStr1[512], sortKeyStr2[512]; in TestOpenVsOpenRules() local 1066 sortKeyStrLen2 = UPRV_LENGTHOF(sortKeyStr2); in TestOpenVsOpenRules() 1161 ucol_sortKeyToString(c2, sortKey2, sortKeyStr2, sortKeyStrLen2); in TestOpenVsOpenRules() 1172 sortKeyStr1, sortKeyStr2, str, curLoc); in TestOpenVsOpenRules()
|