/third_party/node/deps/icu-small/source/i18n/ |
D | collationdatabuilder.h | 153 void enableFastLatin() { fastLatinEnabled = true; } in enableFastLatin() 250 UBool fastLatinEnabled; variable
|
D | collationbuilder.h | 45 void disableFastLatin() { fastLatinEnabled = false; } in disableFastLatin() 304 UBool fastLatinEnabled; variable
|
D | collationbuilder.cpp | 209 dataBuilder(new CollationDataBuilder(errorCode)), fastLatinEnabled(TRUE), in CollationBuilder() 276 if(fastLatinEnabled) { dataBuilder->enableFastLatin(); } in parseAndBuild()
|
D | collationdatabuilder.cpp | 292 fastLatinEnabled(FALSE), fastLatinBuilder(NULL), in CollationDataBuilder() 1486 if(U_FAILURE(errorCode) || !fastLatinEnabled) { return; } in buildFastLatinTable()
|
/third_party/icu/icu4c/source/i18n/ |
D | collationdatabuilder.h | 153 void enableFastLatin() { fastLatinEnabled = true; } in enableFastLatin() 250 UBool fastLatinEnabled; variable
|
D | collationbuilder.h | 45 void disableFastLatin() { fastLatinEnabled = false; } in disableFastLatin() 304 UBool fastLatinEnabled; variable
|
D | collationbuilder.cpp | 209 dataBuilder(new CollationDataBuilder(errorCode)), fastLatinEnabled(TRUE), in CollationBuilder() 276 if(fastLatinEnabled) { dataBuilder->enableFastLatin(); } in parseAndBuild()
|
D | collationdatabuilder.cpp | 292 fastLatinEnabled(FALSE), fastLatinBuilder(NULL), in CollationDataBuilder() 1486 if(U_FAILURE(errorCode) || !fastLatinEnabled) { return; } in buildFastLatinTable()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | collationdatabuilder.h | 153 void enableFastLatin() { fastLatinEnabled = TRUE; } in enableFastLatin() 250 UBool fastLatinEnabled; variable
|
D | collationbuilder.h | 45 void disableFastLatin() { fastLatinEnabled = FALSE; } in disableFastLatin() 304 UBool fastLatinEnabled; variable
|
D | collationbuilder.cpp | 209 dataBuilder(new CollationDataBuilder(errorCode)), fastLatinEnabled(TRUE), in CollationBuilder() 276 if(fastLatinEnabled) { dataBuilder->enableFastLatin(); } in parseAndBuild()
|
D | collationdatabuilder.cpp | 286 fastLatinEnabled(FALSE), fastLatinBuilder(NULL), in CollationDataBuilder() 1481 if(U_FAILURE(errorCode) || !fastLatinEnabled) { return; } in buildFastLatinTable()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collationdatabuilder.h | 153 void enableFastLatin() { fastLatinEnabled = true; } in enableFastLatin() 250 UBool fastLatinEnabled; variable
|
D | collationbuilder.h | 45 void disableFastLatin() { fastLatinEnabled = false; } in disableFastLatin() 304 UBool fastLatinEnabled; variable
|
D | collationbuilder.cpp | 209 dataBuilder(new CollationDataBuilder(errorCode)), fastLatinEnabled(TRUE), in CollationBuilder() 276 if(fastLatinEnabled) { dataBuilder->enableFastLatin(); } in parseAndBuild()
|
D | collationdatabuilder.cpp | 292 fastLatinEnabled(FALSE), fastLatinBuilder(NULL), in CollationDataBuilder() 1486 if(U_FAILURE(errorCode) || !fastLatinEnabled) { return; } in buildFastLatinTable()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationDataBuilder.java | 59 fastLatinEnabled = false; in CollationDataBuilder() 309 void enableFastLatin() { fastLatinEnabled = true; } in enableFastLatin() 1144 if(!fastLatinEnabled) { return; } in buildFastLatinTable() 1351 protected boolean fastLatinEnabled; field in CollationDataBuilder
|
D | CollationBuilder.java | 48 fastLatinEnabled = true; in CollationBuilder() 88 if(fastLatinEnabled) { dataBuilder.enableFastLatin(); } in parseAndBuild() 1500 private boolean fastLatinEnabled; field in CollationBuilder
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | CollationDataBuilder.java | 60 fastLatinEnabled = false; in CollationDataBuilder() 310 void enableFastLatin() { fastLatinEnabled = true; } in enableFastLatin() 1145 if(!fastLatinEnabled) { return; } in buildFastLatinTable() 1352 protected boolean fastLatinEnabled; field in CollationDataBuilder
|
D | CollationBuilder.java | 52 fastLatinEnabled = true; in CollationBuilder() 92 if(fastLatinEnabled) { dataBuilder.enableFastLatin(); } in parseAndBuild() 1504 private boolean fastLatinEnabled; field in CollationBuilder
|