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

/external/icu/icu4c/source/test/intltest/
H A Dnumberformattesttuple.h119 UnicodeString negativeSuffix; member in class:NumberFormatTestTuple
H A Dnumberformattesttuple.cpp327 FIELD_INIT(negativeSuffix, &gStrOps),
H A Dnumfmtst.cpp206 fmt.setNegativeSuffix(tuple.negativeSuffix);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DNumberFormatTestData.java111 public String negativeSuffix = null; field in class:NumberFormatTestData
215 "negativeSuffix",
378 negativeSuffix = value;
H A DNumberFormatTest.java256 if (tuple.negativeSuffix != null) {
257 fmt.setNegativeSuffix(tuple.negativeSuffix);
435 if (tuple.negativeSuffix != null) {
436 fmt.setNegativeSuffix(tuple.negativeSuffix);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTestData.java110 public String negativeSuffix = null; field in class:NumberFormatTestData
214 "negativeSuffix",
377 negativeSuffix = value;
H A DNumberFormatTest.java255 if (tuple.negativeSuffix != null) {
256 fmt.setNegativeSuffix(tuple.negativeSuffix);
434 if (tuple.negativeSuffix != null) {
435 fmt.setNegativeSuffix(tuple.negativeSuffix);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDecimalFormat.java2152 negativePrefix, negativeSuffix, positivePrefix, positiveSuffix,
2879 return compareSimpleAffix(isNegative ? negativeSuffix : positiveSuffix, text, pos);
3349 return negativeSuffix;
3359 negativeSuffix = newValue;
4000 // buf.append("negativeSuffix: '" + negativeSuffix + "'\n");
4085 negativeSuffix = buffer.toString();
4232 affix = isNegative ? negativeSuffix : positiveSuffix;
4403 affix = isNegative ? negativeSuffix : positiveSuffix;
4574 : negativePrefix.length() + negativeSuffix
5556 private String negativeSuffix = ""; field in class:DecimalFormat
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormat.java2166 negativePrefix, negativeSuffix, positivePrefix, positiveSuffix,
2893 return compareSimpleAffix(isNegative ? negativeSuffix : positiveSuffix, text, pos);
3372 return negativeSuffix;
3383 negativeSuffix = newValue;
4062 // buf.append("negativeSuffix: '" + negativeSuffix + "'\n");
4150 negativeSuffix = buffer.toString();
4297 affix = isNegative ? negativeSuffix : positiveSuffix;
4470 affix = isNegative ? negativeSuffix : positiveSuffix;
4641 : negativePrefix.length() + negativeSuffix
5643 private String negativeSuffix = ""; field in class:DecimalFormat
[all...]
/external/icu/icu4c/source/i18n/
H A Ddecimfmt.cpp1062 UnicodeString negativeSuffix; local
1066 fImpl->fNegativeSuffixPattern.toString(negativeSuffix);
1081 &negativePrefix, &negativeSuffix,
1087 &negativePrefix, &negativeSuffix,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/runtime/
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.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.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 329 milliseconds