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