Home
last modified time | relevance | path

Searched refs:quotedChar (Results 1 – 2 of 2) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DPatternTokenizer.java168 int quotedChar = NO_QUOTE; in quoteLiteral() local
174 if (quotedChar == IN_QUOTE) { in quoteLiteral()
176 quotedChar = NO_QUOTE; in quoteLiteral()
184 if (quotedChar == IN_QUOTE) { in quoteLiteral()
205 quotedChar = IN_QUOTE; in quoteLiteral()
214 if (quotedChar == IN_QUOTE) { in quoteLiteral()
216 quotedChar = NO_QUOTE; in quoteLiteral()
222 if (quotedChar == IN_QUOTE) { in quoteLiteral()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DPatternTokenizer.java166 int quotedChar = NO_QUOTE; in quoteLiteral() local
172 if (quotedChar == IN_QUOTE) { in quoteLiteral()
174 quotedChar = NO_QUOTE; in quoteLiteral()
182 if (quotedChar == IN_QUOTE) { in quoteLiteral()
203 quotedChar = IN_QUOTE; in quoteLiteral()
212 if (quotedChar == IN_QUOTE) { in quoteLiteral()
214 quotedChar = NO_QUOTE; in quoteLiteral()
220 if (quotedChar == IN_QUOTE) { in quoteLiteral()