Home
last modified time | relevance | path

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

12

/external/messageformat/java/com/ibm/icu/simple/
DPluralRules.java1618 public String getKeyword() { in getKeyword() method in PluralRules.Rule
1657 String keyword = nextRule.getKeyword(); in addRule()
1659 if (keyword.equals(rule.getKeyword())) { in addRule()
1672 if ("other".equals(rule.getKeyword())) { in finish()
1698 return r.getKeyword(); in select()
1704 result.add(rule.getKeyword()); in getKeywords()
1725 if (keyword.equals(rule.getKeyword())) { in computeLimited()
1748 if (rule.getKeyword().equals(keyword)) { in getRules()
1757 if (rule.getKeyword().equals(keyword) && rule.appliesTo(sample)) { in select()
1766 if (rule.getKeyword().equals(keyword)) { in getDecimalSamples()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DPluralRules.java1690 public String getKeyword() { in getKeyword() method in PluralRules.Rule
1730 String keyword = nextRule.getKeyword(); in addRule()
1732 if (keyword.equals(rule.getKeyword())) { in addRule()
1745 if ("other".equals(rule.getKeyword())) { in finish()
1771 return r.getKeyword(); in select()
1777 result.add(rule.getKeyword()); in getKeywords()
1798 if (keyword.equals(rule.getKeyword())) { in computeLimited()
1822 if (rule.getKeyword().equals(keyword)) { in getRules()
1831 if (rule.getKeyword().equals(keyword) && rule.appliesTo(sample)) { in select()
1840 if (rule.getKeyword().equals(keyword)) { in getDecimalSamples()
DMeasureFormat.java463 resolvedPlural.getKeyword(), null)); in appendReplacingCurrency()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPluralRules.java1644 public String getKeyword() { in getKeyword() method in PluralRules.Rule
1684 String keyword = nextRule.getKeyword(); in addRule()
1686 if (keyword.equals(rule.getKeyword())) { in addRule()
1699 if ("other".equals(rule.getKeyword())) { in finish()
1725 return r.getKeyword(); in select()
1731 result.add(rule.getKeyword()); in getKeywords()
1752 if (keyword.equals(rule.getKeyword())) { in computeLimited()
1776 if (rule.getKeyword().equals(keyword)) { in getRules()
1785 if (rule.getKeyword().equals(keyword) && rule.appliesTo(sample)) { in select()
1794 if (rule.getKeyword().equals(keyword)) { in getDecimalSamples()
DMeasureFormat.java480 resolvedPlural.getKeyword(), null)); in appendReplacingCurrency()
/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
/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/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()
DItaniumMangle.cpp2955 switch (T->getKeyword()) { in mangleType()
3052 assert(T->getKeyword() != AutoTypeKeyword::GNUAutoType && in mangleType()
DASTImporter.cpp825 if (Elab1->getKeyword() != Elab2->getKeyword()) in IsStructurallyEquivalent()
1832 return Importer.getToContext().getAutoType(ToDeduced, T->getKeyword(), in VisitAutoType()
1945 return Importer.getToContext().getElaboratedType(T->getKeyword(), in VisitElaboratedType()
DMicrosoftMangle.cpp1878 assert(AT->getKeyword() != AutoTypeKeyword::GNUAutoType && in mangleFunctionType()
/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/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()
DSemaTemplateDeduction.cpp3953 TL.getTypePtr()->getKeyword(), in TransformAutoType()
DSemaType.cpp4001 cast<AutoType>(T)->getKeyword() != AutoTypeKeyword::Auto)) { in GetFullTypeForDeclarator()
DSemaDecl.cpp10726 << (unsigned)AT->getKeyword() in BuildDeclaratorGroup()
/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