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

  /external/chromium_org/third_party/icu/source/i18n/
ucol_res.cpp     [all...]
ucol.cpp 572 uint8_t* leadBytePermutationTable;
597 if (coll->leadBytePermutationTable) {
621 leadBytePermutationTable = (uint8_t*)reorderCodes + reorderCodesSize;
670 if (coll->leadBytePermutationTable) {
671 localCollator->leadBytePermutationTable =
672 (uint8_t*) uprv_memcpy(leadBytePermutationTable, coll->leadBytePermutationTable, 256);
720 if(coll->leadBytePermutationTable != NULL && coll->freeLeadBytePermutationTableOnClose == TRUE) {
721 uprv_free(coll->leadBytePermutationTable);
866 result->leadBytePermutationTable = NULL
    [all...]
ucol_imp.h     [all...]

Completed in 46 milliseconds