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

/external/icu/icu4c/source/test/intltest/
H A Dnumberformattesttuple.h116 UnicodeString positivePrefix; member in class:NumberFormatTestTuple
H A Dnumberformattesttuple.cpp324 FIELD_INIT(positivePrefix, &gStrOps),
H A Dnumrgts.cpp2931 static const UChar positivePrefix[] = { 0x40,0 }; // "@" local
2945 unum_setTextAttribute(f.getAlias(), UNUM_POSITIVE_PREFIX, positivePrefix, -1, &status);
H A Dnumfmtst.cpp197 fmt.setPositivePrefix(tuple.positivePrefix);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DNumberFormatTestData.java108 public String positivePrefix = null; field in class:NumberFormatTestData
212 "positivePrefix",
366 positivePrefix = value;
H A DNumberFormatTest.java247 if (tuple.positivePrefix != null) {
248 fmt.setPositivePrefix(tuple.positivePrefix);
426 if (tuple.positivePrefix != null) {
427 fmt.setPositivePrefix(tuple.positivePrefix);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTestData.java107 public String positivePrefix = null; field in class:NumberFormatTestData
211 "positivePrefix",
365 positivePrefix = value;
H A DNumberFormatTest.java246 if (tuple.positivePrefix != null) {
247 fmt.setPositivePrefix(tuple.positivePrefix);
425 if (tuple.positivePrefix != null) {
426 fmt.setPositivePrefix(tuple.positivePrefix);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDecimalFormat.java2152 negativePrefix, negativeSuffix, positivePrefix, positiveSuffix,
2877 return compareSimpleAffix(isNegative ? negativePrefix : positivePrefix, text, pos);
3283 return positivePrefix;
3293 positivePrefix = newValue;
3992 // buf.append("positivePrefix: '" + positivePrefix + "'\n");
4018 return super.hashCode() * 37 + positivePrefix.hashCode();
4073 positivePrefix = buffer.toString();
4229 affix = isNegative ? negativePrefix : positivePrefix;
4401 affix = isNegative ? negativePrefix : positivePrefix;
5530 private String positivePrefix = ""; field in class:DecimalFormat
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormat.java2166 negativePrefix, negativeSuffix, positivePrefix, positiveSuffix,
2891 return compareSimpleAffix(isNegative ? negativePrefix : positivePrefix, text, pos);
3300 return positivePrefix;
3311 positivePrefix = newValue;
4054 // buf.append("positivePrefix: '" + positivePrefix + "'\n");
4081 return super.hashCode() * 37 + positivePrefix.hashCode();
4138 positivePrefix = buffer.toString();
4294 affix = isNegative ? negativePrefix : positivePrefix;
4468 affix = isNegative ? negativePrefix : positivePrefix;
5617 private String positivePrefix = ""; field in class:DecimalFormat
[all...]
/external/icu/icu4c/source/i18n/
H A Ddecimfmt.cpp1059 UnicodeString positivePrefix; local
1063 fImpl->fPositivePrefixPattern.toString(positivePrefix);
1082 &positivePrefix, &positiveSuffix,
1088 &positivePrefix, &positiveSuffix,
/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 240 milliseconds