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

  /external/chromium/third_party/icu/source/test/cintltst/
callcoll.c 270 int32_t sortklen1, sortklen2, sortklenmax, sortklenmin; local
371 sortklenmax = (sortklen1>sortklen2?sortklen1:sortklen2);
374 sortKey1 =(uint8_t*)malloc(sizeof(uint8_t) * (sortklenmax+1));
375 sortKey1a=(uint8_t*)malloc(sizeof(uint8_t) * (sortklenmax+1));
379 sortKey2 =(uint8_t*)malloc(sizeof(uint8_t) * (sortklenmax+1));
380 sortKey2a=(uint8_t*)malloc(sizeof(uint8_t) * (sortklenmax+1));
391 /*memcmp(sortKey1, sortKey2,sortklenmax);*/
    [all...]
  /external/icu4c/test/cintltst/
callcoll.c 270 int32_t sortklen1, sortklen2, sortklenmax, sortklenmin; local
371 sortklenmax = (sortklen1>sortklen2?sortklen1:sortklen2);
374 sortKey1 =(uint8_t*)malloc(sizeof(uint8_t) * (sortklenmax+1));
375 sortKey1a=(uint8_t*)malloc(sizeof(uint8_t) * (sortklenmax+1));
379 sortKey2 =(uint8_t*)malloc(sizeof(uint8_t) * (sortklenmax+1));
380 sortKey2a=(uint8_t*)malloc(sizeof(uint8_t) * (sortklenmax+1));
391 /*memcmp(sortKey1, sortKey2,sortklenmax);*/
    [all...]

Completed in 35 milliseconds