/third_party/icu/icu4c/source/common/ |
H A D | uscript_props.cpp | 37 const int32_t RECOMMENDED = 5 << 21; member 47 0x0040 | RECOMMENDED, // Zyyy 48 0x0308 | RECOMMENDED, // Zinh 49 0x0628 | RECOMMENDED | RTL, // Arab 50 0x0531 | RECOMMENDED | CASED, // Armn 51 0x0995 | RECOMMENDED, // Beng 52 0x3105 | RECOMMENDED | LB_LETTERS, // Bopo 55 0x042F | RECOMMENDED | CASED, // Cyrl 57 0x0905 | RECOMMENDED, // Deva 58 0x12A0 | RECOMMENDED, // Eth [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | uscript_props.cpp | 37 const int32_t RECOMMENDED = 5 << 21; member 47 0x0040 | RECOMMENDED, // Zyyy 48 0x0308 | RECOMMENDED, // Zinh 49 0x0628 | RECOMMENDED | RTL, // Arab 50 0x0531 | RECOMMENDED | CASED, // Armn 51 0x0995 | RECOMMENDED, // Beng 52 0x3105 | RECOMMENDED | LB_LETTERS, // Bopo 55 0x042F | RECOMMENDED | CASED, // Cyrl 57 0x0905 | RECOMMENDED, // Deva 58 0x12A0 | RECOMMENDED, // Eth [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uscript_props.cpp | 37 const int32_t RECOMMENDED = 5 << 21; member 47 0x0040 | RECOMMENDED, // Zyyy 48 0x0308 | RECOMMENDED, // Zinh 49 0x0628 | RECOMMENDED | RTL, // Arab 50 0x0531 | RECOMMENDED | CASED, // Armn 51 0x0995 | RECOMMENDED, // Beng 52 0x3105 | RECOMMENDED | LB_LETTERS, // Bopo 55 0x042F | RECOMMENDED | CASED, // Cyrl 57 0x0905 | RECOMMENDED, // Deva 58 0x12A0 | RECOMMENDED, // Eth [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
H A D | UScript.java | 1346 private static final int RECOMMENDED = 5 << 21; field in UScript.ScriptMetadata 1357 0x0040 | RECOMMENDED, // Zyyy 1358 0x0308 | RECOMMENDED, // Zinh 1359 0x0628 | RECOMMENDED | RTL, // Arab 1360 0x0531 | RECOMMENDED | CASED, // Armn 1361 0x0995 | RECOMMENDED, // Beng 1362 0x3105 | RECOMMENDED | LB_LETTERS, // Bopo 1365 0x042F | RECOMMENDED | CASED, // Cyrl 1367 0x0905 | RECOMMENDED, // Deva 1368 0x12A0 | RECOMMENDED, // Eth 1606 RECOMMENDED global() enum constant [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/ |
H A D | UScript.java | 1144 private static final int RECOMMENDED = 5 << 21; field in UScript.ScriptMetadata 1155 0x0040 | RECOMMENDED, // Zyyy 1156 0x0308 | RECOMMENDED, // Zinh 1157 0x0628 | RECOMMENDED | RTL, // Arab 1158 0x0531 | RECOMMENDED | CASED, // Armn 1159 0x0995 | RECOMMENDED, // Beng 1160 0x3105 | RECOMMENDED | LB_LETTERS, // Bopo 1163 0x042F | RECOMMENDED | CASED, // Cyrl 1165 0x0905 | RECOMMENDED, // Deva 1166 0x12A0 | RECOMMENDED, // Eth 1389 RECOMMENDED global() enum constant [all...] |
/third_party/protobuf/conformance/ |
H A D | binary_json_conformance_suite.cc | 775 RECOMMENDED, proto, expected_proto, is_proto3); in TestValidDataForType() 868 RECOMMENDED, default_proto_unpacked, in TestValidDataForType() 872 RECOMMENDED, default_proto_packed, in TestValidDataForType() 876 RECOMMENDED, packed_proto_unpacked, in TestValidDataForType() 880 RECOMMENDED, packed_proto_packed, in TestValidDataForType() 884 RECOMMENDED, unpacked_proto_unpacked, in TestValidDataForType() 888 RECOMMENDED, unpacked_proto_packed, in TestValidDataForType() 1132 RECOMMENDED, proto, proto, is_proto3); in TestValidDataForOneofType() 1147 RECOMMENDED, proto, proto, is_proto3); in TestValidDataForOneofType() 1163 RECOMMENDED, prot in TestValidDataForOneofType() [all...] |
H A D | text_format_conformance_suite.cc | 189 RECOMMENDED, conformance::PROTOBUF, conformance::TEXT_FORMAT, in RunValidUnknownTextFormatTest() 196 RECOMMENDED, conformance::PROTOBUF, conformance::TEXT_FORMAT, in RunValidUnknownTextFormatTest()
|
H A D | conformance_test.cc | 142 case RECOMMENDED: return "Recommended"; in ConformanceLevelToString() 198 } else if (level == RECOMMENDED && !enforce_recommended_) { in ReportFailure()
|
H A D | conformance_test.h | 157 // Whether to require the testee to pass RECOMMENDED tests. By default failing 158 // a RECOMMENDED test case will not fail the entire suite but will only 159 // generated a warning. If this flag is set to true, RECOMMENDED tests will 160 // be treated the same way as REQUIRED tests and failing a RECOMMENDED test 164 // difference between REQUIRED and RECOMMENDED test cases. 194 // RECOMMENDED: the test case is not required for the implementation to 203 RECOMMENDED = 1, enumerator
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/text/ |
H A D | SpoofCheckerTest.java | 582 allowedChars.addAll(SpoofChecker.RECOMMENDED).add(0x303c); in TestRestrictionLevel() 845 .setAllowedChars(SpoofChecker.RECOMMENDED) in testCopyConstructor()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/ |
H A D | SpoofCheckerTest.java | 579 allowedChars.addAll(SpoofChecker.RECOMMENDED).add(0x303c); in TestRestrictionLevel() 842 .setAllowedChars(SpoofChecker.RECOMMENDED) in testCopyConstructor()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
H A D | TestUScript.java | 157 if(UScript.getUsage(UScript.LATIN)!=ScriptUsage.RECOMMENDED || in TestScriptMetadataAPI()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
H A D | TestUScript.java | 154 if(UScript.getUsage(UScript.LATIN)!=ScriptUsage.RECOMMENDED || in TestScriptMetadataAPI()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | SpoofChecker.java | 129 * .setAllowedChars(SpoofChecker.RECOMMENDED.cloneAsThawed().addAll(SpoofChecker.INCLUSION)) 140 * allowed characters to be those with type RECOMMENDED or INCLUSION, according to the recommendation in UTS 39. In the 150 * .setAllowedChars(SpoofChecker.RECOMMENDED.cloneAsThawed().addAll(SpoofChecker.INCLUSION)) 289 public static final UnicodeSet RECOMMENDED = new UnicodeSet( field in SpoofChecker
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | SpoofChecker.java | 130 * .setAllowedChars(SpoofChecker.RECOMMENDED.cloneAsThawed().addAll(SpoofChecker.INCLUSION)) 141 * allowed characters to be those with type RECOMMENDED or INCLUSION, according to the recommendation in UTS 39. In the 151 * .setAllowedChars(SpoofChecker.RECOMMENDED.cloneAsThawed().addAll(SpoofChecker.INCLUSION)) 274 public static final UnicodeSet RECOMMENDED = new UnicodeSet( field in SpoofChecker
|