Searched refs:sortKeyStr2 (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 876 char sortKeyStr2[2048]; in TestBengaliSortKey() local 877 uint32_t sortKeyStrLen2 = UPRV_LENGTHOF(sortKeyStr2); in TestBengaliSortKey() 902 ucol_sortKeyToString(c2, sortKey2, sortKeyStr2, sortKeyStrLen2); in TestBengaliSortKey() 910 log_info("[%s] -> %s (%d, from rule)\n", aescstrdup(str2,-1), sortKeyStr2, sortKeyLen2); in TestBengaliSortKey() 914 log_verbose("[%s] -> %s (%d, from rule)\n", aescstrdup(str2,-1), sortKeyStr2, sortKeyLen2); in TestBengaliSortKey() 942 char sortKeyStr1[512], sortKeyStr2[512]; in TestOpenVsOpenRules() local 944 sortKeyStrLen2 = UPRV_LENGTHOF(sortKeyStr2); in TestOpenVsOpenRules() 1039 ucol_sortKeyToString(c2, sortKey2, sortKeyStr2, sortKeyStrLen2); in TestOpenVsOpenRules() 1050 sortKeyStr1, sortKeyStr2, str, curLoc); in TestOpenVsOpenRules()
|