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

  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 83 * getTextAttribute/setTextAttribute.
361 return getTextAttribute(this.address, UNUM_NEGATIVE_PREFIX);
368 return getTextAttribute(this.address, UNUM_NEGATIVE_SUFFIX);
375 return getTextAttribute(this.address, UNUM_POSITIVE_PREFIX);
382 return getTextAttribute(this.address, UNUM_POSITIVE_SUFFIX);
625 private static native String getTextAttribute(int addr, int symbol);
  /libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp 359 NATIVE_METHOD(NativeDecimalFormat, getTextAttribute, "(II)Ljava/lang/String;"),

Completed in 38 milliseconds