/third_party/icu/icu4c/source/common/ |
D | uscript_props.cpp | 37 const int32_t RECOMMENDED = 5 << 21; variable 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, // Ethi [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | uscript_props.cpp | 37 const int32_t RECOMMENDED = 5 << 21; variable 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, // Ethi [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uscript_props.cpp | 37 const int32_t RECOMMENDED = 5 << 21; variable 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, // Ethi [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | uscript_props.cpp | 37 const int32_t RECOMMENDED = 5 << 21; variable 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, // Ethi [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/ |
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, // Ethi [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
D | UScript.java | 1330 private static final int RECOMMENDED = 5 << 21; field in UScript.ScriptMetadata 1341 0x0040 | RECOMMENDED, // Zyyy 1342 0x0308 | RECOMMENDED, // Zinh 1343 0x0628 | RECOMMENDED | RTL, // Arab 1344 0x0531 | RECOMMENDED | CASED, // Armn 1345 0x0995 | RECOMMENDED, // Beng 1346 0x3105 | RECOMMENDED | LB_LETTERS, // Bopo 1349 0x042F | RECOMMENDED | CASED, // Cyrl 1351 0x0905 | RECOMMENDED, // Deva 1352 0x12A0 | RECOMMENDED, // Ethi [all …]
|
/third_party/protobuf/conformance/ |
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, proto, expected_proto, is_proto3); in TestValidDataForOneofType() [all …]
|
D | text_format_conformance_suite.cc | 189 RECOMMENDED, conformance::PROTOBUF, conformance::TEXT_FORMAT, in RunValidUnknownTextFormatTest() 196 RECOMMENDED, conformance::PROTOBUF, conformance::TEXT_FORMAT, in RunValidUnknownTextFormatTest()
|
D | conformance_test.cc | 142 case RECOMMENDED: return "Recommended"; in ConformanceLevelToString() 198 } else if (level == RECOMMENDED && !enforce_recommended_) { in ReportFailure()
|
D | conformance_test.h | 203 RECOMMENDED = 1, enumerator
|
/third_party/libsnd/ |
D | CMakeLists.txt | 133 TYPE RECOMMENDED 139 TYPE RECOMMENDED 145 TYPE RECOMMENDED 151 TYPE RECOMMENDED
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
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/ |
D | TestUScript.java | 154 if(UScript.getUsage(UScript.LATIN)!=ScriptUsage.RECOMMENDED || in TestScriptMetadataAPI()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/text/ |
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/ |
D | SpoofCheckerTest.java | 579 allowedChars.addAll(SpoofChecker.RECOMMENDED).add(0x303c); in TestRestrictionLevel() 842 .setAllowedChars(SpoofChecker.RECOMMENDED) in testCopyConstructor()
|
/third_party/pulseaudio/src/modules/rtp/ |
D | rfc2974.txt | 80 `SHOULD', `SHOULD NOT', `RECOMMENDED', `MAY', and `OPTIONAL' in this 94 although this is NOT RECOMMENDED (see section 7). 433 payloads is NOT RECOMMENDED. 455 RECOMMENDED that SAP packets are smaller than 1kByte in length, 467 NOT RECOMMENDED on the global scope SAP group or on administrative
|
D | rfc3551.txt | 155 "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this 211 bandwidth be dedicated to data senders, the RECOMMENDED default 360 codes below 96, in which case it is RECOMMENDED that unassigned 1104 algorithm in Annex B of G.729 is RECOMMENDED for digital simultaneous 1642 and 50, 59.94 and 60 Hz field rates. While 90 kHz is the RECOMMENDED 1692 [21]. The H263-1998 payload format is RECOMMENDED over this one for 1702 H.263, and is RECOMMENDED for this use by new implementations. This
|
D | rfc3550.txt | 266 "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this 1250 It is RECOMMENDED that translators and mixers combine individual RTCP 1358 RECOMMENDED that the fraction of the session bandwidth added for RTCP 1359 be fixed at 5%. It is also RECOMMENDED that 1/4 of the RTCP 1383 RECOMMENDED default values for these two parameters would be 1.25% 1391 off RTCP reception reports is NOT RECOMMENDED because they are needed 1419 participant is present. The RECOMMENDED value for a fixed minimum 1440 o The RECOMMENDED value for the reduced minimum in seconds is 360 1537 of RTCP report intervals (5 is RECOMMENDED). This provides some 1888 protocol. It is RECOMMENDED that no more than 20% of the RTCP [all …]
|
/third_party/grpc/doc/ |
D | compression.md | 4 "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | DevSetup.md | 69 is_clang = false (NOT RECOMMENDED) (to use system default compiler instead of clang)
|
/third_party/typescript_eslint/packages/typescript-estree/ |
D | README.md | 213 * IT IS RECOMMENDED THAT YOU DO NOT USE THIS OPTION, AS IT CAUSES PERFORMANCE ISSUES. *
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | SpoofChecker.java | 289 public static final UnicodeSet RECOMMENDED = new UnicodeSet( field in SpoofChecker
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | SpoofChecker.java | 274 public static final UnicodeSet RECOMMENDED = new UnicodeSet( field in SpoofChecker
|
/third_party/node/doc/api/ |
D | fs.md | 1397 **write (NOT RECOMMENDED)** 1422 **write (RECOMMENDED)** 1447 **read (NOT RECOMMENDED)** 1475 **read (RECOMMENDED)** 2014 **write (NOT RECOMMENDED)** 2038 **write (RECOMMENDED)** 2062 **read (NOT RECOMMENDED)** 2086 **read (RECOMMENDED)**
|
/third_party/json/ |
D | README.md | 774 // NOT RECOMMENDED 783 // NOT RECOMMENDED 792 // NOT RECOMMENDED
|