/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | PluralRules.java | 1807 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/ |
D | PluralRules.java | 1739 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/ |
D | standardplural.h | 44 static const char *getKeyword(Form p);
|
D | standardplural.cpp | 29 const char *StandardPlural::getKeyword(Form p) { in getKeyword() function in StandardPlural
|
D | number_currencysymbols.cpp | 91 StandardPlural::getKeyword(plural), in getPluralName()
|
D | number_longnames.cpp | 128 StandardPlural::getKeyword(static_cast<StandardPlural::Form>(i)), in getCurrencyLongNameData()
|
D | number_mapper.cpp | 456 const char* keyword = StandardPlural::getKeyword(static_cast<StandardPlural::Form>(plural)); in setTo()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | StandardPlural.java | 53 public final String getKeyword() { in getKeyword() method in StandardPlural
|
D | LocaleIDParser.java | 576 private String getKeyword() { in getKeyword() method in LocaleIDParser 611 String key = getKeyword(); in getKeywordMap()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | StandardPlural.java | 55 public final String getKeyword() { in getKeyword() method in StandardPlural
|
D | LocaleIDParser.java | 578 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/ |
D | CurrencyPluralInfoAffixProvider.java | 18 String pattern = cpi.getCurrencyPluralPattern(plural.getKeyword()); in CurrencyPluralInfoAffixProvider()
|
D | MutablePatternModifier.java | 409 … .getName(symbols.getULocale(), Currency.PLURAL_LONG_NAME, plural.getKeyword(), null); in getSymbol()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/ |
D | CurrencyPluralInfoAffixProvider.java | 22 String pattern = cpi.getCurrencyPluralPattern(plural.getKeyword()); in CurrencyPluralInfoAffixProvider()
|
D | MutablePatternModifier.java | 414 … .getName(symbols.getULocale(), Currency.PLURAL_LONG_NAME, plural.getKeyword(), null); in getSymbol()
|
/external/clang/lib/AST/ |
D | TypePrinter.cpp | 873 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()
|
D | Type.cpp | 973 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/ |
D | LocaleIDParser.java | 576 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/ |
D | CombinedCurrencyMatcher.java | 71 String pluralKeyword = StandardPlural.VALUES.get(i).getKeyword(); in CombinedCurrencyMatcher()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
D | CombinedCurrencyMatcher.java | 69 String pluralKeyword = StandardPlural.VALUES.get(i).getKeyword(); in CombinedCurrencyMatcher()
|
/external/clang/lib/Tooling/Core/ |
D | QualTypeNames.cpp | 440 Keyword = ETypeInput->getKeyword(); in getFullyQualifiedType()
|
/external/clang/include/clang/AST/ |
D | Type.h | 4103 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/ |
D | CodeCompleteConsumer.h | 757 const char *getKeyword() const {
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 4077 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/ |
D | ASTWriter.cpp | 315 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()
|