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 82 * getTextAttribute/setTextAttribute.
515 setTextAttribute(this.address, UNUM_NEGATIVE_PREFIX, value);
522 setTextAttribute(this.address, UNUM_NEGATIVE_SUFFIX, value);
529 setTextAttribute(this.address, UNUM_POSITIVE_PREFIX, value);
536 setTextAttribute(this.address, UNUM_POSITIVE_SUFFIX, value);
640 private static native void setTextAttribute(long addr, int symbol, String str);
  /libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp 377 NATIVE_METHOD(NativeDecimalFormat, setTextAttribute, "(JILjava/lang/String;)V"),

Completed in 600 milliseconds