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:PUNCT_START
(Results
1 - 13
of
13
) sorted by relevance
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H
A
D
CollationFastLatin.java
35
static final int
PUNCT_START
= 0x2000;
field in CollationFastLatin
39
static final int NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT -
PUNCT_START
);
186
} else if(
PUNCT_START
<= c && c < PUNCT_LIMIT) {
in getCharIndex()
187
return c - (
PUNCT_START
- LATIN_LIMIT);
in getCharIndex()
318
} else if(
PUNCT_START
<= c && c < PUNCT_LIMIT) {
in compareUTF16()
319
leftPair = table[c -
PUNCT_START
+ LATIN_LIMIT];
in compareUTF16()
354
} else if(
PUNCT_START
<= c && c < PUNCT_LIMIT) {
in compareUTF16()
355
rightPair = table[c -
PUNCT_START
+ LATIN_LIMIT];
in compareUTF16()
410
} else if(
PUNCT_START
<= c && c < PUNCT_LIMIT) {
in compareUTF16()
411
leftPair = table[c -
PUNCT_START
in compareUTF16()
[all...]
H
A
D
CollationFastLatinBuilder.java
197
c = CollationFastLatin.
PUNCT_START
;
in getCEs()
611
c = CollationFastLatin.
PUNCT_START
+ c - CollationFastLatin.LATIN_LIMIT;
in encodeContractions()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H
A
D
CollationFastLatin.java
39
static final int
PUNCT_START
= 0x2000;
field in CollationFastLatin
43
static final int NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT -
PUNCT_START
);
190
} else if(
PUNCT_START
<= c && c < PUNCT_LIMIT) {
in getCharIndex()
191
return c - (
PUNCT_START
- LATIN_LIMIT);
in getCharIndex()
322
} else if(
PUNCT_START
<= c && c < PUNCT_LIMIT) {
in compareUTF16()
323
leftPair = table[c -
PUNCT_START
+ LATIN_LIMIT];
in compareUTF16()
358
} else if(
PUNCT_START
<= c && c < PUNCT_LIMIT) {
in compareUTF16()
359
rightPair = table[c -
PUNCT_START
+ LATIN_LIMIT];
in compareUTF16()
414
} else if(
PUNCT_START
<= c && c < PUNCT_LIMIT) {
in compareUTF16()
415
leftPair = table[c -
PUNCT_START
in compareUTF16()
[all...]
H
A
D
CollationFastLatinBuilder.java
198
c = CollationFastLatin.
PUNCT_START
;
in getCEs()
612
c = CollationFastLatin.
PUNCT_START
+ c - CollationFastLatin.LATIN_LIMIT;
in encodeContractions()
/third_party/icu/icu4c/source/i18n/
H
A
D
collationfastlatin.h
43
static const int32_t
PUNCT_START
= 0x2000;
member in CollationFastLatin
47
static const int32_t NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT -
PUNCT_START
);
194
} else if(
PUNCT_START
<= c && c < PUNCT_LIMIT) {
in getCharIndex()
195
return c - (
PUNCT_START
- LATIN_LIMIT);
in getCharIndex()
H
A
D
collationfastlatin.cpp
145
} else if(
PUNCT_START
<= c && c < PUNCT_LIMIT) {
in compareUTF16()
146
leftPair = table[c -
PUNCT_START
+ LATIN_LIMIT];
in compareUTF16()
176
} else if(
PUNCT_START
<= c && c < PUNCT_LIMIT) {
in compareUTF16()
177
rightPair = table[c -
PUNCT_START
+ LATIN_LIMIT];
in compareUTF16()
227
} else if(
PUNCT_START
<= c && c < PUNCT_LIMIT) {
in compareUTF16()
228
leftPair = table[c -
PUNCT_START
+ LATIN_LIMIT];
in compareUTF16()
252
} else if(
PUNCT_START
<= c && c < PUNCT_LIMIT) {
in compareUTF16()
253
rightPair = table[c -
PUNCT_START
+ LATIN_LIMIT];
in compareUTF16()
801
if(
PUNCT_START
<= c && c < PUNCT_LIMIT) {
in lookup()
802
return table[c -
PUNCT_START
in lookup()
[all...]
H
A
D
collationfastlatinbuilder.cpp
210
c = CollationFastLatin::
PUNCT_START
;
in getCEs()
652
c = CollationFastLatin::
PUNCT_START
+ c - CollationFastLatin::LATIN_LIMIT;
in encodeContractions()
/third_party/node/deps/icu-small/source/i18n/
H
A
D
collationfastlatin.h
43
static const int32_t
PUNCT_START
= 0x2000;
member in CollationFastLatin
47
static const int32_t NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT -
PUNCT_START
);
194
} else if(
PUNCT_START
<= c && c < PUNCT_LIMIT) {
in getCharIndex()
195
return c - (
PUNCT_START
- LATIN_LIMIT);
in getCharIndex()
H
A
D
collationfastlatin.cpp
145
} else if(
PUNCT_START
<= c && c < PUNCT_LIMIT) {
in compareUTF16()
146
leftPair = table[c -
PUNCT_START
+ LATIN_LIMIT];
in compareUTF16()
176
} else if(
PUNCT_START
<= c && c < PUNCT_LIMIT) {
in compareUTF16()
177
rightPair = table[c -
PUNCT_START
+ LATIN_LIMIT];
in compareUTF16()
227
} else if(
PUNCT_START
<= c && c < PUNCT_LIMIT) {
in compareUTF16()
228
leftPair = table[c -
PUNCT_START
+ LATIN_LIMIT];
in compareUTF16()
252
} else if(
PUNCT_START
<= c && c < PUNCT_LIMIT) {
in compareUTF16()
253
rightPair = table[c -
PUNCT_START
+ LATIN_LIMIT];
in compareUTF16()
801
if(
PUNCT_START
<= c && c < PUNCT_LIMIT) {
in lookup()
802
return table[c -
PUNCT_START
in lookup()
[all...]
H
A
D
collationfastlatinbuilder.cpp
210
c = CollationFastLatin::
PUNCT_START
;
in getCEs()
652
c = CollationFastLatin::
PUNCT_START
+ c - CollationFastLatin::LATIN_LIMIT;
in encodeContractions()
/third_party/skia/third_party/externals/icu/source/i18n/
H
A
D
collationfastlatin.h
43
static const int32_t
PUNCT_START
= 0x2000;
member in CollationFastLatin
47
static const int32_t NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT -
PUNCT_START
);
194
} else if(
PUNCT_START
<= c && c < PUNCT_LIMIT) {
in getCharIndex()
195
return c - (
PUNCT_START
- LATIN_LIMIT);
in getCharIndex()
H
A
D
collationfastlatin.cpp
145
} else if(
PUNCT_START
<= c && c < PUNCT_LIMIT) {
in compareUTF16()
146
leftPair = table[c -
PUNCT_START
+ LATIN_LIMIT];
in compareUTF16()
176
} else if(
PUNCT_START
<= c && c < PUNCT_LIMIT) {
in compareUTF16()
177
rightPair = table[c -
PUNCT_START
+ LATIN_LIMIT];
in compareUTF16()
227
} else if(
PUNCT_START
<= c && c < PUNCT_LIMIT) {
in compareUTF16()
228
leftPair = table[c -
PUNCT_START
+ LATIN_LIMIT];
in compareUTF16()
252
} else if(
PUNCT_START
<= c && c < PUNCT_LIMIT) {
in compareUTF16()
253
rightPair = table[c -
PUNCT_START
+ LATIN_LIMIT];
in compareUTF16()
801
if(
PUNCT_START
<= c && c < PUNCT_LIMIT) {
in lookup()
802
return table[c -
PUNCT_START
in lookup()
[all...]
H
A
D
collationfastlatinbuilder.cpp
210
c = CollationFastLatin::
PUNCT_START
;
in getCEs()
652
c = CollationFastLatin::
PUNCT_START
+ c - CollationFastLatin::LATIN_LIMIT;
in encodeContractions()
Completed in 13 milliseconds