Searched refs:sortKeyLen2 (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 870 int32_t sortKeyLen2 = 0; in TestBengaliSortKey() local 896 sortKeyLen2 = ucol_getSortKey(c2, str2, -1, NULL, 0); in TestBengaliSortKey() 897 sortKey2 = (uint8_t*)malloc(sortKeyLen2+1); in TestBengaliSortKey() 898 ucol_getSortKey(c2,str2,-1,sortKey2, sortKeyLen2+1); in TestBengaliSortKey() 908 log_info("[%s] -> %s (%d, from rule)\n", aescstrdup(str2,-1), sortKeyStr2, sortKeyLen2); in TestBengaliSortKey() 912 log_verbose("[%s] -> %s (%d, from rule)\n", aescstrdup(str2,-1), sortKeyStr2, sortKeyLen2); in TestBengaliSortKey() 938 int32_t sortKeyLen1, sortKeyLen2; in TestOpenVsOpenRules() local 1033 sortKeyLen2 = ucol_getSortKey(c2, str, u_strlen(str), NULL, 0); in TestOpenVsOpenRules() 1034 sortKey2 = (uint8_t*)malloc(sizeof(uint8_t) * (sortKeyLen2 + 1)); in TestOpenVsOpenRules() 1036 ucol_getSortKey(c2, str, u_strlen(str), sortKey2, sortKeyLen2 + 1); in TestOpenVsOpenRules() [all …]
|