Home
last modified time | relevance | path

Searched defs:hasReordering (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/icu-small/source/i18n/
Dcollationsettings.h134 inline UBool hasReordering() const { return reorderTable != NULL; } in hasReordering() function
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollationsettings.h134 inline UBool hasReordering() const { return reorderTable != NULL; } in hasReordering() function
/third_party/icu/icu4c/source/i18n/
Dcollationsettings.h134 inline UBool hasReordering() const { return reorderTable != NULL; } in hasReordering() function
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationsettings.h134 inline UBool hasReordering() const { return reorderTable != NULL; } in hasReordering() function
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationSettings.java273 public boolean hasReordering() { return reorderTable != null; } in hasReordering() method in CollationSettings
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationSettings.java271 public boolean hasReordering() { return reorderTable != null; } in hasReordering() method in CollationSettings