Home
last modified time | relevance | path

Searched full:unquoted (Results 1 – 25 of 182) sorted by relevance

12345678

/third_party/skia/third_party/externals/spirv-tools/test/
Dtext_literal_test.cpp141 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/
Dtext_literal_test.cpp141 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/
Dtext_literal_test.cpp141 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/
Dattribute.js71 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/
Dnumber_affixutils.h135 * 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.
Dnumber_affixutils.cpp32 // Unquoted symbol in estimateLength()
62 // Unquoted symbol in estimateLength()
/third_party/icu/icu4c/source/i18n/
Dnumber_affixutils.h135 * 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.
Dnumber_affixutils.cpp32 // Unquoted symbol in estimateLength()
62 // Unquoted symbol in estimateLength()
/third_party/node/deps/icu-small/source/i18n/
Dnumber_affixutils.h135 * 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.
Dnumber_affixutils.cpp32 // Unquoted symbol in estimateLength()
62 // Unquoted symbol in estimateLength()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
DCsvParser.java203 // 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/
DAffixUtils.java145 // 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/
DAffixUtils.java150 // 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.
DPatternStringParser.java265 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/
Dspec-02-18.data2 This unquoted scalar
/third_party/python/Lib/unittest/
D__main__.py7 # use executable without path, unquoted
/third_party/curl/tests/data/
Dtest45959 Warning: %LOGDIR/config:1: warning: 'data' uses unquoted whitespace
/third_party/python/Doc/library/
Demail.compat32-message.rst480 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`.
Demail.utils.rst58 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/
DRbPath.java120 "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/
Dalgorithm.hpp220 /// 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/
Djson_stream_parser.h191 // 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/
DMCSectionWasm.cpp33 if (*B == '"') // Unquoted " in printName()
/third_party/icu/icu4c/source/test/intltest/
Dtokiter.h34 * line, beginning with the first unquoted '#', are recognized.
/third_party/parse5/packages/parse5/lib/common/
Derror-codes.ts26 … unexpectedCharacterInUnquotedAttributeValue = 'unexpected-character-in-unquoted-attribute-value',

12345678