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

  /external/icu4c/i18n/
ucol_res.cpp     [all...]
ucol.cpp 573 uint8_t* leadBytePermutationTable;
599 if (coll->leadBytePermutationTable) {
641 leadBytePermutationTable = (uint8_t*)reorderCodes + reorderCodesSize;
690 if (coll->leadBytePermutationTable) {
691 localCollator->leadBytePermutationTable =
692 (uint8_t*) uprv_memcpy(leadBytePermutationTable, coll->leadBytePermutationTable, 256);
740 if(coll->leadBytePermutationTable != NULL && coll->freeLeadBytePermutationTableOnClose == TRUE) {
741 uprv_free(coll->leadBytePermutationTable);
    [all...]
ucol_imp.h     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_res.cpp     [all...]
ucol.cpp 676 if(coll->leadBytePermutationTable != NULL) {
677 uprv_free(coll->leadBytePermutationTable);
871 result->leadBytePermutationTable = NULL;
    [all...]
ucol_imp.h     [all...]

Completed in 153 milliseconds