/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestCoverageLevel.java | 458 String currencyType = xpp.findAttributeValue("currency", "type"); 475 String zoneType = xpp.findAttributeValue("zone", "type"); 489 String mzName = xpp.findAttributeValue("metazone", "type"); 501 if ("variant".equals(xpp.findAttributeValue("displayName", "alt"))) { 506 String fieldType = xpp.findAttributeValue("field", "type"); 511 … if (fieldType.equals("second") && xpp.findAttributeValue("relative", "type").equals("0")) { 517 String languageType = xpp.findAttributeValue("language", "type"); 523 String scriptType = xpp.findAttributeValue("script", "type"); 524 … if (scriptType.startsWith("Q") || "short".equals(xpp.findAttributeValue("script", "alt"))) { 534 String territoryType = xpp.findAttributeValue("territory", "type"); [all …]
|
/external/cldr/tools/java/org/unicode/cldr/json/ |
D | CldrItem.java | 236 String wordString = fullxpp.findAttributeValue(s.element, s.attribute); in split() 251 … String newValue = fullxpp.findAttributeValue(s.element, s.attrAsValueAfterSplit); in split() 295 String[] thisZonePieces = thisxpp.findAttributeValue("zone", "type").split("/"); in compareTo() 296 String[] otherZonePieces = otherxpp.findAttributeValue("zone", "type").split("/"); in compareTo() 325 String thisCategory = thisxpp.findAttributeValue("measurementSystem", "category"); in compareTo() 329 String otherCategory = otherxpp.findAttributeValue("measurementSystem", "category"); in compareTo()
|
D | Ldml2JsonConverter.java | 616 String territory = xpp.findAttributeValue("territory", "type"); in convertCldrItems()
|
/external/smali/smalidea/src/test/java/org/jf/smalidea/ |
D | SmaliAnnotationTest.java | 218 value = smaliAnnotation.findAttributeValue("testBooleanValue"); in doTest() 222 value = smaliAnnotation.findAttributeValue("testStringValue"); in doTest() 226 value = smaliAnnotation.findAttributeValue("testStringArrayValue"); in doTest()
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/ |
D | SmaliAnnotation.java | 92 …@Nullable @Override public PsiAnnotationMemberValue findAttributeValue(@Nullable @NonNls String at… in findAttributeValue() method in SmaliAnnotation 93 return PsiImplUtil.findAttributeValue(this, attributeName); in findAttributeValue()
|
D | SmaliMethod.java | 361 PsiAnnotationMemberValue value = annotation.findAttributeValue("value"); in getDefaultValue() 366 return valueSubAnnotation.findAttributeValue(getName()); in getDefaultValue()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | LogicalGrouping.java | 188 String fieldType = parts.findAttributeValue("field", "type"); in isOptional() 189 String relativeType = parts.findAttributeValue("relative", "type"); in isOptional() 281 String dayPeriodType = parts.findAttributeValue("dayPeriod", "type"); in addPaths() 288 …odInfo.Type dayPeriodContext = DayPeriodInfo.Type.fromString(parts.findAttributeValue("dayPeriodCo… in addPaths() 344 String fieldType = parts.findAttributeValue("field", "type"); in addPaths() 345 String relativeType = parts.findAttributeValue("relative", "type"); in addPaths()
|
D | ExtractCollationRules.java | 38 String type = parts.findAttributeValue("collation", "type"); in set()
|
D | TimezoneFormatter.java | 179 temp = xpp.findAttributeValue("singleCountries", "list"); in TimezoneFormatter()
|
D | XPathParts.java | 473 public String findAttributeValue(String elementName, String attributeName) { in findAttributeValue() method in XPathParts
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | FlexibleDateFromCLDR.java | 217 skeleton = parts.findAttributeValue("dateFormatItem", "id"); // the skeleton in checkValueAgainstSkeleton() 221 skeleton = parts.findAttributeValue("intervalFormatItem", "id"); // the skeleton in checkValueAgainstSkeleton()
|
D | CheckDates.java | 719 String calendar = pathParts.findAttributeValue("calendar", "type"); in checkPattern() 779 String len = pathParts.findAttributeValue("timeFormatLength", "type"); in checkPattern() 784 len = pathParts.findAttributeValue("dateFormatLength", "type"); in checkPattern() 786 len = pathParts.findAttributeValue("dateTimeFormatLength", "type"); in checkPattern() 815 … String greatestDifference = pathParts.findAttributeValue("greatestDifference", "id"); in checkPattern() 1115 String calendar = pathParts.findAttributeValue("calendar", "type");
|
D | CheckUnits.java | 143 String durationUnitType = xpp.findAttributeValue("durationUnit", "type"); in handleCheck()
|
D | ExampleGenerator.java | 1125 String calendar = parts.findAttributeValue("calendar", "type"); in setPattern() 1508 String calendar = parts.findAttributeValue("calendar", "type"); in handleDateFormatItem() 1516 String dateNumbersOverride = parts.findAttributeValue("pattern", "numbers"); in handleDateFormatItem() 1518 String timeNumbersOverride = parts.findAttributeValue("pattern", "numbers"); in handleDateFormatItem() 1529 String id = parts.findAttributeValue("dateFormatItem", "id"); in handleDateFormatItem() 1533 String numbersOverride = parts.findAttributeValue("pattern", "numbers"); in handleDateFormatItem()
|
D | CheckDisplayCollisions.java | 453 …ype = (parts.containsElement("displayName"))? "displayName": parts.findAttributeValue("coordinateU… in handleCheck() 458 …ype = (parts.containsElement("displayName"))? "displayName": parts.findAttributeValue("coordinateU… in handleCheck()
|
D | CheckExemplars.java | 160 final String exemplarString = oparts.findAttributeValue("exemplarCharacters", "type"); in handleCheck()
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | XPPUtil.java | 47 public static String findAttributeValue(CLDRFile file, String xpath, String attribute) { in findAttributeValue() method in XPPUtil
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ListUnits.java | 239 String unit = parts.findAttributeValue("unit", "type"); in getUnits() 245 String length = parts.findAttributeValue("unitLength", "type"); in getUnits()
|
D | GenerateEnums.java | 430 String region = parts.findAttributeValue("region", "iso3166"); in loadCLDRData() 431 String code = parts.findAttributeValue("currency", "iso4217"); in loadCLDRData() 432 String to = parts.findAttributeValue("currency", "to"); in loadCLDRData() 836 String replacement = parts.findAttributeValue("territoryAlias", "replacement"); in getDeprecatedReplacement()
|
D | CLDRModify.java | 1207 String languageCode = parts.findAttributeValue("language", "type"); 1272 String unittype = parts.findAttributeValue("durationUnit", "type"); 1482 code = parts.findAttributeValue(codeTypes[i], "type"); 1488 code = parts.findAttributeValue("zone", "type");
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowLegacyAssetManager.java | 1153 …AttributeResource attribute = findAttributeValue(resId, set, styleAttrStyle, defStyleFromAttr, def… in buildTypedValue() 1227 …private AttributeResource findAttributeValue(int resId, AttributeSet attributeSet, Style styleAttr… in findAttributeValue() method in ShadowLegacyAssetManager
|