Searched refs:setTextAttribute (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/libcore/icu/
H A DNativeDecimalFormat.java82 * 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); method in class:NativeDecimalFormat
/libcore/luni/src/main/native/
H A Dlibcore_icu_NativeDecimalFormat.cpp378 NATIVE_METHOD(NativeDecimalFormat, setTextAttribute, "(JILjava/lang/String;)V"),

Completed in 39 milliseconds