HomeSort by relevance Sort by last modified time
    Searched refs:leadBytePermutationTable (Results 1 - 3 of 3) 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...]

Completed in 29 milliseconds