OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:positivePrefix
(Results
1 - 18
of
18
) sorted by null
/external/icu/icu4c/source/i18n/
number_decimfmtprops.cpp
69
positivePrefix
.setToBogus();
103
eq = eq &&
positivePrefix
== other.
positivePrefix
;
number_decimfmtprops.h
131
UnicodeString
positivePrefix
;
number_mapper.cpp
337
UnicodeString ppo = AffixUtils::escape(properties.
positivePrefix
);
346
if (!properties.
positivePrefix
.isBogus()) {
decimfmt.cpp
637
if (newValue == fields->properties->
positivePrefix
) { return; }
638
fields->properties->
positivePrefix
= newValue;
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DecimalFormatProperties.java
119
private transient String
positivePrefix
;
191
positivePrefix
= null;
237
positivePrefix
= other.
positivePrefix
;
284
eq = eq && _equalsHelper(
positivePrefix
, other.
positivePrefix
);
347
hashCode ^= _hashCodeHelper(
positivePrefix
);
549
return
positivePrefix
;
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DecimalFormatProperties.java
114
private transient String
positivePrefix
;
186
positivePrefix
= null;
232
positivePrefix
= other.
positivePrefix
;
279
eq = eq && _equalsHelper(
positivePrefix
, other.
positivePrefix
);
342
hashCode ^= _hashCodeHelper(
positivePrefix
);
544
return
positivePrefix
;
[
all
...]
/external/icu/icu4c/source/test/intltest/
numberformattesttuple.h
117
UnicodeString
positivePrefix
;
numberformattesttuple.cpp
321
FIELD_INIT(
positivePrefix
, &gStrOps),
numfmtdatadriventest.cpp
152
fmt.setPositivePrefix(tuple.
positivePrefix
);
numrgts.cpp
[
all
...]
numfmtst.cpp
[
all
...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberFormatDataDrivenTest.java
260
if (tuple.
positivePrefix
!= null) {
261
fmt.setPositivePrefix(tuple.
positivePrefix
);
446
if (tuple.
positivePrefix
!= null) {
447
fmt.setPositivePrefix(tuple.
positivePrefix
);
621
if (tuple.
positivePrefix
!= null) {
622
fmt.setPositivePrefix(tuple.
positivePrefix
);
728
if (tuple.
positivePrefix
!= null) {
729
properties.setPositivePrefix(tuple.
positivePrefix
);
[
all
...]
DataDrivenNumberFormatTestData.java
110
public String
positivePrefix
= null;
216
"
positivePrefix
",
371
positivePrefix
= value;
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatDataDrivenTest.java
257
if (tuple.
positivePrefix
!= null) {
258
fmt.setPositivePrefix(tuple.
positivePrefix
);
443
if (tuple.
positivePrefix
!= null) {
444
fmt.setPositivePrefix(tuple.
positivePrefix
);
618
if (tuple.
positivePrefix
!= null) {
619
fmt.setPositivePrefix(tuple.
positivePrefix
);
725
if (tuple.
positivePrefix
!= null) {
726
properties.setPositivePrefix(tuple.
positivePrefix
);
[
all
...]
DataDrivenNumberFormatTestData.java
107
public String
positivePrefix
= null;
213
"
positivePrefix
",
368
positivePrefix
= value;
/external/icu/android_icu4j/src/main/java/android/icu/text/
DecimalFormat_ICU58_Android.java
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DecimalFormat_ICU58_Android.java
[
all
...]
/external/cldr/tools/java/libs/
icu4j.jar
Completed in 1376 milliseconds