Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationdatabuilder.cpp292 fastLatinEnabled(FALSE), fastLatinBuilder(NULL), in CollationDataBuilder()
301 delete fastLatinBuilder; in ~CollationDataBuilder()
1488 delete fastLatinBuilder; in buildFastLatinTable()
1489 fastLatinBuilder = new CollationFastLatinBuilder(errorCode); in buildFastLatinTable()
1490 if(fastLatinBuilder == NULL) { in buildFastLatinTable()
1494 if(fastLatinBuilder->forData(data, errorCode)) { in buildFastLatinTable()
1495 const uint16_t *table = fastLatinBuilder->getTable(); in buildFastLatinTable()
1496 int32_t length = fastLatinBuilder->lengthOfTable(); in buildFastLatinTable()
1500 delete fastLatinBuilder; in buildFastLatinTable()
1501 fastLatinBuilder = NULL; in buildFastLatinTable()
[all …]
Dcollationdatabuilder.h251 CollationFastLatinBuilder *fastLatinBuilder; variable
/third_party/node/deps/icu-small/source/i18n/
Dcollationdatabuilder.cpp306 fastLatinEnabled(false), fastLatinBuilder(nullptr), in CollationDataBuilder()
317 delete fastLatinBuilder; in ~CollationDataBuilder()
1631 delete fastLatinBuilder; in buildFastLatinTable()
1632 fastLatinBuilder = new CollationFastLatinBuilder(errorCode); in buildFastLatinTable()
1633 if(fastLatinBuilder == nullptr) { in buildFastLatinTable()
1637 if(fastLatinBuilder->forData(data, errorCode)) { in buildFastLatinTable()
1638 const uint16_t *table = fastLatinBuilder->getTable(); in buildFastLatinTable()
1639 int32_t length = fastLatinBuilder->lengthOfTable(); in buildFastLatinTable()
1643 delete fastLatinBuilder; in buildFastLatinTable()
1644 fastLatinBuilder = nullptr; in buildFastLatinTable()
[all …]
Dcollationdatabuilder.h261 CollationFastLatinBuilder *fastLatinBuilder; variable
/third_party/icu/icu4c/source/i18n/
Dcollationdatabuilder.cpp306 fastLatinEnabled(false), fastLatinBuilder(NULL), in CollationDataBuilder()
317 delete fastLatinBuilder; in ~CollationDataBuilder()
1631 delete fastLatinBuilder; in buildFastLatinTable()
1632 fastLatinBuilder = new CollationFastLatinBuilder(errorCode); in buildFastLatinTable()
1633 if(fastLatinBuilder == NULL) { in buildFastLatinTable()
1637 if(fastLatinBuilder->forData(data, errorCode)) { in buildFastLatinTable()
1638 const uint16_t *table = fastLatinBuilder->getTable(); in buildFastLatinTable()
1639 int32_t length = fastLatinBuilder->lengthOfTable(); in buildFastLatinTable()
1643 delete fastLatinBuilder; in buildFastLatinTable()
1644 fastLatinBuilder = NULL; in buildFastLatinTable()
[all …]
Dcollationdatabuilder.h261 CollationFastLatinBuilder *fastLatinBuilder; variable
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationDataBuilder.java60 fastLatinBuilder = null; in CollationDataBuilder()
1177 fastLatinBuilder = new CollationFastLatinBuilder(); in buildFastLatinTable()
1178 if(fastLatinBuilder.forData(data)) { in buildFastLatinTable()
1179 char[] header = fastLatinBuilder.getHeader(); in buildFastLatinTable()
1180 char[] table = fastLatinBuilder.getTable(); in buildFastLatinTable()
1185 fastLatinBuilder = null; in buildFastLatinTable()
1192 fastLatinBuilder = null; in buildFastLatinTable()
1391 protected CollationFastLatinBuilder fastLatinBuilder; field in CollationDataBuilder
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationDataBuilder.java61 fastLatinBuilder = null; in CollationDataBuilder()
1147 fastLatinBuilder = new CollationFastLatinBuilder(); in buildFastLatinTable()
1148 if(fastLatinBuilder.forData(data)) { in buildFastLatinTable()
1149 char[] header = fastLatinBuilder.getHeader(); in buildFastLatinTable()
1150 char[] table = fastLatinBuilder.getTable(); in buildFastLatinTable()
1155 fastLatinBuilder = null; in buildFastLatinTable()
1162 fastLatinBuilder = null; in buildFastLatinTable()
1353 protected CollationFastLatinBuilder fastLatinBuilder; field in CollationDataBuilder