Home
last modified time | relevance | path

Searched defs:REORDER_RESERVED_BEFORE_LATIN (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/icu4c/source/i18n/
Dcollationdata.h44 static constexpr int32_t REORDER_RESERVED_BEFORE_LATIN = UCOL_REORDER_CODE_FIRST + 14; member
/third_party/node/deps/icu-small/source/i18n/
Dcollationdata.h44 static constexpr int32_t REORDER_RESERVED_BEFORE_LATIN = UCOL_REORDER_CODE_FIRST + 14; member
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationdata.h45 REORDER_RESERVED_BEFORE_LATIN = UCOL_REORDER_CODE_FIRST + 14, enumerator
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationData.java34 static final int REORDER_RESERVED_BEFORE_LATIN = Collator.ReorderCodes.FIRST + 14; field in CollationData
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationData.java36 static final int REORDER_RESERVED_BEFORE_LATIN = Collator.ReorderCodes.FIRST + 14; field in CollationData