Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:getNamedItem
(Results
1 - 6
of
6
) sorted by relevance
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
H
A
D
XLIFF2ICUConverter.java
546
Node orig = attr.
getNamedItem
(lang);
in getLanguageName()
553
Node id = groupAtt.
getNamedItem
(ID);
in getLanguageName()
584
Node lang = attr.
getNamedItem
(XMLLANG);
in checkLangAttribute()
812
Node attr = attributes.
getNamedItem
(attribName);
in getAttributeValue()
/third_party/icu/tools/release/java/src/main/java/com/ibm/icu/dev/tools/docs/
H
A
D
StableAPI.java
458
// node.getFirstChild().getAttributes().
getNamedItem
(attrName).getNodeValue();
in getAttr()
462
return node.getAttributes().
getNamedItem
(attrName).getNodeValue();
in getAttr()
468
} else if (node.getAttributes().
getNamedItem
(attrName) == null) {
in getAttr()
480
return attrList.
getNamedItem
(attrName).getNodeValue();
in getAttr()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/charsetdet/
H
A
D
TestCharsetDetector.java
367
String id = attrs.
getNamedItem
("id").getNodeValue();
in TestDetection()
368
String encodings = attrs.
getNamedItem
("encodings").getNodeValue();
in TestDetection()
381
String name = node.getAttributes().
getNamedItem
("encoding").getNodeValue();
in TestDetection()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
H
A
D
TestCharsetDetector.java
364
String id = attrs.
getNamedItem
("id").getNodeValue();
in TestDetection()
365
String encodings = attrs.
getNamedItem
("encodings").getNodeValue();
in TestDetection()
378
String name = node.getAttributes().
getNamedItem
("encoding").getNodeValue();
in TestDetection()
/third_party/python/Lib/xml/dom/
H
A
D
minidom.py
573
def
getNamedItem
(self, name):
member in NamedNodeMap
586
n = self.
getNamedItem
(name)
1240
def
getNamedItem
(self, name):
member in ReadOnlySequentialNamedNodeMap
1254
node = self.
getNamedItem
(name_or_tuple)
/third_party/python/Lib/test/
H
A
D
test_pulldom.py
55
self.assertEqual(node.attributes.
getNamedItem
("xmlns:xdc").value,
Completed in 13 milliseconds