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

/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/text/
H A DNativeDecimalFormat.java111 private boolean posSuffNull; field in class:NativeDecimalFormat
142 this.posSuffNull = other.posSuffNull;
391 if (posSuffNull) {
472 posSuffNull = value == null;
473 if (!posSuffNull) {

Completed in 105 milliseconds