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:NUM_FAST_CHARS
(Results
1 - 16
of
16
) sorted by relevance
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H
A
D
CollationFastLatinBuilder.java
534
for(int i = 0; i < CollationFastLatin.
NUM_FAST_CHARS
; ++i) {
in encodeCharCEs()
538
for(int i = 0; i < CollationFastLatin.
NUM_FAST_CHARS
; ++i) {
in encodeCharCEs()
561
int indexBase = headerLength + CollationFastLatin.
NUM_FAST_CHARS
;
in encodeContractions()
563
for(int i = 0; i < CollationFastLatin.
NUM_FAST_CHARS
; ++i) {
in encodeContractions()
607
assert(CollationFastLatin.
NUM_FAST_CHARS
% 16 == 0);
in encodeContractions()
685
private long[][] charCEs = new long[CollationFastLatin.
NUM_FAST_CHARS
][2];
H
A
D
CollationFastLatin.java
39
static final int
NUM_FAST_CHARS
= LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START);
field in CollationFastLatin
167
* second contraction character, as a char index 0..
NUM_FAST_CHARS
-1.
689
int index =
NUM_FAST_CHARS
+ (ce & INDEX_MASK);
in nextPair()
694
int index =
NUM_FAST_CHARS
+ (ce & INDEX_MASK);
in nextPair()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H
A
D
CollationFastLatinBuilder.java
535
for(int i = 0; i < CollationFastLatin.
NUM_FAST_CHARS
; ++i) {
in encodeCharCEs()
539
for(int i = 0; i < CollationFastLatin.
NUM_FAST_CHARS
; ++i) {
in encodeCharCEs()
562
int indexBase = headerLength + CollationFastLatin.
NUM_FAST_CHARS
;
in encodeContractions()
564
for(int i = 0; i < CollationFastLatin.
NUM_FAST_CHARS
; ++i) {
in encodeContractions()
608
assert(CollationFastLatin.
NUM_FAST_CHARS
% 16 == 0);
in encodeContractions()
686
private long[][] charCEs = new long[CollationFastLatin.
NUM_FAST_CHARS
][2];
H
A
D
CollationFastLatin.java
43
static final int
NUM_FAST_CHARS
= LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START);
field in CollationFastLatin
171
* second contraction character, as a char index 0..
NUM_FAST_CHARS
-1.
693
int index =
NUM_FAST_CHARS
+ (ce & INDEX_MASK);
in nextPair()
698
int index =
NUM_FAST_CHARS
+ (ce & INDEX_MASK);
in nextPair()
/third_party/icu/icu4c/source/i18n/
H
A
D
collationfastlatinbuilder.cpp
568
for(int32_t i = 0; i < CollationFastLatin::
NUM_FAST_CHARS
; ++i) {
in encodeCharCEs()
572
for(int32_t i = 0; i < CollationFastLatin::
NUM_FAST_CHARS
; ++i) {
in encodeCharCEs()
598
int32_t indexBase = headerLength + CollationFastLatin::
NUM_FAST_CHARS
;
in encodeContractions()
600
for(int32_t i = 0; i < CollationFastLatin::
NUM_FAST_CHARS
; ++i) {
in encodeContractions()
648
U_ASSERT(CollationFastLatin::
NUM_FAST_CHARS
% 16 == 0);
in encodeContractions()
H
A
D
collationfastlatinbuilder.h
74
int64_t charCEs[CollationFastLatin::
NUM_FAST_CHARS
][2];
H
A
D
collationfastlatin.h
47
static const int32_t
NUM_FAST_CHARS
= LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START);
member in CollationFastLatin
175
* second contraction character, as a char index 0..
NUM_FAST_CHARS
-1.
H
A
D
collationfastlatin.cpp
861
int32_t index =
NUM_FAST_CHARS
+ (ce & INDEX_MASK);
in nextPair()
870
int32_t index =
NUM_FAST_CHARS
+ (ce & INDEX_MASK);
in nextPair()
/third_party/node/deps/icu-small/source/i18n/
H
A
D
collationfastlatinbuilder.cpp
568
for(int32_t i = 0; i < CollationFastLatin::
NUM_FAST_CHARS
; ++i) {
in encodeCharCEs()
572
for(int32_t i = 0; i < CollationFastLatin::
NUM_FAST_CHARS
; ++i) {
in encodeCharCEs()
598
int32_t indexBase = headerLength + CollationFastLatin::
NUM_FAST_CHARS
;
in encodeContractions()
600
for(int32_t i = 0; i < CollationFastLatin::
NUM_FAST_CHARS
; ++i) {
in encodeContractions()
648
U_ASSERT(CollationFastLatin::
NUM_FAST_CHARS
% 16 == 0);
in encodeContractions()
H
A
D
collationfastlatinbuilder.h
74
int64_t charCEs[CollationFastLatin::
NUM_FAST_CHARS
][2];
H
A
D
collationfastlatin.h
47
static const int32_t
NUM_FAST_CHARS
= LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START);
member in CollationFastLatin
175
* second contraction character, as a char index 0..
NUM_FAST_CHARS
-1.
H
A
D
collationfastlatin.cpp
861
int32_t index =
NUM_FAST_CHARS
+ (ce & INDEX_MASK);
in nextPair()
870
int32_t index =
NUM_FAST_CHARS
+ (ce & INDEX_MASK);
in nextPair()
/third_party/skia/third_party/externals/icu/source/i18n/
H
A
D
collationfastlatinbuilder.cpp
568
for(int32_t i = 0; i < CollationFastLatin::
NUM_FAST_CHARS
; ++i) {
in encodeCharCEs()
572
for(int32_t i = 0; i < CollationFastLatin::
NUM_FAST_CHARS
; ++i) {
in encodeCharCEs()
598
int32_t indexBase = headerLength + CollationFastLatin::
NUM_FAST_CHARS
;
in encodeContractions()
600
for(int32_t i = 0; i < CollationFastLatin::
NUM_FAST_CHARS
; ++i) {
in encodeContractions()
648
U_ASSERT(CollationFastLatin::
NUM_FAST_CHARS
% 16 == 0);
in encodeContractions()
H
A
D
collationfastlatinbuilder.h
74
int64_t charCEs[CollationFastLatin::
NUM_FAST_CHARS
][2];
H
A
D
collationfastlatin.h
47
static const int32_t
NUM_FAST_CHARS
= LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START);
member in CollationFastLatin
175
* second contraction character, as a char index 0..
NUM_FAST_CHARS
-1.
H
A
D
collationfastlatin.cpp
861
int32_t index =
NUM_FAST_CHARS
+ (ce & INDEX_MASK);
in nextPair()
870
int32_t index =
NUM_FAST_CHARS
+ (ce & INDEX_MASK);
in nextPair()
Completed in 16 milliseconds