Home
last modified time | relevance | path

Searched refs:fastLatinBuilder (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcollationdatabuilder.cpp282 fastLatinEnabled(FALSE), fastLatinBuilder(NULL), in CollationDataBuilder()
291 delete fastLatinBuilder; in ~CollationDataBuilder()
1476 delete fastLatinBuilder; in buildFastLatinTable()
1477 fastLatinBuilder = new CollationFastLatinBuilder(errorCode); in buildFastLatinTable()
1478 if(fastLatinBuilder == NULL) { in buildFastLatinTable()
1482 if(fastLatinBuilder->forData(data, errorCode)) { in buildFastLatinTable()
1483 const uint16_t *table = fastLatinBuilder->getTable(); in buildFastLatinTable()
1484 int32_t length = fastLatinBuilder->lengthOfTable(); in buildFastLatinTable()
1488 delete fastLatinBuilder; in buildFastLatinTable()
1489 fastLatinBuilder = NULL; in buildFastLatinTable()
[all …]
Dcollationdatabuilder.h249 CollationFastLatinBuilder *fastLatinBuilder; variable