Searched refs:needingQuoteCharacters (Results 1 - 2 of 2) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DPatternTokenizer.java36 private transient UnicodeSet needingQuoteCharacters = null; field in class:PatternTokenizer
53 needingQuoteCharacters = null;
69 needingQuoteCharacters = null;
79 needingQuoteCharacters = null;
100 needingQuoteCharacters = null;
108 needingQuoteCharacters = null;
116 // needingQuoteCharacters = null;
162 if (needingQuoteCharacters == null) {
163 needingQuoteCharacters = new UnicodeSet().addAll(syntaxCharacters).addAll(ignorableCharacters).addAll(extraQuotingCharacters); // .addAll(quoteCharacters)
164 if (usingSlash) needingQuoteCharacters
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DPatternTokenizer.java34 private transient UnicodeSet needingQuoteCharacters = null; field in class:PatternTokenizer
51 needingQuoteCharacters = null;
67 needingQuoteCharacters = null;
77 needingQuoteCharacters = null;
98 needingQuoteCharacters = null;
106 needingQuoteCharacters = null;
114 // needingQuoteCharacters = null;
160 if (needingQuoteCharacters == null) {
161 needingQuoteCharacters = new UnicodeSet().addAll(syntaxCharacters).addAll(ignorableCharacters).addAll(extraQuotingCharacters); // .addAll(quoteCharacters)
162 if (usingSlash) needingQuoteCharacters
[all...]

Completed in 201 milliseconds