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

/external/icu/icu4c/source/test/intltest/
H A Dnumberformattesttuple.h117 UnicodeString positiveSuffix; member in class:NumberFormatTestTuple
H A Dnumberformattesttuple.cpp325 FIELD_INIT(positiveSuffix, &gStrOps),
H A Dnumfmtst.cpp200 fmt.setPositiveSuffix(tuple.positiveSuffix);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DNumberFormatTestData.java109 public String positiveSuffix = null; field in class:NumberFormatTestData
213 "positiveSuffix",
370 positiveSuffix = value;
H A DNumberFormatTest.java250 if (tuple.positiveSuffix != null) {
251 fmt.setPositiveSuffix(tuple.positiveSuffix);
429 if (tuple.positiveSuffix != null) {
430 fmt.setPositiveSuffix(tuple.positiveSuffix);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTestData.java108 public String positiveSuffix = null; field in class:NumberFormatTestData
212 "positiveSuffix",
369 positiveSuffix = value;
H A DNumberFormatTest.java249 if (tuple.positiveSuffix != null) {
250 fmt.setPositiveSuffix(tuple.positiveSuffix);
428 if (tuple.positiveSuffix != null) {
429 fmt.setPositiveSuffix(tuple.positiveSuffix);
/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);
3327 return positiveSuffix;
3337 positiveSuffix = newValue;
3994 // buf.append("positiveSuffix: '" + positiveSuffix + "'\n");
4077 positiveSuffix = buffer.toString();
4232 affix = isNegative ? negativeSuffix : positiveSuffix;
4403 affix = isNegative ? negativeSuffix : positiveSuffix;
4573 ? positivePrefix.length() + positiveSuffix
5539 private String positiveSuffix = ""; 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);
3348 return positiveSuffix;
3359 positiveSuffix = newValue;
4056 // buf.append("positiveSuffix: '" + positiveSuffix + "'\n");
4142 positiveSuffix = buffer.toString();
4297 affix = isNegative ? negativeSuffix : positiveSuffix;
4470 affix = isNegative ? negativeSuffix : positiveSuffix;
4640 ? positivePrefix.length() + positiveSuffix
5626 private String positiveSuffix = ""; field in class:DecimalFormat
[all...]
/external/icu/icu4c/source/i18n/
H A Ddecimfmt.cpp1060 UnicodeString positiveSuffix; local
1064 fImpl->fPositiveSuffixPattern.toString(positiveSuffix);
1082 &positivePrefix, &positiveSuffix,
1088 &positivePrefix, &positiveSuffix,
/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 1563 milliseconds