Searched refs:sortKeyLen1 (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 871 int32_t sortKeyLen1 = 0; in TestBengaliSortKey() local 893 sortKeyLen1 = ucol_getSortKey(c2, str1, -1, NULL, 0); in TestBengaliSortKey() 894 sortKey1 = (uint8_t*)malloc(sortKeyLen1+1); in TestBengaliSortKey() 895 ucol_getSortKey(c2,str1,-1,sortKey1, sortKeyLen1+1); in TestBengaliSortKey() 910 log_info("[%s] -> %s (%d, from rule)\n", aescstrdup(str1,-1), sortKeyStr1, sortKeyLen1); in TestBengaliSortKey() 914 log_verbose("[%s] -> %s (%d, from rule)\n", aescstrdup(str1,-1), sortKeyStr1, sortKeyLen1); in TestBengaliSortKey() 941 int32_t sortKeyLen1, sortKeyLen2; in TestOpenVsOpenRules() local 1030 sortKeyLen1 = ucol_getSortKey(c1, str, u_strlen(str), NULL, 0); in TestOpenVsOpenRules() 1031 sortKey1 = (uint8_t*)malloc(sizeof(uint8_t) * (sortKeyLen1 + 1)); in TestOpenVsOpenRules() 1033 ucol_getSortKey(c1, str, u_strlen(str), sortKey1, sortKeyLen1 + 1); in TestOpenVsOpenRules() [all …]
|