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:UNICODE_LIMIT
(Results
1 - 10
of
10
) sorted by relevance
/third_party/node/deps/openssl/openssl/include/internal/
H
A
D
unicode.h
18
UNICODE_LIMIT
enumerator
/third_party/openssl/include/internal/
H
A
D
unicode.h
18
UNICODE_LIMIT
enumerator
/third_party/node/deps/openssl/openssl/crypto/asn1/
H
A
D
a_utf8.c
125
if (value <
UNICODE_LIMIT
) {
in UTF8_putc()
/third_party/openssl/crypto/asn1/
H
A
D
a_utf8.c
125
if (value <
UNICODE_LIMIT
) {
in UTF8_putc()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H
A
D
MutableCodePointTrie.java
63
builder.flags = new byte[
UNICODE_LIMIT
>> CodePointTrie.SHIFT_3];
in clone()
364
private static final int
UNICODE_LIMIT
= 0x110000;
field in MutableCodePointTrie
368
private static final int I_LIMIT =
UNICODE_LIMIT
>> CodePointTrie.SHIFT_3;
389
private static final int MAX_DATA_LENGTH =
UNICODE_LIMIT
;
413
private byte[] flags = new byte[
UNICODE_LIMIT
>> CodePointTrie.SHIFT_3];
1380
if (realHighStart ==
UNICODE_LIMIT
) {
in compactTrie()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H
A
D
MutableCodePointTrie.java
62
builder.flags = new byte[
UNICODE_LIMIT
>> CodePointTrie.SHIFT_3];
in clone()
356
private static final int
UNICODE_LIMIT
= 0x110000;
field in MutableCodePointTrie
360
private static final int I_LIMIT =
UNICODE_LIMIT
>> CodePointTrie.SHIFT_3;
381
private static final int MAX_DATA_LENGTH =
UNICODE_LIMIT
;
405
private byte[] flags = new byte[
UNICODE_LIMIT
>> CodePointTrie.SHIFT_3];
1372
if (realHighStart ==
UNICODE_LIMIT
) {
in compactTrie()
/third_party/icu/icu4c/source/common/
H
A
D
umutablecptrie.cpp
32
constexpr int32_t
UNICODE_LIMIT
= 0x110000;
member
36
constexpr int32_t I_LIMIT =
UNICODE_LIMIT
>> UCPTRIE_SHIFT_3;
57
constexpr int32_t MAX_DATA_LENGTH =
UNICODE_LIMIT
;
127
uint8_t flags[
UNICODE_LIMIT
>> UCPTRIE_SHIFT_3];
1322
uint16_t index2[
UNICODE_LIMIT
>> UCPTRIE_SHIFT_2]; // index2Capacity
in compactIndex()
1498
if (realHighStart ==
UNICODE_LIMIT
) {
in compactTrie()
/third_party/node/deps/icu-small/source/common/
H
A
D
umutablecptrie.cpp
32
constexpr int32_t
UNICODE_LIMIT
= 0x110000;
member
36
constexpr int32_t I_LIMIT =
UNICODE_LIMIT
>> UCPTRIE_SHIFT_3;
57
constexpr int32_t MAX_DATA_LENGTH =
UNICODE_LIMIT
;
127
uint8_t flags[
UNICODE_LIMIT
>> UCPTRIE_SHIFT_3];
1322
uint16_t index2[
UNICODE_LIMIT
>> UCPTRIE_SHIFT_2]; // index2Capacity
in compactIndex()
1498
if (realHighStart ==
UNICODE_LIMIT
) {
in compactTrie()
/third_party/skia/third_party/externals/icu/source/common/
H
A
D
umutablecptrie.cpp
32
constexpr int32_t
UNICODE_LIMIT
= 0x110000;
member
36
constexpr int32_t I_LIMIT =
UNICODE_LIMIT
>> UCPTRIE_SHIFT_3;
57
constexpr int32_t MAX_DATA_LENGTH =
UNICODE_LIMIT
;
127
uint8_t flags[
UNICODE_LIMIT
>> UCPTRIE_SHIFT_3];
1322
uint16_t index2[
UNICODE_LIMIT
>> UCPTRIE_SHIFT_2]; // index2Capacity
in compactIndex()
1498
if (realHighStart ==
UNICODE_LIMIT
) {
in compactTrie()
/third_party/icu/icu4c/source/test/cintltst/
H
A
D
ncnvtst.c
33
#define
UNICODE_LIMIT
0x10FFFF
macro
699
while (currCh <=
UNICODE_LIMIT
) {
in TestRegressionUTF8()
702
while(currCh <=
UNICODE_LIMIT
in TestRegressionUTF8()
770
while (currCh <=
UNICODE_LIMIT
) {
in TestRegressionUTF32()
773
while(currCh <=
UNICODE_LIMIT
in TestRegressionUTF32()
Completed in 17 milliseconds