Home
last modified time | relevance | path

Searched defs:isSpecialType (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/icu-small/source/common/
Duloc_keytype.cpp449 ulocimp_toBcpType(const char* key, const char* type, UBool* isKnownKey, UBool* isSpecialType) { in ulocimp_toBcpType()
494 ulocimp_toLegacyType(const char* key, const char* type, UBool* isKnownKey, UBool* isSpecialType) { in ulocimp_toLegacyType()
/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/skia/third_party/externals/icu/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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DKeyTypeData.java149 Output<Boolean> isKnownKey, Output<Boolean> isSpecialType) { in toBcpType()
186 Output<Boolean> isKnownKey, Output<Boolean> isSpecialType) { in toLegacyType()
DLocaleValidityChecker.java247 Output<Boolean> isSpecialType = new Output<Boolean>(); in isValidU() local
/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.java252 Output<Boolean> isSpecialType = new Output<Boolean>(); in isValidU() local
/third_party/vk-gl-cts/framework/opengl/
DgluDrawUtil.cpp406 const bool isSpecialType = de::inRange<int>(va.componentType, VTX_COMP_FIXED, VTX_COMP_FLOAT); in setVertexAttribPointer() local