Home
last modified time | relevance | path

Searched refs:findAttributeValue (Results 1 – 21 of 21) sorted by relevance

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCoverageLevel.java450 String currencyType = xpp.findAttributeValue("currency", "type");
467 String zoneType = xpp.findAttributeValue("zone", "type");
481 String mzName = xpp.findAttributeValue("metazone", "type");
493 if ("variant".equals(xpp.findAttributeValue("displayName", "alt"))) {
498 String fieldType = xpp.findAttributeValue("field", "type");
503 … if (fieldType.equals("second") && xpp.findAttributeValue("relative", "type").equals("0")) {
509 String languageType = xpp.findAttributeValue("language", "type");
515 String scriptType = xpp.findAttributeValue("script", "type");
516 … if (scriptType.startsWith("Q") || "short".equals(xpp.findAttributeValue("script", "alt"))) {
526 String territoryType = xpp.findAttributeValue("territory", "type");
[all …]
/external/cldr/tools/java/org/unicode/cldr/json/
DCldrItem.java228 String wordString = fullxpp.findAttributeValue(s.element, s.attribute); in split()
243 … String newValue = fullxpp.findAttributeValue(s.element, s.attrAsValueAfterSplit); in split()
287 String[] thisZonePieces = thisxpp.findAttributeValue("zone", "type").split("/"); in compareTo()
288 String[] otherZonePieces = otherxpp.findAttributeValue("zone", "type").split("/"); in compareTo()
317 String thisCategory = thisxpp.findAttributeValue("measurementSystem", "category"); in compareTo()
321 String otherCategory = otherxpp.findAttributeValue("measurementSystem", "category"); in compareTo()
DLdml2JsonConverter.java578 String territory = xpp.findAttributeValue("territory", "type"); in convertCldrItems()
/external/cldr/tools/java/org/unicode/cldr/util/
DLogicalGrouping.java170 String fieldType = parts.findAttributeValue("field", "type"); in isOptional()
171 String relativeType = parts.findAttributeValue("relative", "type"); in isOptional()
249 String dayPeriodType = parts.findAttributeValue("dayPeriod", "type"); in addPaths()
257 …odInfo.Type dayPeriodContext = DayPeriodInfo.Type.fromString(parts.findAttributeValue("dayPeriodCo… in addPaths()
313 String fieldType = parts.findAttributeValue("field", "type"); in addPaths()
314 String relativeType = parts.findAttributeValue("relative", "type"); in addPaths()
DExtractCollationRules.java38 String type = parts.findAttributeValue("collation", "type"); in set()
DTimezoneFormatter.java176 singleCountriesList = (String) xpp.findAttributeValue("singleCountries", "list"); in TimezoneFormatter()
DXPathParts.java427 public String findAttributeValue(String elementName, String attributeName) { in findAttributeValue() method in XPathParts
/external/smali/smalidea/src/test/java/org/jf/smalidea/
DSmaliAnnotationTest.java218 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/
DSmaliAnnotation.java92 …@Nullable @Override public PsiAnnotationMemberValue findAttributeValue(@Nullable @NonNls String at… in findAttributeValue() method in SmaliAnnotation
93 return PsiImplUtil.findAttributeValue(this, attributeName); in findAttributeValue()
DSmaliMethod.java361 PsiAnnotationMemberValue value = annotation.findAttributeValue("value"); in getDefaultValue()
366 return valueSubAnnotation.findAttributeValue(getName()); in getDefaultValue()
/external/cldr/tools/java/org/unicode/cldr/test/
DFlexibleDateFromCLDR.java217 skeleton = parts.findAttributeValue("dateFormatItem", "id"); // the skeleton in checkValueAgainstSkeleton()
221 skeleton = parts.findAttributeValue("intervalFormatItem", "id"); // the skeleton in checkValueAgainstSkeleton()
DCheckUnits.java56 String durationUnitType = xpp.findAttributeValue("durationUnit", "type"); in handleCheck()
DCheckDates.java706 String calendar = pathParts.findAttributeValue("calendar", "type"); in checkPattern()
766 String len = pathParts.findAttributeValue("timeFormatLength", "type"); in checkPattern()
771 len = pathParts.findAttributeValue("dateFormatLength", "type"); in checkPattern()
773 len = pathParts.findAttributeValue("dateTimeFormatLength", "type"); in checkPattern()
802 … String greatestDifference = pathParts.findAttributeValue("greatestDifference", "id"); in checkPattern()
1102 String calendar = pathParts.findAttributeValue("calendar", "type");
DExampleGenerator.java958 String calendar = parts.findAttributeValue("calendar", "type"); in setPattern()
1330 String calendar = parts.findAttributeValue("calendar", "type"); in handleDateFormatItem()
1338 String dateNumbersOverride = parts.findAttributeValue("pattern", "numbers"); in handleDateFormatItem()
1340 String timeNumbersOverride = parts.findAttributeValue("pattern", "numbers"); in handleDateFormatItem()
1351 String id = parts.findAttributeValue("dateFormatItem", "id"); in handleDateFormatItem()
1355 String numbersOverride = parts.findAttributeValue("pattern", "numbers"); in handleDateFormatItem()
DCheckDisplayCollisions.java426 …ype = (parts.containsElement("displayName"))? "displayName": parts.findAttributeValue("coordinateU… in handleCheck()
431 …ype = (parts.containsElement("displayName"))? "displayName": parts.findAttributeValue("coordinateU… in handleCheck()
DCheckExemplars.java159 final String exemplarString = oparts.findAttributeValue("exemplarCharacters", "type"); in handleCheck()
/external/cldr/tools/java/org/unicode/cldr/icu/
DXPPUtil.java47 public static String findAttributeValue(CLDRFile file, String xpath, String attribute) { in findAttributeValue() method in XPPUtil
/external/cldr/tools/java/org/unicode/cldr/tool/
DListUnits.java239 String unit = parts.findAttributeValue("unit", "type"); in getUnits()
245 String length = parts.findAttributeValue("unitLength", "type"); in getUnits()
DGenerateEnums.java430 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()
835 String replacement = parts.findAttributeValue("territoryAlias", "replacement"); in getDeprecatedReplacement()
DCLDRModify.java1193 String languageCode = parts.findAttributeValue("language", "type");
1254 String unittype = parts.findAttributeValue("durationUnit", "type");
1456 code = parts.findAttributeValue(codeTypes[i], "type");
1462 code = parts.findAttributeValue("zone", "type");
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLegacyAssetManager.java1153 …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