HomeSort by relevance Sort by last modified time
    Searched refs:unquoted (Results 1 - 16 of 16) sorted by null

  /external/pcre/pcrecpp/
pcrecpp.cc 268 /*static*/ string RE::QuoteMeta(const StringPiece& unquoted) {
279 for (int ii = 0; ii < unquoted.size(); ++ii) {
282 if (unquoted[ii] == '\0') {
284 } else if ((unquoted[ii] < 'a' || unquoted[ii] > 'z') &&
285 (unquoted[ii] < 'A' || unquoted[ii] > 'Z') &&
286 (unquoted[ii] < '0' || unquoted[ii] > '9') &&
287 unquoted[ii] != '_' &
    [all...]
pcrecpp_unittest.cc 488 // the original unquoted string.
489 static void TestQuoteMeta(string unquoted, RE_Options options = RE_Options()) {
490 string quoted = RE::QuoteMeta(unquoted);
492 CHECK(re.FullMatch(unquoted));
496 // quoted, should not generally match a string the unquoted string does.
497 static void NegativeTestQuoteMeta(string unquoted, string should_not_match,
499 string quoted = RE::QuoteMeta(unquoted);
    [all...]
  /external/deqp-deps/SPIRV-Tools/test/
text_literal_test.cpp 141 std::string unquoted(SPV_LIMIT_LITERAL_STRING_BYTES_MAX, 'a');
142 std::string good_long = std::string("\"") + unquoted + "\"";
145 EXPECT_EQ(unquoted.data(), l.str);
149 const std::string unquoted = local
151 const std::string good_long = std::string("\"") + unquoted + "\"";
155 EXPECT_EQ(unquoted.data(), l.str);
  /external/swiftshader/third_party/SPIRV-Tools/test/
text_literal_test.cpp 141 std::string unquoted(SPV_LIMIT_LITERAL_STRING_BYTES_MAX, 'a');
142 std::string good_long = std::string("\"") + unquoted + "\"";
145 EXPECT_EQ(unquoted.data(), l.str);
149 const std::string unquoted = local
151 const std::string good_long = std::string("\"") + unquoted + "\"";
155 EXPECT_EQ(unquoted.data(), l.str);
  /external/golang-protobuf/proto/
text_parser.go 69 unquoted string // the unquoted version of value, if it was a quoted string
167 p.cur.unquoted = ""
192 p.cur.unquoted = unq
347 cat.unquoted += p.cur.unquoted
757 bytes := []byte(tok.unquoted)
840 fv.SetString(tok.unquoted)
  /external/syzkaller/vendor/github.com/golang/protobuf/proto/
text_parser.go 69 unquoted string // the unquoted version of value, if it was a quoted string
167 p.cur.unquoted = ""
192 p.cur.unquoted = unq
347 cat.unquoted += p.cur.unquoted
757 bytes := []byte(tok.unquoted)
840 fv.SetString(tok.unquoted)
  /external/libchrome/build/
gn_helpers.py 94 The unquoted asdf string will not be valid input to this function, which
  /external/pcre/pcrecpp/include/
pcrecpp.h 618 // 'unquoted'. The returned string, used as a regular expression,
626 static string QuoteMeta(const StringPiece& unquoted);
  /external/python/cpython2/Lib/
urllib2.py 884 warnings.warn("Basic Auth Realm was unquoted",
    [all...]
  /external/kotlinc/lib/
kotlin-imports-dumper-compiler-plugin.jar 
  /external/golang-protobuf/jsonpb/
jsonpb_test.go 737 {"unquoted int64 object", Unmarshaler{}, `{"oInt64":-314}`, &pb.Simple{OInt64: proto.Int64(-314)}},
738 {"unquoted uint64 object", Unmarshaler{}, `{"oUint64":123}`, &pb.Simple{OUint64: proto.Uint64(123)}},
    [all...]
  /external/pcre/dist2/
ltmain.sh     [all...]
  /external/python/cpython3/Lib/urllib/
request.py     [all...]
  /external/guice/extensions/persist/lib/
hibernate3.jar 
  /build/make/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js     [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 878 milliseconds