Searched defs:zeroDigit (Results 1 - 12 of 12) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DDateNumberFormat.java39 private char zeroDigit; // For backwards compatibility field in class:DateNumberFormat
55 public DateNumberFormat(ULocale loc, char zeroDigit, String nsName) { argument
58 buf.append((char)(zeroDigit+i));
92 zeroDigit = digits[0];
123 return zeroDigit;
127 zeroDigit = zero;
274 setZeroDigit(zeroDigit);
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
H A DDecimalFormatSymbols.java179 * @param zeroDigit the zero character.
182 public void setZeroDigit(char zeroDigit) { argument
183 dfs.setZeroDigit(zeroDigit);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DDateNumberFormat.java35 private char zeroDigit; // For backwards compatibility field in class:DateNumberFormat
51 public DateNumberFormat(ULocale loc, char zeroDigit, String nsName) { argument
54 buf.append((char)(zeroDigit+i));
88 zeroDigit = digits[0];
119 return zeroDigit;
123 zeroDigit = zero;
270 setZeroDigit(zeroDigit);
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DDecimalFormatSymbolsICU.java206 public void setZeroDigit(char zeroDigit) { argument
207 fIcuDecfs.setZeroDigit(zeroDigit);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDecimalFormatSymbols.java161 return zeroDigit;
175 * <b>Note:</b> When the specified zeroDigit is a Unicode decimal digit character
179 * @param zeroDigit the zero character.
181 public void setZeroDigit(char zeroDigit) { argument
182 this.zeroDigit = zeroDigit;
190 digitStrings[0] = String.valueOf(zeroDigit);
191 digits[0] = zeroDigit;
195 char d = (char)(zeroDigit + i);
265 this.zeroDigit
1462 private char zeroDigit; field in class:DecimalFormatSymbols
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormatSymbols.java171 return zeroDigit;
188 * <b>Note:</b> When the specified zeroDigit is a Unicode decimal digit character
192 * @param zeroDigit the zero character.
196 public void setZeroDigit(char zeroDigit) { argument
197 this.zeroDigit = zeroDigit;
205 digitStrings[0] = String.valueOf(zeroDigit);
206 digits[0] = zeroDigit;
210 char d = (char)(zeroDigit + i);
282 this.zeroDigit
1553 private char zeroDigit; field in class:DecimalFormatSymbols
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 238 milliseconds