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

/libcore/luni/src/main/java/libcore/icu/
H A DNativeDecimalFormat.java149 private boolean posPrefNull; field in class:NativeDecimalFormat
202 clone.posPrefNull = posPrefNull;
444 if (posPrefNull) {
527 posPrefNull = value == null;
528 if (!posPrefNull) {

Completed in 26 milliseconds