Searched refs:sortKeyLen1 (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 868 int32_t sortKeyLen1 = 0; in TestBengaliSortKey() local 890 sortKeyLen1 = ucol_getSortKey(c2, str1, -1, NULL, 0); in TestBengaliSortKey() 891 sortKey1 = (uint8_t*)malloc(sortKeyLen1+1); in TestBengaliSortKey() 892 ucol_getSortKey(c2,str1,-1,sortKey1, sortKeyLen1+1); in TestBengaliSortKey() 907 log_info("[%s] -> %s (%d, from rule)\n", aescstrdup(str1,-1), sortKeyStr1, sortKeyLen1); in TestBengaliSortKey() 911 log_verbose("[%s] -> %s (%d, from rule)\n", aescstrdup(str1,-1), sortKeyStr1, sortKeyLen1); in TestBengaliSortKey() 938 int32_t sortKeyLen1, sortKeyLen2; in TestOpenVsOpenRules() local 1027 sortKeyLen1 = ucol_getSortKey(c1, str, u_strlen(str), NULL, 0); in TestOpenVsOpenRules() 1028 sortKey1 = (uint8_t*)malloc(sizeof(uint8_t) * (sortKeyLen1 + 1)); in TestOpenVsOpenRules() 1030 ucol_getSortKey(c1, str, u_strlen(str), sortKey1, sortKeyLen1 + 1); in TestOpenVsOpenRules() [all …]
|