Searched refs:twoIsY (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | ListFormatter.java | 636 boolean twoIsY = two.equals(compiledY); in createPatternHandler() 638 if (twoIsY || endIsY) { in createPatternHandler() 640 changeToE, twoIsY ? compiledE : two, two, endIsY ? compiledE : end, end); in createPatternHandler()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | ListFormatter.java | 611 boolean twoIsY = two.equals(compiledY); in createPatternHandler() 613 if (twoIsY || endIsY) { in createPatternHandler() 615 changeToE, twoIsY ? compiledE : two, two, endIsY ? compiledE : end, end); in createPatternHandler()
|
/external/icu/icu4c/source/i18n/ |
D | listformatter.cpp | 179 bool twoIsY = two == spanishYStr; in createPatternHandler() local 181 if (twoIsY || endIsY) { in createPatternHandler() 185 twoIsY ? replacement : two, two, in createPatternHandler()
|