/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/api/ |
D | CldrValueTest.java | 26 AttributeKey.keyOf("info", "digits"), "2", in TestValueAttributes() 27 AttributeKey.keyOf("info", "rounding"), "0", in TestValueAttributes() 28 AttributeKey.keyOf("info", "cashDigits"), "0", in TestValueAttributes() 29 AttributeKey.keyOf("info", "cashRounding"), "0"); in TestValueAttributes() 46 AttributeKey key = AttributeKey.keyOf("type", "deprecated"); in TestRetainExplicitNonDefault()
|
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
D | Bcp47Mapper.java | 7 import static org.unicode.cldr.api.AttributeKey.keyOf; 43 private static final AttributeKey KEY_NAME = keyOf("key", "name"); 44 private static final AttributeKey KEY_ALIAS = keyOf("key", "alias"); 45 private static final AttributeKey KEY_VALUE_TYPE = keyOf("key", "valueType"); 47 private static final AttributeKey TYPE_NAME = keyOf("type", "name"); 48 private static final AttributeKey TYPE_ALIASES = keyOf("type", "alias"); 49 private static final AttributeKey PREFERRED_TYPE_NAME = keyOf("type", "preferred"); 54 private static final AttributeKey KEY_DEPRECATED = keyOf("key", "deprecated"); 55 private static final AttributeKey TYPE_DEPRECATED = keyOf("type", "deprecated");
|
D | RbnfMapper.java | 6 import static org.unicode.cldr.api.AttributeKey.keyOf; 29 private static final AttributeKey GROUPING_TYPE = keyOf("rulesetGrouping", "type"); 30 private static final AttributeKey RULESET_TYPE = keyOf("ruleset", "type"); 31 private static final AttributeKey RULESET_ACCESS = keyOf("ruleset", "access"); 32 private static final AttributeKey RBNF_VALUE = keyOf("rbnfrule", "value"); 33 private static final AttributeKey RBNF_RADIX = keyOf("rbnfrule", "radix");
|
D | BreakIteratorMapper.java | 6 import static org.unicode.cldr.api.AttributeKey.keyOf; 49 private static final AttributeKey SEGMENTATION_TYPE = keyOf("segmentation", "type"); 50 private static final AttributeKey DICTIONARY_DEP = keyOf("icu:dictionary", "icu:dependency"); 51 private static final AttributeKey DICTIONARY_TYPE = keyOf("icu:dictionary", "type"); 111 return keyOf(elementName, "alt") in getBoundaryType() 117 return keyOf(value.getPath().getName(), "icu:dependency").optionalValueFrom(value); in getBoundaryDependency()
|
D | PluralRangesMapper.java | 5 import static org.unicode.cldr.api.AttributeKey.keyOf; 41 private static final AttributeKey RANGES_LOCALES = keyOf("pluralRanges", "locales"); 42 private static final AttributeKey RANGE_START = keyOf("pluralRange", "start"); 43 private static final AttributeKey RANGE_END = keyOf("pluralRange", "end"); 44 private static final AttributeKey RANGE_RESULT = keyOf("pluralRange", "result");
|
D | TransformsMapper.java | 9 import static org.unicode.cldr.api.AttributeKey.keyOf; 54 private static final AttributeKey TRANSFORM_SOURCE = keyOf("transform", "source"); 55 private static final AttributeKey TRANSFORM_TARGET = keyOf("transform", "target"); 56 private static final AttributeKey TRANSFORM_DIRECTION = keyOf("transform", "direction"); 57 private static final AttributeKey TRANSFORM_VARIANT = keyOf("transform", "variant"); 58 private static final AttributeKey TRANSFORM_VISIBILITY = keyOf("transform", "visibility"); 59 private static final AttributeKey TRANSFORM_ALIAS = keyOf("transform", "alias"); 60 private static final AttributeKey TRANSFORM_BACKALIAS = keyOf("transform", "backwardAlias");
|
D | DayPeriodsMapper.java | 5 import static org.unicode.cldr.api.AttributeKey.keyOf; 39 private static final AttributeKey RULESET_TYPE = keyOf("dayPeriodRuleSet", "type"); 40 private static final AttributeKey RULES_LOCALES = keyOf("dayPeriodRules", "locales"); 41 private static final AttributeKey RULE_TYPE = keyOf("dayPeriodRule", "type");
|
D | CollationMapper.java | 7 import static org.unicode.cldr.api.AttributeKey.keyOf; 47 private static final AttributeKey COLLATION_TYPE = keyOf("collation", "type"); 48 private static final AttributeKey COLLATION_RULE_ALT = keyOf("cr", "alt"); 50 private static final AttributeKey SPECIAL_RULES = keyOf("icu:UCARules", "icu:uca_rules"); 51 private static final AttributeKey SPECIAL_DEP = keyOf("icu:depends", "icu:dependency");
|
D | PluralsMapper.java | 6 import static org.unicode.cldr.api.AttributeKey.keyOf; 38 private static final AttributeKey PLURALS_TYPE = keyOf("plurals", "type"); 39 private static final AttributeKey RULES_LOCALES = keyOf("pluralRules", "locales"); 40 private static final AttributeKey RULE_COUNT = keyOf("pluralRule", "count");
|
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
D | SupplementalData.java | 11 import static org.unicode.cldr.api.AttributeKey.keyOf; 65 private static final AttributeKey PARENT = keyOf("parentLocale", "parent"); 66 private static final AttributeKey LOCALES = keyOf("parentLocale", "locales"); 71 keyOf("calendarPreference", "territories"); 73 keyOf("calendarPreference", "ordering"); 77 private static final AttributeKey SUBTAG_FROM = keyOf("likelySubtag", "from"); 78 private static final AttributeKey SUBTAG_TO = keyOf("likelySubtag", "to"); 94 final AttributeKey typeKey = AttributeKey.keyOf(elementName, "type"); 95 final AttributeKey replacementKey = AttributeKey.keyOf(elementName, "replacement");
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/ |
D | InternalMetadata.java | 47 public static <T> Key<T> keyOf(String name, TrustedAsciiMarshaller<T> marshaller) { in keyOf() method in InternalMetadata 53 public static <T> Key<T> keyOf(String name, AsciiMarshaller<T> marshaller) { in keyOf() method in InternalMetadata
|
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
D | LocaleDistanceMapper.java | 68 private static final AttributeKey VARIABLE_ID = AttributeKey.keyOf("matchVariable", "id"); 69 private static final AttributeKey VARIABLE_VALUE = AttributeKey.keyOf("matchVariable", "value"); 78 AttributeKey.keyOf("languageMatch", "desired"); 80 AttributeKey.keyOf("languageMatch", "supported"); 82 AttributeKey.keyOf("languageMatch", "distance"); 85 AttributeKey.keyOf("languageMatch", "oneway"); 96 AttributeKey.keyOf("paradigmLocales", "locales");
|
D | LikelySubtagsBuilder.java | 43 private static final AttributeKey SUBTAG_FROM = AttributeKey.keyOf("likelySubtag", "from"); 44 private static final AttributeKey SUBTAG_TO = AttributeKey.keyOf("likelySubtag", "to"); 90 this.typeKey = AttributeKey.keyOf(elementName, "type"); in AliasType() 91 this.reasonKey = AttributeKey.keyOf(elementName, "reason"); in AliasType() 92 this.replacementKey = AttributeKey.keyOf(elementName, "replacement"); in AliasType()
|
D | TerritoryContainment.java | 34 private static final AttributeKey TYPE = AttributeKey.keyOf("group", "type"); 35 private static final AttributeKey CONTAINS = AttributeKey.keyOf("group", "contains");
|
/external/cldr/tools/java/org/unicode/cldr/api/ |
D | PathMatcher.java | 10 import static org.unicode.cldr.api.AttributeKey.keyOf; 240 .collect(toImmutableMap(e -> keyOf(name, e.getKey()), Map.Entry::getValue)); in ElementMatcher() 277 String actual = path.get(keyOf(path.getName(), attribute.getKey())); in match()
|
D | CldrPath.java | 506 value = valueAttributes.get(AttributeKey.keyOf(elementName, attrName)); in appendResortedValueAttributesTo() 518 String value = valueAttributes.get(AttributeKey.keyOf(elementName, attrName)); in appendValueAttributesTo()
|
D | AttributeKey.java | 90 public static AttributeKey keyOf(String elementName, String attributeName) { in keyOf() method in AttributeKey
|
D | CldrPaths.java | 404 … collectValueAttribute.accept(AttributeKey.keyOf(elementName, e.getKey()), e.getValue()); in processAttributes()
|
/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/ |
D | CldrDataProcessorTest.java | 25 private static final AttributeKey TERRITORY_TYPE = AttributeKey.keyOf("territory", "type"); 26 private static final AttributeKey CURRENCY_TYPE = AttributeKey.keyOf("currency", "type");
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
D | Http2ClientStreamTransportState.java | 58 private static final Metadata.Key<Integer> HTTP2_STATUS = InternalMetadata.keyOf(":status",
|
D | GrpcUtil.java | 96 InternalMetadata.keyOf(GrpcUtil.MESSAGE_ACCEPT_ENCODING, new AcceptEncodingMarshaller()); 108 InternalMetadata.keyOf(GrpcUtil.CONTENT_ACCEPT_ENCODING, new AcceptEncodingMarshaller());
|
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/ |
D | Http2ClientStreamTransportStateTest.java | 51 InternalMetadata.keyOf(":status", Metadata.ASCII_STRING_MARSHALLER);
|