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

/libcore/luni/src/main/java/libcore/icu/
H A DNativeDecimalFormat.java82 * getTextAttribute/setTextAttribute.
433 return getTextAttribute(this.address, UNUM_NEGATIVE_PREFIX);
440 return getTextAttribute(this.address, UNUM_NEGATIVE_SUFFIX);
447 return getTextAttribute(this.address, UNUM_POSITIVE_PREFIX);
454 return getTextAttribute(this.address, UNUM_POSITIVE_SUFFIX);
625 private static native String getTextAttribute(long addr, int symbol); method in class:NativeDecimalFormat
/libcore/luni/src/main/native/
H A Dlibcore_icu_NativeDecimalFormat.cpp371 NATIVE_METHOD(NativeDecimalFormat, getTextAttribute, "(JI)Ljava/lang/String;"),

Completed in 115 milliseconds