Home
last modified time | relevance | path

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

12345678910>>...16

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DSerializableString.java27 * Returns unquoted String that this object represents (and offers
33 * Returns length of the (unquoted) String as characters.
54 * Returns UTF-8 encoded version of unquoted String.
105 * Method that will append unquoted ('raw') UTF-8 bytes of this String into given
119 * Method that will append unquoted characters of this String into given
/external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
DHtmlEscapeFunction.java50 // In unquoted HTML attributes, strip out control characters also, as they could
64 * unquoted HTML attribute.
66 * If the string is unquoted, we strip out all characters 0 - 0x1f and 0x7f for security reasons.
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dpcre.cc466 std::string PCRE::QuoteMeta(const StringPiece& unquoted) { in QuoteMeta() argument
468 result.reserve(unquoted.size() << 1); in QuoteMeta()
477 for (size_t ii = 0; ii < unquoted.size(); ++ii) { in QuoteMeta()
480 if ((unquoted[ii] < 'a' || unquoted[ii] > 'z') && in QuoteMeta()
481 (unquoted[ii] < 'A' || unquoted[ii] > 'Z') && in QuoteMeta()
482 (unquoted[ii] < '0' || unquoted[ii] > '9') && in QuoteMeta()
483 unquoted[ii] != '_' && in QuoteMeta()
487 !(unquoted[ii] & 128)) { in QuoteMeta()
488 if (unquoted[ii] == '\0') { // Special handling for null chars. in QuoteMeta()
495 result += unquoted[ii]; in QuoteMeta()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/rtsp/src/main/java/com/google/android/exoplayer2/source/rtsp/
DRtspAuthenticationInfo.java122 // response-digest = H( H(A1) ":" unquoted nonce-value ":" H(A2) ) in getDigestAuthorizationHeaderValue()
123 // A1 = unquoted username-value ":" unquoted realm-value ":" password in getDigestAuthorizationHeaderValue()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/rtsp/src/main/java/com/google/android/exoplayer2/source/rtsp/
DRtspAuthenticationInfo.java116 // response-digest = H( H(A1) ":" unquoted nonce-value ":" H(A2) ) in getDigestAuthorizationHeaderValue()
117 // A1 = unquoted username-value ":" unquoted realm-value ":" password in getDigestAuthorizationHeaderValue()
/external/angle/third_party/vulkan-deps/spirv-tools/src/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()
/external/deqp-deps/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()
/external/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()
/external/jackson-core/docs/javadoc/2.6/com/fasterxml/jackson/core/
DSerializableString.html144 <div class="block">Method that will append unquoted characters of this String into given
152 <div class="block">Method that will append unquoted ('raw') UTF-8 bytes of this String into given
171 <div class="block">Returns UTF-8 encoded version of unquoted String.</div>
177 <div class="block">Returns length of the (unquoted) String as characters.</div>
183 <div class="block">Returns unquoted String that this object represents (and offers
225 <div class="block">Returns unquoted String that this object represents (and offers
236 <div class="block">Returns length of the (unquoted) String as characters.
261 <div class="block">Returns UTF-8 encoded version of unquoted String.
327 <div class="block">Method that will append unquoted ('raw') UTF-8 bytes of this String into given
345 <div class="block">Method that will append unquoted characters of this String into given
/external/jackson-core/docs/javadoc/2.2.0/com/fasterxml/jackson/core/
DSerializableString.html141 <div class="block">Method that will append unquoted characters of this String into given
149 <div class="block">Method that will append unquoted ('raw') UTF-8 bytes of this String into given
168 <div class="block">Returns UTF-8 encoded version of unquoted String.</div>
174 <div class="block">Returns length of the (unquoted) String as characters.</div>
180 <div class="block">Returns unquoted String that this object represents (and offers
222 <div class="block">Returns unquoted String that this object represents (and offers
233 <div class="block">Returns length of the (unquoted) String as characters.
258 <div class="block">Returns UTF-8 encoded version of unquoted String.
324 <div class="block">Method that will append unquoted ('raw') UTF-8 bytes of this String into given
342 <div class="block">Method that will append unquoted characters of this String into given
/external/jackson-core/docs/javadoc/2.4/com/fasterxml/jackson/core/
DSerializableString.html144 <div class="block">Method that will append unquoted characters of this String into given
152 <div class="block">Method that will append unquoted ('raw') UTF-8 bytes of this String into given
171 <div class="block">Returns UTF-8 encoded version of unquoted String.</div>
177 <div class="block">Returns length of the (unquoted) String as characters.</div>
183 <div class="block">Returns unquoted String that this object represents (and offers
225 <div class="block">Returns unquoted String that this object represents (and offers
236 <div class="block">Returns length of the (unquoted) String as characters.
261 <div class="block">Returns UTF-8 encoded version of unquoted String.
327 <div class="block">Method that will append unquoted ('raw') UTF-8 bytes of this String into given
345 <div class="block">Method that will append unquoted characters of this String into given
/external/jackson-core/docs/javadoc/2.7/com/fasterxml/jackson/core/
DSerializableString.html144 <div class="block">Method that will append unquoted characters of this String into given
152 <div class="block">Method that will append unquoted ('raw') UTF-8 bytes of this String into given
171 <div class="block">Returns UTF-8 encoded version of unquoted String.</div>
177 <div class="block">Returns length of the (unquoted) String as characters.</div>
183 <div class="block">Returns unquoted String that this object represents (and offers
225 <div class="block">Returns unquoted String that this object represents (and offers
236 <div class="block">Returns length of the (unquoted) String as characters.
261 <div class="block">Returns UTF-8 encoded version of unquoted String.
327 <div class="block">Method that will append unquoted ('raw') UTF-8 bytes of this String into given
345 <div class="block">Method that will append unquoted characters of this String into given
/external/jackson-core/docs/javadoc/2.3/com/fasterxml/jackson/core/
DSerializableString.html144 <div class="block">Method that will append unquoted characters of this String into given
152 <div class="block">Method that will append unquoted ('raw') UTF-8 bytes of this String into given
171 <div class="block">Returns UTF-8 encoded version of unquoted String.</div>
177 <div class="block">Returns length of the (unquoted) String as characters.</div>
183 <div class="block">Returns unquoted String that this object represents (and offers
225 <div class="block">Returns unquoted String that this object represents (and offers
236 <div class="block">Returns length of the (unquoted) String as characters.
261 <div class="block">Returns UTF-8 encoded version of unquoted String.
327 <div class="block">Method that will append unquoted ('raw') UTF-8 bytes of this String into given
345 <div class="block">Method that will append unquoted characters of this String into given
/external/jackson-core/docs/javadoc/2.5/com/fasterxml/jackson/core/
DSerializableString.html144 <div class="block">Method that will append unquoted characters of this String into given
152 <div class="block">Method that will append unquoted ('raw') UTF-8 bytes of this String into given
171 <div class="block">Returns UTF-8 encoded version of unquoted String.</div>
177 <div class="block">Returns length of the (unquoted) String as characters.</div>
183 <div class="block">Returns unquoted String that this object represents (and offers
225 <div class="block">Returns unquoted String that this object represents (and offers
236 <div class="block">Returns length of the (unquoted) String as characters.
261 <div class="block">Returns UTF-8 encoded version of unquoted String.
327 <div class="block">Method that will append unquoted ('raw') UTF-8 bytes of this String into given
345 <div class="block">Method that will append unquoted characters of this String into given
/external/jackson-core/docs/javadoc/2.8/com/fasterxml/jackson/core/
DSerializableString.html144 <div class="block">Method that will append unquoted characters of this String into given
152 <div class="block">Method that will append unquoted ('raw') UTF-8 bytes of this String into given
171 <div class="block">Returns UTF-8 encoded version of unquoted String.</div>
177 <div class="block">Returns length of the (unquoted) String as characters.</div>
183 <div class="block">Returns unquoted String that this object represents (and offers
225 <div class="block">Returns unquoted String that this object represents (and offers
236 <div class="block">Returns length of the (unquoted) String as characters.
261 <div class="block">Returns UTF-8 encoded version of unquoted String.
327 <div class="block">Method that will append unquoted ('raw') UTF-8 bytes of this String into given
345 <div class="block">Method that will append unquoted characters of this String into given
/external/jackson-databind/docs/javadoc/1.9/org/codehaus/jackson/
DSerializableString.html137 <div class="block">Returns UTF-8 encoded version of unquoted String.</div>
143 <div class="block">Returns length of the (unquoted) String as characters.</div>
149 <div class="block">Returns unquoted String that this object represents (and offers
175 <div class="block">Returns unquoted String that this object represents (and offers
186 <div class="block">Returns length of the (unquoted) String as characters.
211 <div class="block">Returns UTF-8 encoded version of unquoted String.
/external/jackson-core/docs/javadoc/1.9/org/codehaus/jackson/
DSerializableString.html137 <div class="block">Returns UTF-8 encoded version of unquoted String.</div>
143 <div class="block">Returns length of the (unquoted) String as characters.</div>
149 <div class="block">Returns unquoted String that this object represents (and offers
175 <div class="block">Returns unquoted String that this object represents (and offers
186 <div class="block">Returns length of the (unquoted) String as characters.
211 <div class="block">Returns UTF-8 encoded version of unquoted String.
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dre2.cc515 std::string RE2::QuoteMeta(const StringPiece& unquoted) { in GlobalReplace() argument
517 result.reserve(unquoted.size() << 1); in GlobalReplace()
526 for (size_t ii = 0; ii < unquoted.size(); ++ii) { in GlobalReplace()
529 if ((unquoted[ii] < 'a' || unquoted[ii] > 'z') && in GlobalReplace()
530 (unquoted[ii] < 'A' || unquoted[ii] > 'Z') && in GlobalReplace()
531 (unquoted[ii] < '0' || unquoted[ii] > '9') && in GlobalReplace()
532 unquoted[ii] != '_' && in GlobalReplace()
536 !(unquoted[ii] & 128)) { in GlobalReplace()
537 if (unquoted[ii] == '\0') { // Special handling for null chars. in GlobalReplace()
547 result += unquoted[ii]; in GlobalReplace()
/external/jackson-core/docs/javadoc/2.11/com/fasterxml/jackson/core/
DSerializableString.html160 <div class="block">Method that will append unquoted characters of this String into given
168 <div class="block">Method that will append unquoted ('raw') UTF-8 bytes of this String into given
187 <div class="block">Returns UTF-8 encoded version of unquoted String.</div>
193 <div class="block">Returns length of the (unquoted) String as characters.</div>
199 <div class="block">Returns unquoted String that this object represents (and offers
241 <div class="block">Returns unquoted String that this object represents (and offers
252 <div class="block">Returns length of the (unquoted) String as characters.
277 <div class="block">Returns UTF-8 encoded version of unquoted String.
349 <div class="block">Method that will append unquoted ('raw') UTF-8 bytes of this String into given
370 <div class="block">Method that will append unquoted characters of this String into given
/external/jackson-core/docs/javadoc/2.9/com/fasterxml/jackson/core/
DSerializableString.html160 <div class="block">Method that will append unquoted characters of this String into given
168 <div class="block">Method that will append unquoted ('raw') UTF-8 bytes of this String into given
187 <div class="block">Returns UTF-8 encoded version of unquoted String.</div>
193 <div class="block">Returns length of the (unquoted) String as characters.</div>
199 <div class="block">Returns unquoted String that this object represents (and offers
241 <div class="block">Returns unquoted String that this object represents (and offers
252 <div class="block">Returns length of the (unquoted) String as characters.
277 <div class="block">Returns UTF-8 encoded version of unquoted String.
349 <div class="block">Method that will append unquoted ('raw') UTF-8 bytes of this String into given
370 <div class="block">Method that will append unquoted characters of this String into given
/external/jackson-core/docs/javadoc/2.10/com/fasterxml/jackson/core/
DSerializableString.html160 <div class="block">Method that will append unquoted characters of this String into given
168 <div class="block">Method that will append unquoted ('raw') UTF-8 bytes of this String into given
187 <div class="block">Returns UTF-8 encoded version of unquoted String.</div>
193 <div class="block">Returns length of the (unquoted) String as characters.</div>
199 <div class="block">Returns unquoted String that this object represents (and offers
241 <div class="block">Returns unquoted String that this object represents (and offers
252 <div class="block">Returns length of the (unquoted) String as characters.
277 <div class="block">Returns UTF-8 encoded version of unquoted String.
349 <div class="block">Method that will append unquoted ('raw') UTF-8 bytes of this String into given
370 <div class="block">Method that will append unquoted characters of this String into given
/external/jackson-core/docs/javadoc/2.11.rc1/com/fasterxml/jackson/core/
DSerializableString.html160 <div class="block">Method that will append unquoted characters of this String into given
168 <div class="block">Method that will append unquoted ('raw') UTF-8 bytes of this String into given
187 <div class="block">Returns UTF-8 encoded version of unquoted String.</div>
193 <div class="block">Returns length of the (unquoted) String as characters.</div>
199 <div class="block">Returns unquoted String that this object represents (and offers
241 <div class="block">Returns unquoted String that this object represents (and offers
252 <div class="block">Returns length of the (unquoted) String as characters.
277 <div class="block">Returns UTF-8 encoded version of unquoted String.
349 <div class="block">Method that will append unquoted ('raw') UTF-8 bytes of this String into given
370 <div class="block">Method that will append unquoted characters of this String into given
/external/python/cffi/demo/
Dfastcsv.py100 /* begin new unquoted field */
116 /* in unquoted field */
206 …/*PyErr_Format(error_obj, "new-line character seen in unquoted field - do you need to open the fil…
/external/jackson-core/docs/javadoc/2.1/com/fasterxml/jackson/core/
DSerializableString.html162 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Method that will append unquoted charac…
172 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Method that will append unquoted ('raw'…
197 …sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns UTF-8 encoded version of unquoted String.</TD>
205 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns length of the (unquoted) String…
213 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns unquoted String that this objec…
267 <DD>Returns unquoted String that this object represents (and offers
281 <DD>Returns length of the (unquoted) String as characters.
312 <DD>Returns UTF-8 encoded version of unquoted String.
390 <DD>Method that will append unquoted ('raw') UTF-8 bytes of this String into given
411 <DD>Method that will append unquoted characters of this String into given
/external/jackson-core/docs/javadoc/2.0/com/fasterxml/jackson/core/
DSerializableString.html162 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Method that will append unquoted charac…
172 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Method that will append unquoted ('raw'…
197 …sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns UTF-8 encoded version of unquoted String.</TD>
205 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns length of the (unquoted) String…
213 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns unquoted String that this objec…
267 <DD>Returns unquoted String that this object represents (and offers
281 <DD>Returns length of the (unquoted) String as characters.
312 <DD>Returns UTF-8 encoded version of unquoted String.
394 <DD>Method that will append unquoted ('raw') UTF-8 bytes of this String into given
417 <DD>Method that will append unquoted characters of this String into given

12345678910>>...16