OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:containsSymbolType
(Results
1 - 20
of
20
) sorted by null
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
AffixPatternProvider.java
40
public boolean
containsSymbolType
(int type);
CurrencyPluralInfoAffixProvider.java
67
public boolean
containsSymbolType
(int type) {
68
return affixesByPlural[StandardPlural.OTHER.ordinal()].
containsSymbolType
(type);
PropertiesAffixPatternProvider.java
129
public boolean
containsSymbolType
(int type) {
MutablePatternModifier.java
140
return patternInfo.
containsSymbolType
(AffixUtils.TYPE_CURRENCY_TRIPLE);
PatternStringParser.java
172
public boolean
containsSymbolType
(int type) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
AffixPatternProvider.java
33
public boolean
containsSymbolType
(int type);
CurrencyPluralInfoAffixProvider.java
63
public boolean
containsSymbolType
(int type) {
64
return affixesByPlural[StandardPlural.OTHER.ordinal()].
containsSymbolType
(type);
PropertiesAffixPatternProvider.java
125
public boolean
containsSymbolType
(int type) {
MutablePatternModifier.java
138
return patternInfo.
containsSymbolType
(AffixUtils.TYPE_CURRENCY_TRIPLE);
PatternStringParser.java
169
public boolean
containsSymbolType
(int type) {
/external/icu/icu4c/source/i18n/
number_mapper.h
57
bool
containsSymbolType
(AffixPatternType, UErrorCode&) const U_OVERRIDE;
102
bool
containsSymbolType
(AffixPatternType, UErrorCode&) const U_OVERRIDE;
number_patternstring.h
91
bool
containsSymbolType
(AffixPatternType type, UErrorCode& status) const U_OVERRIDE;
number_types.h
122
virtual bool
containsSymbolType
(AffixPatternType, UErrorCode&) const = 0;
number_mapper.cpp
436
bool PropertiesAffixPatternProvider::
containsSymbolType
(AffixPatternType type, UErrorCode& status) const {
499
bool CurrencyPluralInfoAffixProvider::
containsSymbolType
(AffixPatternType type, UErrorCode& status) const {
500
return affixesByPlural[StandardPlural::OTHER].
containsSymbolType
(type, status);
numparse_impl.cpp
162
if (!isStrict && affixProvider->
containsSymbolType
(AffixPatternType::TYPE_PERCENT, status)) {
165
if (!isStrict && affixProvider->
containsSymbolType
(AffixPatternType::TYPE_PERMILLE, status)) {
number_patternmodifier.cpp
52
return fPatternInfo->
containsSymbolType
(AffixPatternType::TYPE_CURRENCY_TRIPLE, statusLocal);
number_patternstring.cpp
109
bool ParsedPatternInfo::
containsSymbolType
(AffixPatternType type, UErrorCode& status) const {
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/
NumberParserImpl.java
214
if (!isStrict && affixProvider.
containsSymbolType
(AffixUtils.TYPE_PERCENT)) {
217
if (!isStrict && affixProvider.
containsSymbolType
(AffixUtils.TYPE_PERMILLE)) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
NumberParserImpl.java
212
if (!isStrict && affixProvider.
containsSymbolType
(AffixUtils.TYPE_PERCENT)) {
215
if (!isStrict && affixProvider.
containsSymbolType
(AffixUtils.TYPE_PERMILLE)) {
/external/cldr/tools/java/libs/
icu4j.jar
Completed in 639 milliseconds