Searched refs:sortKeyStr2 (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 877 char sortKeyStr2[2048]; in TestBengaliSortKey() local 878 uint32_t sortKeyStrLen2 = UPRV_LENGTHOF(sortKeyStr2); in TestBengaliSortKey() 903 ucol_sortKeyToString(c2, sortKey2, sortKeyStr2, sortKeyStrLen2); in TestBengaliSortKey() 911 log_info("[%s] -> %s (%d, from rule)\n", aescstrdup(str2,-1), sortKeyStr2, sortKeyLen2); in TestBengaliSortKey() 915 log_verbose("[%s] -> %s (%d, from rule)\n", aescstrdup(str2,-1), sortKeyStr2, sortKeyLen2); in TestBengaliSortKey() 943 char sortKeyStr1[512], sortKeyStr2[512]; in TestOpenVsOpenRules() local 945 sortKeyStrLen2 = UPRV_LENGTHOF(sortKeyStr2); in TestOpenVsOpenRules() 1040 ucol_sortKeyToString(c2, sortKey2, sortKeyStr2, sortKeyStrLen2); in TestOpenVsOpenRules() 1051 sortKeyStr1, sortKeyStr2, str, curLoc); in TestOpenVsOpenRules()
|