Searched refs:quote (Results 1 – 4 of 4) sorted by relevance
620 int quote = nextNonWhitespace(); in nextInObject() local621 switch (quote) { in nextInObject()625 name = nextString((char) quote); in nextInObject()807 private String nextString(char quote) throws IOException { in nextString() argument815 if (c == quote) { in nextString()
271 pattern = Pattern.quote(pattern); in isPatternMatch()
220 … pattern = Pattern.compile(".*" + Pattern.quote(reader.nextString()) + ".*", PATTERN_FLAGS); in readExpectation()
58691 public static java.lang.String quote(107766 public static java.lang.String quote(