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

/libcore/luni/src/main/java/java/util/
H A DFormatter.java1075 int index = token.getArgIndex() == FormatToken.UNSET ? currentObjectIndex++ : token.getArgIndex();
1127 static final int UNSET = -1; field in class:Formatter.FormatToken
1135 private int argIndex = UNSET;
1148 private char conversionType = (char) UNSET;
1151 private int precision = UNSET;
1152 private int width = UNSET;
1159 !flagSpace && !flagZero && width == UNSET && precision == UNSET;
1163 return precision != UNSET;
1366 if ((flagMinus || flagZero) && width == UNSET) {
[all...]
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 134 milliseconds