Home
last modified time | relevance | path

Searched refs:getAttributeValue (Results 1 – 25 of 115) sorted by relevance

12345

/external/cldr/tools/java/org/unicode/cldr/icu/
DXPPUtil.java25 public static String getAttributeValue(String xpath, String element, String attribute) { in getAttributeValue() method in XPPUtil
31 return xpp.getAttributeValue(el, attribute); in getAttributeValue()
34 public static String getAttributeValue(String xpath, String attribute) { in getAttributeValue() method in XPPUtil
36 return xpp.getAttributeValue(-1, attribute); in getAttributeValue()
44 return getAttributeValue(fullPath, attribute); in getBasicAttributeValue()
51 String v = xpp.getAttributeValue(0 - j, attribute); in findAttributeValue()
DKeyTypeDataConverter.java188 String bcpKey = LDMLUtilities.getAttributeValue(node, LDMLBCP47Constants.NAME); in addKeyMap()
189 String key = LDMLUtilities.getAttributeValue(node, LDMLBCP47Constants.ALIAS); in addKeyMap()
219 String bcpKey = LDMLUtilities.getAttributeValue(node, LDMLBCP47Constants.NAME); in addTypeMaps()
220 String key = LDMLUtilities.getAttributeValue(node, LDMLBCP47Constants.ALIAS); in addTypeMaps()
230 … String bcpType = LDMLUtilities.getAttributeValue(node2, LDMLBCP47Constants.NAME); in addTypeMaps()
231 … String type = LDMLUtilities.getAttributeValue(node2, LDMLBCP47Constants.ALIAS); in addTypeMaps()
DBreakIteratorMapper.java73 type = xpp.getAttributeValue(-1, "type"); // [@type="Laoo"] -> "Laoo" in fillFromCldr()
80 final String filename = xpp.getAttributeValue(-1, "icu:dependency"); in fillFromCldr()
84 final String altValue = xpp.getAttributeValue(-1, "alt"); in fillFromCldr()
/external/cldr/tools/java/org/unicode/cldr/util/
DSupplementalDataInfo.java492 name = parts.getAttributeValue(-1, "id");
493 digits = parts.getAttributeValue(-1, "digits");
494 rules = parts.getAttributeValue(-1, "rules");
495 type = NumberingSystemType.valueOf(parts.getAttributeValue(-1, "type"));
1226 String version = parts.getAttributeValue(1, "cldrVersion");
1229 version = parts.getAttributeValue(0, "version");
1284 String type = parts.getAttributeValue(-1, "type");
1285 String uri = parts.getAttributeValue(-1, "uri");
1341 String parent = parts.getAttributeValue(-1, "parent");
1353 String type = parts.getAttributeValue(-1, "type");
[all …]
DLDMLUtilities.java243 String lang = LDMLUtilities.getAttributeValue(ln, LDMLConstants.TYPE); in getLocaleName()
250 String script = LDMLUtilities.getAttributeValue(sn, LDMLConstants.TYPE); in getLocaleName()
257 String terr = LDMLUtilities.getAttributeValue(tn, LDMLConstants.TYPE); in getLocaleName()
264 String variant = LDMLUtilities.getAttributeValue(vn, LDMLConstants.TYPE); in getLocaleName()
310 String source = getAttributeValue(alias, LDMLConstants.SOURCE); in convertXPath2ICU()
311 String xpath = getAttributeValue(alias, LDMLConstants.PATH); in convertXPath2ICU()
429 return getAttributeValue(token, LDMLConstants.TYPE); in getICUEquivalent()
433 return getAttributeValue(token, LDMLConstants.TYPE); in getICUEquivalent()
437 return getAttributeValue(token, LDMLConstants.TYPE); in getICUEquivalent()
441 return getAttributeValue(token, LDMLConstants.TYPE); in getICUEquivalent()
[all …]
DLogicalGrouping.java62 String metazoneName = parts.getAttributeValue(3, "type"); in getPaths()
69 String dayName = parts.size() > 7 ? parts.getAttributeValue(7, "type") : null; in getPaths()
104 String quarterName = parts.size() > 7 ? parts.getAttributeValue(7, "type") : null; in getPaths()
113 String calType = parts.size() > 3 ? parts.getAttributeValue(3, "type") : null; in getPaths()
114 String monthName = parts.size() > 7 ? parts.getAttributeValue(7, "type") : null; in getPaths()
150 … String decimalFormatLengthType = parts.size() > 3 ? parts.getAttributeValue(3, "type") : null; in getPaths()
151 … String decimalFormatPatternType = parts.size() > 5 ? parts.getAttributeValue(5, "type") : null; in getPaths()
207 String pluralType = parts.getAttributeValue(-1, "count"); in isOptional()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DELFObjectFile.cpp147 isV7 = Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch) in getARMFeatures()
151 switch(Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch_profile)) { in getARMFeatures()
169 switch(Attributes.getAttributeValue(ARMBuildAttrs::THUMB_ISA_use)) { in getARMFeatures()
183 switch(Attributes.getAttributeValue(ARMBuildAttrs::FP_arch)) { in getARMFeatures()
206 switch(Attributes.getAttributeValue(ARMBuildAttrs::Advanced_SIMD_arch)) { in getARMFeatures()
224 switch(Attributes.getAttributeValue(ARMBuildAttrs::DIV_use)) { in getARMFeatures()
283 switch(Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch)) { in setARMSubArch()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DStaxAttrLoader.java30 name = xml.getAttributeValue(null, "name"); in StaxAttrLoader()
31 value = xml.getAttributeValue(null, "value"); in StaxAttrLoader()
47 name = xml.getAttributeValue(null, "name"); in onStart()
48 format = xml.getAttributeValue(null, "format"); in onStart()
DStaxStyleLoader.java22 attrName = xml.getAttributeValue(null, "name"); in StaxStyleLoader()
41 name = xml.getAttributeValue(null, "name"); in onStart()
42 parent = xml.getAttributeValue(null, "parent"); in onStart()
DStaxPluralsLoader.java21 quantity = xml.getAttributeValue(null, "quantity"); in StaxPluralsLoader()
44 name = xml.getAttributeValue(null, "name"); in onStart()
/external/cldr/tools/java/org/unicode/cldr/draft/
DKeyboard.java389 id = parts.getAttributeValue(0, "id"); in handlePathValue()
394 hardwareMap.put(parts.getAttributeValue(2, "keycode"), in handlePathValue()
395 Iso.valueOf(parts.getAttributeValue(2, "iso"))); in handlePathValue()
456 locale = parts.getAttributeValue(0, "locale"); in handlePathValue()
469 Iso iso = Iso.valueOf(parts.getAttributeValue(2, "iso")); in handlePathValue()
479 final String modifiers = parts.getAttributeValue(1, "modifiers"); in handlePathValue()
488 String isoString = parts.getAttributeValue(2, "iso"); in handlePathValue()
498 … TransformType type = TransformType.forString(parts.getAttributeValue(1, "type")); in handlePathValue()
506 final String from = fixValue(parts.getAttributeValue(2, "from")); in handlePathValue()
507 final String to = fixValue(parts.getAttributeValue(2, "to")); in handlePathValue()
[all …]
/external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/
DAndroidManifest.java249 String name = getAttributeValue(permissionNode, "android:name"); in parsePermissions()
254 getAttributeValue(permissionNode, "android:label"), in parsePermissions()
255 getAttributeValue(permissionNode, "android:description"), in parsePermissions()
256 getAttributeValue(permissionNode, "android:permissionGroup"), in parsePermissions()
257 getAttributeValue(permissionNode, "android:protectionLevel"), in parsePermissions()
268 String name = getAttributeValue(permissionGroupNode, "android:name"); in parsePermissionGroups()
273 getAttributeValue(permissionGroupNode, "android:label"), in parsePermissionGroups()
274 getAttributeValue(permissionGroupNode, "android:description"), in parsePermissionGroups()
281 String name = getAttributeValue(contentProviderNode, "android:name"); in parseContentProviders()
282 String authorities = getAttributeValue(contentProviderNode, "android:authorities"); in parseContentProviders()
[all …]
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
DElement.java92 public String getAttributeValue(int index) { in getAttributeValue() method in Element
96 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in Element
100 return getAttributeValue(i); in getAttributeValue()
200 parser.getAttributeValue(i)); in parse()
318 getAttributeValue(i)); in write()
/external/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java337 String count = CldrUtility.ifNull(parts.getAttributeValue(-1, "count"), "other"); in getExampleHtml()
340 String count = parts.getAttributeValue(-1, "count"); in getExampleHtml()
351 result = handleEllipsis(parts.getAttributeValue(-1, "type"), value); in getExampleHtml()
397 switch (parts.getAttributeValue(-1, "type")) { in handleLabelPattern()
414 switch (parts.getAttributeValue(-1, "type")) { in handleLabel()
461 if (!"tts".equals(parts.getAttributeValue(-1, "type"))) { in handleAnnotationName()
464 String cp = parts.getAttributeValue(-1, "cp"); in handleAnnotationName()
549 final String dayPeriodType = parts.getAttributeValue(5, "type"); in handleDayPeriod()
552 String periodString = parts.getAttributeValue(-1, "type"); in handleDayPeriod()
571 return UnitLength.valueOf(parts.getAttributeValue(-3, "type").toUpperCase(Locale.ENGLISH)); in getUnitLength()
[all …]
DBuildIcuCompactDecimalFormat.java95 String stype = parts.getAttributeValue(3, "type"); in build()
99 String type = parts.getAttributeValue(-1, "type"); in build()
100 String key = parts.getAttributeValue(-1, "count"); in build()
325 String key = parts.getAttributeValue(-1, "count"); in CurrencyInfo()
337 String key = parts.getAttributeValue(-1, "count"); in CurrencyInfo()
DCheckZones.java68 String zone = parts.getAttributeValue(3, "type"); in handleCheck()
71 from = parts.getAttributeValue(4, "from"); in handleCheck()
76 to = parts.getAttributeValue(4, "to"); in handleCheck()
119 String id = (String) parts.getAttributeValue(3, "type"); in exampleTextForXpath()
DCheckDisplayCollisions.java280 String type = parts.getAttributeValue(-1, "type"); in handleCheck()
347 String currency = parts.getAttributeValue(-2, "type"); in handleCheck()
352 if (currency.equals(parts.getAttributeValue(-2, "type")) || in handleCheck()
366 String myUnit = parts.getAttributeValue(typeLocation, "type"); in handleCheck()
372 String unit = parts.getAttributeValue(typeLocation, "type"); in handleCheck()
400 String myFieldType = parts.getAttributeValue(3, "type").split("-")[0]; in handleCheck()
405 String fieldType = parts.getAttributeValue(3, "type").split("-")[0]; in handleCheck()
655 return new XPathParts().set(xpath).getAttributeValue(index, "type"); in getRegion()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
DXLIFF2ICUConverter.java807 private String getAttributeValue(Node sNode, String attribName){ in getAttributeValue() method in XLIFF2ICUConverter
825 String resName = getAttributeValue(node, RESNAME); in parseResourceString()
826 String translate = getAttributeValue(node, TRANSLATE); in parseResourceString()
860 String resName = getAttributeValue(node, RESNAME); in parseResourceInt()
861 String translate = getAttributeValue(node, TRANSLATE); in parseResourceInt()
894 String resName = getAttributeValue(node, RESNAME); in parseResourceAlias()
895 String translate = getAttributeValue(node, TRANSLATE); in parseResourceAlias()
946 String crc = getAttributeValue(transUnit, CRC); in parseResourceBinary()
958 currentSource.external = getAttributeValue(transUnit, HREF); in parseResourceBinary()
967 String attrType = getAttributeValue(node, RESTYPE); in parseTransUnit()
[all …]
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DSoapSerializationEnvelope.java157 String rootAttr = parser.getAttributeValue(enc, ROOT_LABEL); in parseBody()
177 String value = parser.getAttributeValue(counter); in readSerializable()
234 attributeInfo.setValue(parser.getAttributeValue(counter)); in readSerializable()
283 attributeInfo.setValue(parser.getAttributeValue(attributeCount)); in readUnknown()
354 String type = parser.getAttributeValue(enc, ARRAY_TYPE_LABEL); in readVector()
371 int position = getIndex(parser.getAttributeValue(enc, "offset"), 0, 0); in readVector()
374 position = getIndex(parser.getAttributeValue(enc, "position"), 0, position); in readVector()
407 String href = parser.getAttributeValue(null, HREF_LABEL); in read()
426 String nullAttr = parser.getAttributeValue(xsi, NIL_LABEL); in read()
427 String id = parser.getAttributeValue(null, ID_LABEL); in read()
[all …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DXmlResourceParserImpl.java317 public String getAttributeValue(int index) { in getAttributeValue() method in XmlResourceParserImpl
352 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in XmlResourceParserImpl
640 return XmlUtils.convertValueToInt(this.getAttributeValue(namespace, attribute), defaultValue); in getAttributeIntValue()
670 String value = getAttributeValue(idx); in getAttributeListValue()
686 return Boolean.parseBoolean(getAttributeValue(idx)); in getAttributeBooleanValue()
694 String attributeValue = getAttributeValue(idx); in getAttributeResourceValue()
707 return Integer.parseInt(getAttributeValue(idx)); in getAttributeIntValue()
727 return Float.parseFloat(getAttributeValue(idx)); in getAttributeFloatValue()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateTempDateData.java42 String id = parts.set(path).getAttributeValue(-1, "id"); in main()
47 String request = parts.set(path).getAttributeValue(-1, "request"); in main()
53 String type = parts.set(path).getAttributeValue(-2, "type"); in main()
DReadSql.java354 this.id = Integer.parseInt(parts.getAttributeValue(-1, "id")); in User()
355 this.email = parts.getAttributeValue(-1, "email"); in User()
356 this.level = Level.valueOf(parts.getAttributeValue(-1, "level")); in User()
357 this.name = parts.getAttributeValue(-1, "name"); in User()
358 this.org = Organization.fromString(parts.getAttributeValue(-1, "org")); in User()
359 …this.locales = ImmutableSet.copyOf(Arrays.asList(parts.getAttributeValue(-1, "locales").split("[, … in User()
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugInfoEntry.cpp342 DWARFDebugInfoEntryMinimal::getAttributeValue(const DWARFCompileUnit *cu, in getAttributeValue() function in DWARFDebugInfoEntryMinimal
382 if (getAttributeValue(cu, attr, form_value)) { in getAttributeValueAsString()
396 if (getAttributeValue(cu, attr, form_value)) in getAttributeValueAsUnsigned()
407 if (getAttributeValue(cu, attr, form_value)) in getAttributeValueAsSigned()
418 if (getAttributeValue(cu, attr, form_value)) in getAttributeValueAsReference()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp234 bool DWARFDebugInfoEntryMinimal::getAttributeValue( in getAttributeValue() function in DWARFDebugInfoEntryMinimal
262 if (!getAttributeValue(U, Attr, FormValue)) in getAttributeValueAsString()
271 if (!getAttributeValue(U, Attr, FormValue)) in getAttributeValueAsAddress()
280 if (!getAttributeValue(U, Attr, FormValue)) in getAttributeValueAsUnsignedConstant()
289 if (!getAttributeValue(U, Attr, FormValue)) in getAttributeValueAsReference()
298 if (!getAttributeValue(U, Attr, FormValue)) in getAttributeValueAsSectionOffset()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DNumberingSystemsTest.java28 String id = parts.getAttributeValue(2, "id"); in TestFile()
29 String digits = parts.getAttributeValue(2, "digits"); in TestFile()

12345