Home
last modified time | relevance | path

Searched refs:getKeyword (Results 1 – 25 of 32) sorted by relevance

12

/external/icu/android_icu4j/src/main/java/android/icu/text/
DPluralRules.java1807 public String getKeyword() { in getKeyword() method in PluralRules.Rule
1845 String keyword = nextRule.getKeyword(); in addRule()
1847 if (keyword.equals(rule.getKeyword())) { in addRule()
1860 if ("other".equals(rule.getKeyword())) { in finish()
1886 return r.getKeyword(); in select()
1892 result.add(rule.getKeyword()); in getKeywords()
1913 if (keyword.equals(rule.getKeyword())) { in computeLimited()
1937 if (rule.getKeyword().equals(keyword)) { in getRules()
1946 if (rule.getKeyword().equals(keyword) && rule.appliesTo(sample)) { in select()
1955 if (rule.getKeyword().equals(keyword)) { in getDecimalSamples()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPluralRules.java1739 public String getKeyword() { in getKeyword() method in PluralRules.Rule
1778 String keyword = nextRule.getKeyword(); in addRule()
1780 if (keyword.equals(rule.getKeyword())) { in addRule()
1793 if ("other".equals(rule.getKeyword())) { in finish()
1819 return r.getKeyword(); in select()
1825 result.add(rule.getKeyword()); in getKeywords()
1846 if (keyword.equals(rule.getKeyword())) { in computeLimited()
1870 if (rule.getKeyword().equals(keyword)) { in getRules()
1879 if (rule.getKeyword().equals(keyword) && rule.appliesTo(sample)) { in select()
1888 if (rule.getKeyword().equals(keyword)) { in getDecimalSamples()
/external/icu/icu4c/source/i18n/
Dstandardplural.h44 static const char *getKeyword(Form p);
Dstandardplural.cpp29 const char *StandardPlural::getKeyword(Form p) { in getKeyword() function in StandardPlural
Dnumber_currencysymbols.cpp91 StandardPlural::getKeyword(plural), in getPluralName()
Dnumber_longnames.cpp128 StandardPlural::getKeyword(static_cast<StandardPlural::Form>(i)), in getCurrencyLongNameData()
Dnumber_mapper.cpp456 const char* keyword = StandardPlural::getKeyword(static_cast<StandardPlural::Form>(plural)); in setTo()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DStandardPlural.java53 public final String getKeyword() { in getKeyword() method in StandardPlural
DLocaleIDParser.java576 private String getKeyword() { in getKeyword() method in LocaleIDParser
611 String key = getKeyword(); in getKeywordMap()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DStandardPlural.java55 public final String getKeyword() { in getKeyword() method in StandardPlural
DLocaleIDParser.java578 private String getKeyword() { in getKeyword() method in LocaleIDParser
613 String key = getKeyword(); in getKeywordMap()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DCurrencyPluralInfoAffixProvider.java18 String pattern = cpi.getCurrencyPluralPattern(plural.getKeyword()); in CurrencyPluralInfoAffixProvider()
DMutablePatternModifier.java409 … .getName(symbols.getULocale(), Currency.PLURAL_LONG_NAME, plural.getKeyword(), null); in getSymbol()
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DCurrencyPluralInfoAffixProvider.java22 String pattern = cpi.getCurrencyPluralPattern(plural.getKeyword()); in CurrencyPluralInfoAffixProvider()
DMutablePatternModifier.java414 … .getName(symbols.getULocale(), Currency.PLURAL_LONG_NAME, plural.getKeyword(), null); in getSymbol()
/external/clang/lib/AST/
DTypePrinter.cpp873 switch (T->getKeyword()) { in printAutoBefore()
1093 OS << TypeWithKeyword::getKeywordName(T->getKeyword()); in printElaboratedBefore()
1094 if (T->getKeyword() != ETK_None) in printElaboratedBefore()
1127 OS << TypeWithKeyword::getKeywordName(T->getKeyword()); in printDependentNameBefore()
1128 if (T->getKeyword() != ETK_None) in printDependentNameBefore()
1143 OS << TypeWithKeyword::getKeywordName(T->getKeyword()); in printDependentTemplateSpecializationBefore()
1144 if (T->getKeyword() != ETK_None) in printDependentTemplateSpecializationBefore()
DType.cpp973 return Ctx.getAutoType(deducedType, T->getKeyword(), in TRIVIAL_TYPE_CLASS()
2497 Keyword = Elab->getKeyword(); in isElaboratedTypeSpecifier()
2499 Keyword = DepName->getKeyword(); in isElaboratedTypeSpecifier()
2502 Keyword = DepTST->getKeyword(); in isElaboratedTypeSpecifier()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/
DLocaleIDParser.java576 private String getKeyword() { in getKeyword() method in LocaleIDParser
610 String key = getKeyword(); in getKeywordMap()
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/
DCombinedCurrencyMatcher.java71 String pluralKeyword = StandardPlural.VALUES.get(i).getKeyword(); in CombinedCurrencyMatcher()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DCombinedCurrencyMatcher.java69 String pluralKeyword = StandardPlural.VALUES.get(i).getKeyword(); in CombinedCurrencyMatcher()
/external/clang/lib/Tooling/Core/
DQualTypeNames.cpp440 Keyword = ETypeInput->getKeyword(); in getFullyQualifiedType()
/external/clang/include/clang/AST/
DType.h4103 return getKeyword() == AutoTypeKeyword::DecltypeAuto;
4105 AutoTypeKeyword getKeyword() const {
4122 Profile(ID, getDeducedType(), getKeyword(), isDependentType());
4394 ElaboratedTypeKeyword getKeyword() const {
4472 Profile(ID, getKeyword(), NNS, NamedType);
4534 Profile(ID, getKeyword(), NNS, Name);
4607 Profile(ID, Context, getKeyword(), NNS, Name, {getArgs(), NumArgs});
/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h757 const char *getKeyword() const {
/external/clang/lib/Sema/
DTreeTransform.h4077 Result = SemaRef.Context.getAutoType(Deduced, AutoTy->getKeyword(), in TransformQualifiedType()
5319 Result = getDerived().RebuildAutoType(NewDeduced, T->getKeyword()); in TransformAutoType()
5634 TL.getTypePtr()->getKeyword(), in TransformDependentTemplateSpecializationType()
5695 if (T->getKeyword() != ETK_None && T->getKeyword() != ETK_Typename) { in TransformElaboratedType()
5713 T->getKeyword(), in TransformElaboratedType()
5806 = getDerived().RebuildDependentNameType(T->getKeyword(), in TransformDependentNameType()
5865 = getDerived().RebuildDependentTemplateSpecializationType(T->getKeyword(), in TransformDependentTemplateSpecializationType()
/external/clang/lib/Serialization/
DASTWriter.cpp315 Record.push_back((unsigned)T->getKeyword()); in VisitAutoType()
402 Record.push_back(T->getKeyword()); in VisitDependentNameType()
413 Record.push_back(T->getKeyword()); in VisitDependentTemplateSpecializationType()
437 Record.push_back(T->getKeyword()); in VisitElaboratedType()

12