| /third_party/skia/third_party/externals/spirv-tools/test/ |
| D | text_literal_test.cpp | 141 std::string unquoted(SPV_LIMIT_LITERAL_STRING_BYTES_MAX, 'a'); in TEST() local 142 std::string good_long = std::string("\"") + unquoted + "\""; in TEST() 145 EXPECT_EQ(unquoted.data(), l.str); in TEST() 149 const std::string unquoted = in TEST() local 151 const std::string good_long = std::string("\"") + unquoted + "\""; in TEST() 155 EXPECT_EQ(unquoted.data(), l.str); in TEST()
|
| /third_party/spirv-tools/test/ |
| D | text_literal_test.cpp | 141 std::string unquoted(SPV_LIMIT_LITERAL_STRING_BYTES_MAX, 'a'); in TEST() local 142 std::string good_long = std::string("\"") + unquoted + "\""; in TEST() 145 EXPECT_EQ(unquoted.data(), l.str); in TEST() 149 const std::string unquoted = in TEST() local 151 const std::string good_long = std::string("\"") + unquoted + "\""; in TEST() 155 EXPECT_EQ(unquoted.data(), l.str); in TEST()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
| D | text_literal_test.cpp | 141 std::string unquoted(SPV_LIMIT_LITERAL_STRING_BYTES_MAX, 'a'); in TEST() local 142 std::string good_long = std::string("\"") + unquoted + "\""; in TEST() 145 EXPECT_EQ(unquoted.data(), l.str); in TEST() 149 const std::string unquoted = in TEST() local 151 const std::string good_long = std::string("\"") + unquoted + "\""; in TEST() 155 EXPECT_EQ(unquoted.data(), l.str); in TEST()
|
| /third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
| D | attribute.js | 71 Object.defineProperty(_this.raws, 'unquoted', { 74 }, "attr.raws.unquoted is deprecated. Call attr.value instead."), 77 …}, "Setting attr.raws.unquoted is deprecated and has no effect. attr.value is unescaped by default… 95 * * `null` - the value will be unquoted and characters will be escaped as necessary. 334 * @param {"'" | '"' | null} quoteMark The quote mark or `null` if the value should be unquoted.
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| D | number_affixutils.h | 135 * Executes the unescape state machine. Replaces the unquoted characters "-", "+", "%", "‰", and 172 * Checks whether the specified affix pattern has any unquoted currency symbols ("¤"). 175 * @return true if the literal has at least one unquoted currency symbol; false otherwise.
|
| D | number_affixutils.cpp | 32 // Unquoted symbol in estimateLength() 62 // Unquoted symbol in estimateLength()
|
| /third_party/icu/icu4c/source/i18n/ |
| D | number_affixutils.h | 135 * Executes the unescape state machine. Replaces the unquoted characters "-", "+", "%", "‰", and 172 * Checks whether the specified affix pattern has any unquoted currency symbols ("¤"). 175 * @return true if the literal has at least one unquoted currency symbol; false otherwise.
|
| D | number_affixutils.cpp | 32 // Unquoted symbol in estimateLength() 62 // Unquoted symbol in estimateLength()
|
| /third_party/node/deps/icu-small/source/i18n/ |
| D | number_affixutils.h | 135 * Executes the unescape state machine. Replaces the unquoted characters "-", "+", "%", "‰", and 172 * Checks whether the specified affix pattern has any unquoted currency symbols ("¤"). 175 * @return true if the literal has at least one unquoted currency symbol; false otherwise.
|
| D | number_affixutils.cpp | 32 // Unquoted symbol in estimateLength() 62 // Unquoted symbol in estimateLength()
|
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
| D | CsvParser.java | 203 // Empty unquoted empty value (e.g. "foo,,bar"). in parseRow() 207 // Non-empty unquoted value. in parseRow() 214 "quotes cannot appear in unquoted values: %s", value); in parseRow()
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
| D | AffixUtils.java | 145 // Unquoted symbol in estimateLength() 175 // Unquoted symbol in estimateLength() 297 …* Executes the unescape state machine. Replaces the unquoted characters "-", "+", "%", "‰", and "¤" 400 * Checks whether the specified affix pattern has any unquoted currency symbols ("¤"). 404 * @return true if the literal has at least one unquoted currency symbol; false otherwise.
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
| D | AffixUtils.java | 150 // Unquoted symbol in estimateLength() 180 // Unquoted symbol in estimateLength() 300 …* Executes the unescape state machine. Replaces the unquoted characters "-", "+", "%", "‰", and "¤" 403 * Checks whether the specified affix pattern has any unquoted currency symbols ("¤"). 407 * @return true if the literal has at least one unquoted currency symbol; false otherwise.
|
| D | PatternStringParser.java | 265 throw state.toParseException("Found unquoted special character"); in consumePattern() 320 // Characters that cannot appear unquoted in a literal in consumeAffix() 351 throw state.toParseException("Expected unquoted literal but found EOL"); in consumeLiteral()
|
| /third_party/PyYAML/tests/data/ |
| D | spec-02-18.data | 2 This unquoted scalar
|
| /third_party/python/Lib/unittest/ |
| D | __main__.py | 7 # use executable without path, unquoted
|
| /third_party/curl/tests/data/ |
| D | test459 | 59 Warning: %LOGDIR/config:1: warning: 'data' uses unquoted whitespace
|
| /third_party/python/Doc/library/ |
| D | email.compat32-message.rst | 480 described in :meth:`get_param` and is unquoted if optional *unquote* is 515 string when the value is a tuple, or the original string unquoted if it 522 ``VALUE`` item in the 3-tuple) is always unquoted, unless *unquote* is set 592 The returned string will always be unquoted as per 601 string will always be unquoted as per :func:`email.utils.unquote`.
|
| D | email.utils.rst | 58 Return a new string which is an *unquoted* version of *str*. If *str* ends and 207 a tuple, it should be a string and it is returned unquoted.
|
| /third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
| D | RbPath.java | 120 "invalid character in unquoted resource bundle path segment: %s", segment); in RbPath() 126 "invalid character in unquoted resource bundle path segment: %s", segment); in RbPath()
|
| /third_party/mesa3d/src/gallium/frontends/clover/util/ |
| D | algorithm.hpp | 220 /// quoted parts content is preserved and unquoted 230 // Additionally, the argument should also be unquoted before being in tokenize()
|
| /third_party/protobuf/src/google/protobuf/util/internal/ |
| D | json_stream_parser.h | 191 // Expects p_ to point to an unquoted literal 279 // Whether unquoted object keys can contain embedded non-alphanumeric
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| D | MCSectionWasm.cpp | 33 if (*B == '"') // Unquoted " in printName()
|
| /third_party/icu/icu4c/source/test/intltest/ |
| D | tokiter.h | 34 * line, beginning with the first unquoted '#', are recognized.
|
| /third_party/parse5/packages/parse5/lib/common/ |
| D | error-codes.ts | 26 … unexpectedCharacterInUnquotedAttributeValue = 'unexpected-character-in-unquoted-attribute-value',
|