Searched defs:matchToDelimiter (Results 1 - 3 of 3) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
H A D | NFRule.java | 939 // logic is matchToDelimiter(), which is called twice. The first 954 // Then we use matchToDelimiter() to match " middle " and try to 958 // We use matchToDelimiter() a second time to match " last" and 974 // value. If it finds a successful match, matchToDelimiter() 978 double partialResult = matchToDelimiter(workText, start, tempBaseValue, 984 // character. Take note of that, and try matchToDelimiter() 992 // the second matchToDelimiter() will compose our previous 996 partialResult = matchToDelimiter(workText2, 0, partialResult, 1001 // matchToDelimiter() call, update the high-water mark 1024 // keep trying to match things until the outer matchToDelimiter() 1124 private Number matchToDelimiter(String text, int startPos, double baseVal, method in class:NFRule [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | NFRule.java | 938 // logic is matchToDelimiter(), which is called twice. The first 953 // Then we use matchToDelimiter() to match " middle " and try to 957 // We use matchToDelimiter() a second time to match " last" and 973 // value. If it finds a successful match, matchToDelimiter() 977 double partialResult = matchToDelimiter(workText, start, tempBaseValue, 983 // character. Take note of that, and try matchToDelimiter() 991 // the second matchToDelimiter() will compose our previous 995 partialResult = matchToDelimiter(workText2, 0, partialResult, 1000 // matchToDelimiter() call, update the high-water mark 1023 // keep trying to match things until the outer matchToDelimiter() 1123 private Number matchToDelimiter(String text, int startPos, double baseVal, method in class:NFRule [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
Completed in 141 milliseconds