Home
last modified time | relevance | path

Searched refs:isKnownKey (Results 1 – 12 of 12) 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() argument
450 if (isKnownKey != NULL) { in ulocimp_toBcpType()
451 *isKnownKey = FALSE; in ulocimp_toBcpType()
463 if (isKnownKey != NULL) { in ulocimp_toBcpType()
464 *isKnownKey = TRUE; in ulocimp_toBcpType()
494 ulocimp_toLegacyType(const char* key, const char* type, UBool* isKnownKey, UBool* isSpecialType) { in ulocimp_toLegacyType() argument
495 if (isKnownKey != NULL) { in ulocimp_toLegacyType()
496 *isKnownKey = FALSE; in ulocimp_toLegacyType()
508 if (isKnownKey != NULL) { in ulocimp_toLegacyType()
509 *isKnownKey = TRUE; in ulocimp_toLegacyType()
Dulocimp.h299 ulocimp_toBcpType(const char* key, const char* type, UBool* isKnownKey, UBool* isSpecialType);
302 ulocimp_toLegacyType(const char* key, const char* type, UBool* isKnownKey, UBool* isSpecialType);
/third_party/icu/icu4c/source/common/
Duloc_keytype.cpp447 ulocimp_toBcpType(const char* key, const char* type, UBool* isKnownKey, UBool* isSpecialType) { in ulocimp_toBcpType() argument
448 if (isKnownKey != NULL) { in ulocimp_toBcpType()
449 *isKnownKey = FALSE; in ulocimp_toBcpType()
461 if (isKnownKey != NULL) { in ulocimp_toBcpType()
462 *isKnownKey = TRUE; in ulocimp_toBcpType()
492 ulocimp_toLegacyType(const char* key, const char* type, UBool* isKnownKey, UBool* isSpecialType) { in ulocimp_toLegacyType() argument
493 if (isKnownKey != NULL) { in ulocimp_toLegacyType()
494 *isKnownKey = FALSE; in ulocimp_toLegacyType()
506 if (isKnownKey != NULL) { in ulocimp_toLegacyType()
507 *isKnownKey = TRUE; in ulocimp_toLegacyType()
Dulocimp.h299 ulocimp_toBcpType(const char* key, const char* type, UBool* isKnownKey, UBool* isSpecialType);
302 ulocimp_toLegacyType(const char* key, const char* type, UBool* isKnownKey, UBool* isSpecialType);
/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() argument
448 if (isKnownKey != NULL) { in ulocimp_toBcpType()
449 *isKnownKey = FALSE; in ulocimp_toBcpType()
461 if (isKnownKey != NULL) { in ulocimp_toBcpType()
462 *isKnownKey = TRUE; in ulocimp_toBcpType()
492 ulocimp_toLegacyType(const char* key, const char* type, UBool* isKnownKey, UBool* isSpecialType) { in ulocimp_toLegacyType() argument
493 if (isKnownKey != NULL) { in ulocimp_toLegacyType()
494 *isKnownKey = FALSE; in ulocimp_toLegacyType()
506 if (isKnownKey != NULL) { in ulocimp_toLegacyType()
507 *isKnownKey = TRUE; in ulocimp_toLegacyType()
Dulocimp.h299 ulocimp_toBcpType(const char* key, const char* type, UBool* isKnownKey, UBool* isSpecialType);
302 ulocimp_toLegacyType(const char* key, const char* type, UBool* isKnownKey, UBool* isSpecialType);
/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() argument
505 if (isKnownKey != NULL) { in ulocimp_toBcpType()
506 *isKnownKey = FALSE; in ulocimp_toBcpType()
518 if (isKnownKey != NULL) { in ulocimp_toBcpType()
519 *isKnownKey = TRUE; in ulocimp_toBcpType()
549 ulocimp_toLegacyType(const char* key, const char* type, UBool* isKnownKey, UBool* isSpecialType) { in ulocimp_toLegacyType() argument
550 if (isKnownKey != NULL) { in ulocimp_toLegacyType()
551 *isKnownKey = FALSE; in ulocimp_toLegacyType()
563 if (isKnownKey != NULL) { in ulocimp_toLegacyType()
564 *isKnownKey = TRUE; in ulocimp_toLegacyType()
Dulocimp.h142 ulocimp_toBcpType(const char* key, const char* type, UBool* isKnownKey, UBool* isSpecialType);
145 ulocimp_toLegacyType(const char* key, const char* type, UBool* isKnownKey, UBool* isSpecialType);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DKeyTypeData.java149 Output<Boolean> isKnownKey, Output<Boolean> isSpecialType) { in toBcpType() argument
151 if (isKnownKey != null) { in toBcpType()
152 isKnownKey.value = false; in toBcpType()
163 if (isKnownKey != null) { in toBcpType()
164 isKnownKey.value = Boolean.TRUE; in toBcpType()
186 Output<Boolean> isKnownKey, Output<Boolean> isSpecialType) { in toLegacyType() argument
188 if (isKnownKey != null) { in toLegacyType()
189 isKnownKey.value = false; in toLegacyType()
200 if (isKnownKey != null) { in toLegacyType()
201 isKnownKey.value = Boolean.TRUE; in toLegacyType()
DLocaleValidityChecker.java246 Output<Boolean> isKnownKey = new Output<Boolean>(); in isValidU() local
248 String type = KeyTypeData.toBcpType(key, subtag, isKnownKey, isSpecialType); in isValidU()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DKeyTypeData.java145 Output<Boolean> isKnownKey, Output<Boolean> isSpecialType) { in toBcpType() argument
147 if (isKnownKey != null) { in toBcpType()
148 isKnownKey.value = false; in toBcpType()
159 if (isKnownKey != null) { in toBcpType()
160 isKnownKey.value = Boolean.TRUE; in toBcpType()
182 Output<Boolean> isKnownKey, Output<Boolean> isSpecialType) { in toLegacyType() argument
184 if (isKnownKey != null) { in toLegacyType()
185 isKnownKey.value = false; in toLegacyType()
196 if (isKnownKey != null) { in toLegacyType()
197 isKnownKey.value = Boolean.TRUE; in toLegacyType()
DLocaleValidityChecker.java251 Output<Boolean> isKnownKey = new Output<Boolean>(); in isValidU() local
253 String type = KeyTypeData.toBcpType(key, subtag, isKnownKey, isSpecialType); in isValidU()