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:asciiData
(Results
1 - 11
of
11
) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H
A
D
UTS46.java
98
private static final byte
asciiData
[]={
field in UTS46
154
int cData=
asciiData
[c];
in process()
418
} else if(disallowNonLDHDot &&
asciiData
[c]<0) {
in processLabel()
518
} else if(
asciiData
[c]<0) {
in markBadACELabel()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H
A
D
UTS46.java
99
private static final byte
asciiData
[]={
field in UTS46
155
int cData=
asciiData
[c];
in process()
409
} else if(disallowNonLDHDot &&
asciiData
[c]<0) {
in processLabel()
509
} else if(
asciiData
[c]<0) {
in markBadACELabel()
/third_party/icu/icu4c/source/common/
H
A
D
uts46.cpp
286
static const int8_t
asciiData
[128]={
variable
355
int cData=
asciiData
[c];
in process()
456
int cData=
asciiData
[(int)c]; // Cast: gcc warns about indexing with a char.
in processUTF8()
817
} else if(disallowNonLDHDot &&
asciiData
[c]<0) {
in processLabel()
948
} else if(
asciiData
[c]<0) {
in markBadACELabel()
H
A
D
umutablecptrie.cpp
1520
uint32_t
asciiData
[ASCII_LIMIT];
in compactTrie()
local
1522
asciiData
[i] = get(i);
in compactTrie()
1539
uprv_memcpy(newData,
asciiData
, sizeof(
asciiData
));
in compactTrie()
/third_party/node/deps/icu-small/source/common/
H
A
D
uts46.cpp
286
static const int8_t
asciiData
[128]={
variable
355
int cData=
asciiData
[c];
in process()
456
int cData=
asciiData
[(int)c]; // Cast: gcc warns about indexing with a char.
in processUTF8()
809
} else if(disallowNonLDHDot &&
asciiData
[c]<0) {
in processLabel()
937
} else if(
asciiData
[c]<0) {
in markBadACELabel()
H
A
D
umutablecptrie.cpp
1520
uint32_t
asciiData
[ASCII_LIMIT];
in compactTrie()
local
1522
asciiData
[i] = get(i);
in compactTrie()
1539
uprv_memcpy(newData,
asciiData
, sizeof(
asciiData
));
in compactTrie()
/third_party/skia/third_party/externals/icu/source/common/
H
A
D
uts46.cpp
286
static const int8_t
asciiData
[128]={
variable
355
int cData=
asciiData
[c];
in process()
456
int cData=
asciiData
[(int)c]; // Cast: gcc warns about indexing with a char.
in processUTF8()
817
} else if(disallowNonLDHDot &&
asciiData
[c]<0) {
in processLabel()
948
} else if(
asciiData
[c]<0) {
in markBadACELabel()
H
A
D
umutablecptrie.cpp
1520
uint32_t
asciiData
[ASCII_LIMIT];
in compactTrie()
local
1522
asciiData
[i] = get(i);
in compactTrie()
1539
uprv_memcpy(newData,
asciiData
, sizeof(
asciiData
));
in compactTrie()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H
A
D
MutableCodePointTrie.java
1397
int[]
asciiData
= new int[ASCII_LIMIT];
in compactTrie()
1399
asciiData
[i] = get(i);
in compactTrie()
1407
int[] newData = Arrays.copyOf(
asciiData
, newDataCapacity);
in compactTrie()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H
A
D
MutableCodePointTrie.java
1389
int[]
asciiData
= new int[ASCII_LIMIT];
in compactTrie()
1391
asciiData
[i] = get(i);
in compactTrie()
1399
int[] newData = Arrays.copyOf(
asciiData
, newDataCapacity);
in compactTrie()
/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 44 milliseconds