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.java443 String currencyType = xpp.findAttributeValue("currency", "type");
460 String zoneType = xpp.findAttributeValue("zone", "type");
474 String mzName = xpp.findAttributeValue("metazone", "type");
486 if ("variant".equals(xpp.findAttributeValue("displayName", "alt"))) {
491 String fieldType = xpp.findAttributeValue("field", "type");
496 … if (fieldType.equals("second") && xpp.findAttributeValue("relative", "type").equals("0")) {
502 String languageType = xpp.findAttributeValue("language", "type");
508 String scriptType = xpp.findAttributeValue("script", "type");
509 … if (scriptType.startsWith("Q") || "short".equals(xpp.findAttributeValue("script", "alt"))) {
519 String territoryType = xpp.findAttributeValue("territory", "type");
[all …]
/external/cldr/tools/java/org/unicode/cldr/util/
DLogicalGrouping.java81 String dayPeriodType = parts.findAttributeValue("dayPeriod", "type"); in getPaths()
91 …odInfo.Type dayPeriodContext = DayPeriodInfo.Type.fromString(parts.findAttributeValue("dayPeriodCo… in getPaths()
132 String fieldType = parts.findAttributeValue("field", "type"); in getPaths()
133 String relativeType = parts.findAttributeValue("relative", "type"); in getPaths()
197 String fieldType = parts.findAttributeValue("field", "type"); in isOptional()
198 String relativeType = parts.findAttributeValue("relative", "type"); in isOptional()
DExtractCollationRules.java46 String type = parts.findAttributeValue("collation", "type"); in set()
DTimezoneFormatter.java175 …singleCountriesList = (String) new XPathParts(null, null).set(temp).findAttributeValue("singleCoun… in TimezoneFormatter()
DXPathParts.java457 public String findAttributeValue(String elementName, String attributeName) { in findAttributeValue() method in XPathParts
/external/cldr/tools/java/org/unicode/cldr/json/
DCldrItem.java235 String wordString = fullxpp.findAttributeValue(s.element, s.attribute); in split()
249 … 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()
DLdml2JsonConverter.java580 String territory = xpp.findAttributeValue("territory", "type"); in convertCldrItems()
/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.java215 … skeleton = (String) parts.set(path).findAttributeValue("dateFormatItem", "id"); // the skeleton in checkValueAgainstSkeleton()
218 …skeleton = (String) parts.set(path).findAttributeValue("intervalFormatItem", "id"); // the skeleton in checkValueAgainstSkeleton()
DCheckUnits.java25 String durationUnitType = xpp.findAttributeValue("durationUnit", "type"); in handleCheck()
DCheckDates.java752 String calendar = pathParts.findAttributeValue("calendar", "type"); in checkPattern()
857 String len = pathParts.findAttributeValue("timeFormatLength", "type"); in checkPattern()
862 len = pathParts.findAttributeValue("dateFormatLength", "type"); in checkPattern()
864 len = pathParts.findAttributeValue("dateTimeFormatLength", "type"); in checkPattern()
893 … String greatestDifference = pathParts.findAttributeValue("greatestDifference", "id"); in checkPattern()
1193 String calendar = pathParts.findAttributeValue("calendar", "type");
DExampleGenerator.java926 String calendar = parts.findAttributeValue("calendar", "type"); in setPattern()
1305 String calendar = parts.findAttributeValue("calendar", "type"); in handleDateFormatItem()
1313 String dateNumbersOverride = parts.findAttributeValue("pattern", "numbers"); in handleDateFormatItem()
1315 String timeNumbersOverride = parts.findAttributeValue("pattern", "numbers"); in handleDateFormatItem()
1326 String id = parts.findAttributeValue("dateFormatItem", "id"); in handleDateFormatItem()
1330 String numbersOverride = parts.findAttributeValue("pattern", "numbers"); in handleDateFormatItem()
DCheckDisplayCollisions.java415 …ype = (parts.containsElement("displayName"))? "displayName": parts.findAttributeValue("coordinateU… in handleCheck()
420 …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.java431 String region = parts.findAttributeValue("region", "iso3166"); in loadCLDRData()
432 String code = parts.findAttributeValue("currency", "iso4217"); in loadCLDRData()
433 String to = parts.findAttributeValue("currency", "to"); in loadCLDRData()
835 String replacement = new XPathParts().set(path).findAttributeValue( in getDeprecatedReplacement()
DCLDRModify.java1160 String languageCode = parts.set(xpath).findAttributeValue("language", "type");
1186 String languageCode = parts.set(xpath).findAttributeValue("language", "type");
1266 String unittype = parts.findAttributeValue("durationUnit", "type");
1467 code = parts.findAttributeValue(codeTypes[i], "type");
1473 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