Searched refs:sortKeyLen2 (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 872 int32_t sortKeyLen2 = 0; in TestBengaliSortKey() local 898 sortKeyLen2 = ucol_getSortKey(c2, str2, -1, NULL, 0); in TestBengaliSortKey() 899 sortKey2 = (uint8_t*)malloc(sortKeyLen2+1); in TestBengaliSortKey() 900 ucol_getSortKey(c2,str2,-1,sortKey2, sortKeyLen2+1); 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() 940 int32_t sortKeyLen1, sortKeyLen2; in TestOpenVsOpenRules() local 1035 sortKeyLen2 = ucol_getSortKey(c2, str, u_strlen(str), NULL, 0); in TestOpenVsOpenRules() 1036 sortKey2 = (uint8_t*)malloc(sizeof(uint8_t) * (sortKeyLen2 + 1)); in TestOpenVsOpenRules() 1038 ucol_getSortKey(c2, str, u_strlen(str), sortKey2, sortKeyLen2 + 1); in TestOpenVsOpenRules() [all …]
|