Searched defs:localized (Results 1 – 2 of 2) sorted by relevance
| /libcore/luni/src/main/java/libcore/icu/ |
| D | NativeDecimalFormat.java | 479 private static void applyPattern(int addr, boolean localized, String pattern) { in applyPattern() 618 private static native void applyPatternImpl(int addr, boolean localized, String pattern); in applyPatternImpl() 641 private static native String toPatternImpl(int addr, boolean localized); in toPatternImpl()
|
| /libcore/luni/src/main/native/ |
| D | libcore_icu_NativeDecimalFormat.cpp | 190 static void NativeDecimalFormat_applyPatternImpl(JNIEnv* env, jclass, jint addr, jboolean localized… in NativeDecimalFormat_applyPatternImpl() 206 static jstring NativeDecimalFormat_toPatternImpl(JNIEnv* env, jclass, jint addr, jboolean localized… in NativeDecimalFormat_toPatternImpl()
|