HomeSort by relevance Sort by last modified time
    Searched refs:sortKey2a (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/cintltst/
callcoll.c 273 uint8_t *sortKey1, *sortKey2, *sortKey1a, *sortKey2a;
409 sortKey2a=(uint8_t*)malloc(sizeof(uint8_t) * (sortklenmax+1));
411 ucol_getSortKey(myCollation, target, -1, sortKey2a, sortklen2+1);
416 uprv_strcmp((const char *)sortKey2, (const char *)sortKey2a) != 0 ) {
446 free(sortKey2a);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
callcoll.c 273 uint8_t *sortKey1, *sortKey2, *sortKey1a, *sortKey2a;
409 sortKey2a=(uint8_t*)malloc(sizeof(uint8_t) * (sortklenmax+1));
411 ucol_getSortKey(myCollation, target, -1, sortKey2a, sortklen2+1);
416 uprv_strcmp((const char *)sortKey2, (const char *)sortKey2a) != 0 ) {
446 free(sortKey2a);
    [all...]

Completed in 256 milliseconds