HomeSort by relevance Sort by last modified time
    Searched refs:toPatternImpl (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 388 return toPatternImpl(this.address, true);
392 return toPatternImpl(this.address, false);
641 private static native String toPatternImpl(long addr, boolean localized);
  /libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp 379 NATIVE_METHOD(NativeDecimalFormat, toPatternImpl, "(JZ)Ljava/lang/String;"),

Completed in 167 milliseconds