Home
last modified time | relevance | path

Searched refs:sortKeyLen1 (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcapitst.c870 int32_t sortKeyLen1 = 0; in TestBengaliSortKey() local
892 sortKeyLen1 = ucol_getSortKey(c2, str1, -1, NULL, 0); in TestBengaliSortKey()
893 sortKey1 = (uint8_t*)malloc(sortKeyLen1+1); in TestBengaliSortKey()
894 ucol_getSortKey(c2,str1,-1,sortKey1, sortKeyLen1+1); in TestBengaliSortKey()
909 log_info("[%s] -> %s (%d, from rule)\n", aescstrdup(str1,-1), sortKeyStr1, sortKeyLen1); in TestBengaliSortKey()
913 log_verbose("[%s] -> %s (%d, from rule)\n", aescstrdup(str1,-1), sortKeyStr1, sortKeyLen1); in TestBengaliSortKey()
940 int32_t sortKeyLen1, sortKeyLen2; in TestOpenVsOpenRules() local
1029 sortKeyLen1 = ucol_getSortKey(c1, str, u_strlen(str), NULL, 0); in TestOpenVsOpenRules()
1030 sortKey1 = (uint8_t*)malloc(sizeof(uint8_t) * (sortKeyLen1 + 1)); in TestOpenVsOpenRules()
1032 ucol_getSortKey(c1, str, u_strlen(str), sortKey1, sortKeyLen1 + 1); in TestOpenVsOpenRules()
[all …]