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

  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 83 * getTextAttribute/setTextAttribute.
445 setTextAttribute(this.address, UNUM_NEGATIVE_PREFIX, value);
452 setTextAttribute(this.address, UNUM_NEGATIVE_SUFFIX, value);
459 setTextAttribute(this.address, UNUM_POSITIVE_PREFIX, value);
466 setTextAttribute(this.address, UNUM_POSITIVE_SUFFIX, value);
640 private static native void setTextAttribute(int addr, int symbol, String str);
  /libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp 366 NATIVE_METHOD(NativeDecimalFormat, setTextAttribute, "(IILjava/lang/String;)V"),

Completed in 47 milliseconds