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

  /external/icu4c/test/cintltst/
callcoll.c 270 int32_t sortklen1, sortklen2, sortklenmax, sortklenmin; local
399 sortklenmax = (sortklen1>sortklen2?sortklen1:sortklen2);
402 sortKey1 =(uint8_t*)malloc(sizeof(uint8_t) * (sortklenmax+1));
403 sortKey1a=(uint8_t*)malloc(sizeof(uint8_t) * (sortklenmax+1));
407 sortKey2 =(uint8_t*)malloc(sizeof(uint8_t) * (sortklenmax+1));
408 sortKey2a=(uint8_t*)malloc(sizeof(uint8_t) * (sortklenmax+1));
419 /*memcmp(sortKey1, sortKey2,sortklenmax);*/
    [all...]

Completed in 83 milliseconds