Searched refs:enterCharSequenceMode (Results 1 - 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
H A DMutablePatternModifier.java273 enterCharSequenceMode(true);
282 enterCharSequenceMode(true);
285 enterCharSequenceMode(false);
297 enterCharSequenceMode(true);
304 enterCharSequenceMode(false);
353 private void enterCharSequenceMode(boolean isPrefix) { method in class:MutablePatternModifier
/external/icu/icu4c/source/i18n/
H A Dnumber_patternmodifier.cpp177 nonConstThis->enterCharSequenceMode(true);
189 nonConstThis->enterCharSequenceMode(true);
192 nonConstThis->enterCharSequenceMode(false);
203 enterCharSequenceMode(true);
210 enterCharSequenceMode(false);
276 void MutablePatternModifier::enterCharSequenceMode(bool isPrefix) { function in class:MutablePatternModifier
H A Dnumber_patternmodifier.h220 // Transient CharSequence fields (initialized in enterCharSequenceMode)
247 void enterCharSequenceMode(bool isPrefix);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DMutablePatternModifier.java271 enterCharSequenceMode(true);
280 enterCharSequenceMode(true);
283 enterCharSequenceMode(false);
295 enterCharSequenceMode(true);
302 enterCharSequenceMode(false);
351 private void enterCharSequenceMode(boolean isPrefix) { method in class:MutablePatternModifier

Completed in 262 milliseconds