Searched refs:quote (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/util/
H A DJsonReader.java649 int quote = nextNonWhitespace();
650 switch (quote) {
654 name = nextString((char) quote);
867 * Returns the string up to but not including {@code quote}, unescaping any
868 * character escape sequences encountered along the way. The opening quote
869 * should have already been read. This consumes the closing quote, but does
872 * @param quote either ' or ".
876 private String nextString(char quote) throws IOException { argument
884 if (c == quote) {
/frameworks/base/test-runner/src/android/test/
H A DClassPathPackageInfoSource.java306 return classPath.split(Pattern.quote(separator));
/frameworks/base/core/java/android/text/
H A DHtml.java202 for (QuoteSpan quote: quotes) {
208 for (QuoteSpan quote: quotes) {
/frameworks/base/voip/java/com/android/server/sip/
H A DSipHelper.java240 String replaceStr = Pattern.quote(userProfile.getUserName() + "@");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java391 String replaceStr = Pattern.quote(mProfile.getUserName() + "@");

Completed in 632 milliseconds