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:_attributes
(Results
1 - 7
of
7
) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H
A
D
UnicodeLocaleExtension.java
25
private SortedSet<String>
_attributes
= EMPTY_SORTED_SET;
field in UnicodeLocaleExtension
50
_attributes
= attributes;
in UnicodeLocaleExtension()
56
if (
_attributes
.size() > 0 || _keywords.size() > 0) {
in UnicodeLocaleExtension()
58
for (String attribute :
_attributes
) {
in UnicodeLocaleExtension()
75
return Collections.unmodifiableSet(
_attributes
);
in getUnicodeLocaleAttributes()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H
A
D
UnicodeLocaleExtension.java
29
private SortedSet<String>
_attributes
= EMPTY_SORTED_SET;
field in UnicodeLocaleExtension
54
_attributes
= attributes;
in UnicodeLocaleExtension()
60
if (
_attributes
.size() > 0 || _keywords.size() > 0) {
in UnicodeLocaleExtension()
62
for (String attribute :
_attributes
) {
in UnicodeLocaleExtension()
79
return Collections.unmodifiableSet(
_attributes
);
in getUnicodeLocaleAttributes()
/third_party/python/Tools/peg_generator/pegen/
H
A
D
ast_dump.py
47
if include_attributes and node.
_attributes
:
48
for name in node.
_attributes
:
/third_party/python/Lib/
H
A
D
ast.py
153
if include_attributes and node.
_attributes
:
154
for name in node.
_attributes
:
186
if attr in old_node.
_attributes
and attr in new_node.
_attributes
:
206
if 'lineno' in node.
_attributes
:
211
if 'end_lineno' in node.
_attributes
:
216
if 'col_offset' in node.
_attributes
:
221
if 'end_col_offset' in node.
_attributes
:
245
if 'lineno' in child.
_attributes
:
248
"end_lineno" in child.
_attributes
[all...]
/third_party/python/Include/internal/
H
A
D
pycore_ast_state.h
154
PyObject *
_attributes
;
member
/third_party/python/Python/
H
A
D
Python-ast.c
167
Py_CLEAR(state->
_attributes
);
in _PyAST_Fini()
279
if ((state->
_attributes
= PyUnicode_InternFromString("
_attributes
")) == NULL) return 0;
in init_identifiers()
969
result = PyObject_SetAttr(type, state->
_attributes
, l) >= 0;
in add_attributes()
1078
PyObject_SetAttrString(state->AST_type, "
_attributes
", empty_tuple) < 0) {
in add_ast_fields()
/third_party/skia/third_party/externals/sfntly/java/lib/
H
A
D
icu4j-4_8_1_1.jar
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/
...
Completed in 18 milliseconds