Home
last modified time | relevance | path

Searched defs:localized (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/libcore/icu/
DNativeDecimalFormat.java479 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/
Dlibcore_icu_NativeDecimalFormat.cpp190 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()