OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:leadBytePermutationTable
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/i18n/
ucol_res.cpp
[
all
...]
ucol.cpp
552
uint8_t*
leadBytePermutationTable
;
578
if (coll->
leadBytePermutationTable
) {
620
leadBytePermutationTable
= (uint8_t*)reorderCodes + reorderCodesSize;
669
if (coll->
leadBytePermutationTable
) {
670
localCollator->
leadBytePermutationTable
=
671
(uint8_t*) uprv_memcpy(
leadBytePermutationTable
, coll->
leadBytePermutationTable
, 256);
719
if(coll->
leadBytePermutationTable
!= NULL && coll->freeLeadBytePermutationTableOnClose == TRUE) {
720
uprv_free(coll->
leadBytePermutationTable
);
921
result->
leadBytePermutationTable
= NULL
[
all
...]
ucol_imp.h
[
all
...]
Completed in 70 milliseconds