Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/
Duloc_keytype.cpp447 ulocimp_toBcpType(const char* key, const char* type, UBool* isKnownKey, UBool* isSpecialType) { in ulocimp_toBcpType()
492 ulocimp_toLegacyType(const char* key, const char* type, UBool* isKnownKey, UBool* isSpecialType) { in ulocimp_toLegacyType()
/third_party/node/deps/icu-small/source/common/
Duloc_keytype.cpp447 ulocimp_toBcpType(const char* key, const char* type, UBool* isKnownKey, UBool* isSpecialType) { in ulocimp_toBcpType()
492 ulocimp_toLegacyType(const char* key, const char* type, UBool* isKnownKey, UBool* isSpecialType) { in ulocimp_toLegacyType()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duloc_keytype.cpp504 ulocimp_toBcpType(const char* key, const char* type, UBool* isKnownKey, UBool* isSpecialType) { in ulocimp_toBcpType()
549 ulocimp_toLegacyType(const char* key, const char* type, UBool* isKnownKey, UBool* isSpecialType) { in ulocimp_toLegacyType()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DKeyTypeData.java145 Output<Boolean> isKnownKey, Output<Boolean> isSpecialType) { in toBcpType()
182 Output<Boolean> isKnownKey, Output<Boolean> isSpecialType) { in toLegacyType()
DLocaleValidityChecker.java251 Output<Boolean> isKnownKey = new Output<Boolean>(); in isValidU() local