Searched refs:sortk1len (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcapitst.c1200 int32_t sortk1len, sortk2len, sortk3len; local
1218 sortk1len=ucol_getSortKey(col, test1, u_strlen(test1), NULL, 0);
1219 sortk1=(uint8_t*)malloc(sizeof(uint8_t) * (sortk1len+1));
1220 ucol_getSortKey(col, test1, u_strlen(test1), sortk1, sortk1len+1);
1231 doAssert( ucol_keyHashCode(sortk1, sortk1len) != ucol_keyHashCode(sortk2, sortk2len), "Hash test1 result incorrect" );
1232 doAssert( !(ucol_keyHashCode(sortk1, sortk1len) == ucol_keyHashCode(sortk2, sortk2len)), "Hash test2 result incorrect" );
/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.c1198 int32_t sortk1len, sortk2len, sortk3len; local
1216 sortk1len=ucol_getSortKey(col, test1, u_strlen(test1), NULL, 0);
1217 sortk1=(uint8_t*)malloc(sizeof(uint8_t) * (sortk1len+1));
1218 ucol_getSortKey(col, test1, u_strlen(test1), sortk1, sortk1len+1);
1229 doAssert( ucol_keyHashCode(sortk1, sortk1len) != ucol_keyHashCode(sortk2, sortk2len), "Hash test1 result incorrect" );
1230 doAssert( !(ucol_keyHashCode(sortk1, sortk1len) == ucol_keyHashCode(sortk2, sortk2len)), "Hash test2 result incorrect" );

Completed in 83 milliseconds