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:U16_LEAD
(Results
1 - 25
of
94
) sorted by relevance
1
2
3
4
/third_party/node/deps/icu-small/source/tools/genrb/
H
A
D
ustr.h
33
target[0] =
U16_LEAD
(c); \
47
target[0] =
U16_LEAD
(c); \
/third_party/icu/icu4c/source/tools/genrb/
H
A
D
ustr.h
33
target[0] =
U16_LEAD
(c); \
47
target[0] =
U16_LEAD
(c); \
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H
A
D
ustr.h
33
target[0] =
U16_LEAD
(c); \
47
target[0] =
U16_LEAD
(c); \
/third_party/icu/icu4c/source/i18n/
H
A
D
utf8collationiterator.cpp
197
if(CollationFCD::hasTccc(
U16_LEAD
(c)) && pos != length && nextHasLccc()) {
in handleNextCE32()
230
if(c > 0xffff) { c =
U16_LEAD
(c); }
in nextHasLccc()
241
if(c > 0xffff) { c =
U16_LEAD
(c); }
in previousHasTccc()
277
if(CollationFCD::hasTccc(c <= 0xffff ? c :
U16_LEAD
(c)) &&
315
if(CollationFCD::hasLccc(c <= 0xffff ? c :
U16_LEAD
(c)) &&
H
A
D
collationfcd.h
88
if(c > 0xffff) { c =
U16_LEAD
(c); }
in mayHaveLccc()
/third_party/node/deps/icu-small/source/i18n/
H
A
D
utf8collationiterator.cpp
197
if(CollationFCD::hasTccc(
U16_LEAD
(c)) && pos != length && nextHasLccc()) {
in handleNextCE32()
230
if(c > 0xffff) { c =
U16_LEAD
(c); }
in nextHasLccc()
241
if(c > 0xffff) { c =
U16_LEAD
(c); }
in previousHasTccc()
277
if(CollationFCD::hasTccc(c <= 0xffff ? c :
U16_LEAD
(c)) &&
315
if(CollationFCD::hasLccc(c <= 0xffff ? c :
U16_LEAD
(c)) &&
H
A
D
collationfcd.h
88
if(c > 0xffff) { c =
U16_LEAD
(c); }
in mayHaveLccc()
/third_party/skia/third_party/externals/icu/source/i18n/
H
A
D
utf8collationiterator.cpp
197
if(CollationFCD::hasTccc(
U16_LEAD
(c)) && pos != length && nextHasLccc()) {
in handleNextCE32()
230
if(c > 0xffff) { c =
U16_LEAD
(c); }
in nextHasLccc()
241
if(c > 0xffff) { c =
U16_LEAD
(c); }
in previousHasTccc()
277
if(CollationFCD::hasTccc(c <= 0xffff ? c :
U16_LEAD
(c)) &&
315
if(CollationFCD::hasLccc(c <= 0xffff ? c :
U16_LEAD
(c)) &&
H
A
D
collationfcd.h
88
if(c > 0xffff) { c =
U16_LEAD
(c); }
in mayHaveLccc()
/third_party/icu/icu4c/source/common/
H
A
D
ustrtrns.cpp
109
*pDest++ =
U16_LEAD
(ch);
in u_strFromUTF32WithSub()
335
*(pDest++)=
U16_LEAD
(c);
in u_strFromUTF8WithSub()
440
*(pDest++)=
U16_LEAD
(c);
in u_strFromUTF8WithSub()
477
*(pDest++)=
U16_LEAD
(c);
in u_strFromUTF8WithSub()
612
*(pDest++) =
U16_LEAD
(ch);
in u_strFromUTF8Lenient()
706
*(pDest++) =
U16_LEAD
(ch);
in u_strFromUTF8Lenient()
745
*(pDest++) =
U16_LEAD
(ch);
in u_strFromUTF8Lenient()
1245
*(pDest++)=
U16_LEAD
(subchar);
in u_strFromJavaModifiedUTF8WithSub()
H
A
D
appendable.cpp
30
return appendCodeUnit(
U16_LEAD
(c)) && appendCodeUnit(U16_TRAIL(c));
in appendCodePoint()
H
A
D
ucharstrie.cpp
47
(USTRINGTRIE_HAS_NEXT(first(
U16_LEAD
(cp))) ?
in firstForCodePoint()
56
(USTRINGTRIE_HAS_NEXT(next(
U16_LEAD
(cp))) ?
in nextForCodePoint()
H
A
D
ucnv_u32.cpp
94
*(myTarget++) =
U16_LEAD
(ch);
in T_UConverter_toUnicode_UTF32_BE()
175
*(myTarget++) =
U16_LEAD
(ch);
in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
561
*(myTarget++) =
U16_LEAD
(ch);
in T_UConverter_toUnicode_UTF32_LE()
651
*(myTarget++) =
U16_LEAD
(ch);
in T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC()
/third_party/node/deps/icu-small/source/common/
H
A
D
ustrtrns.cpp
109
*pDest++ =
U16_LEAD
(ch);
in u_strFromUTF32WithSub()
335
*(pDest++)=
U16_LEAD
(c);
in u_strFromUTF8WithSub()
440
*(pDest++)=
U16_LEAD
(c);
in u_strFromUTF8WithSub()
477
*(pDest++)=
U16_LEAD
(c);
in u_strFromUTF8WithSub()
612
*(pDest++) =
U16_LEAD
(ch);
in u_strFromUTF8Lenient()
706
*(pDest++) =
U16_LEAD
(ch);
in u_strFromUTF8Lenient()
745
*(pDest++) =
U16_LEAD
(ch);
in u_strFromUTF8Lenient()
1245
*(pDest++)=
U16_LEAD
(subchar);
in u_strFromJavaModifiedUTF8WithSub()
H
A
D
appendable.cpp
30
return appendCodeUnit(
U16_LEAD
(c)) && appendCodeUnit(U16_TRAIL(c));
in appendCodePoint()
H
A
D
ucharstrie.cpp
47
(USTRINGTRIE_HAS_NEXT(first(
U16_LEAD
(cp))) ?
in firstForCodePoint()
56
(USTRINGTRIE_HAS_NEXT(next(
U16_LEAD
(cp))) ?
in nextForCodePoint()
H
A
D
ucnv_u32.cpp
94
*(myTarget++) =
U16_LEAD
(ch);
in T_UConverter_toUnicode_UTF32_BE()
175
*(myTarget++) =
U16_LEAD
(ch);
in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
561
*(myTarget++) =
U16_LEAD
(ch);
in T_UConverter_toUnicode_UTF32_LE()
651
*(myTarget++) =
U16_LEAD
(ch);
in T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC()
/third_party/skia/third_party/externals/icu/source/common/
H
A
D
ustrtrns.cpp
109
*pDest++ =
U16_LEAD
(ch);
in u_strFromUTF32WithSub()
335
*(pDest++)=
U16_LEAD
(c);
in u_strFromUTF8WithSub()
440
*(pDest++)=
U16_LEAD
(c);
in u_strFromUTF8WithSub()
477
*(pDest++)=
U16_LEAD
(c);
in u_strFromUTF8WithSub()
612
*(pDest++) =
U16_LEAD
(ch);
in u_strFromUTF8Lenient()
706
*(pDest++) =
U16_LEAD
(ch);
in u_strFromUTF8Lenient()
745
*(pDest++) =
U16_LEAD
(ch);
in u_strFromUTF8Lenient()
1245
*(pDest++)=
U16_LEAD
(subchar);
in u_strFromJavaModifiedUTF8WithSub()
H
A
D
appendable.cpp
30
return appendCodeUnit(
U16_LEAD
(c)) && appendCodeUnit(U16_TRAIL(c));
in appendCodePoint()
H
A
D
ucharstrie.cpp
47
(USTRINGTRIE_HAS_NEXT(first(
U16_LEAD
(cp))) ?
in firstForCodePoint()
56
(USTRINGTRIE_HAS_NEXT(next(
U16_LEAD
(cp))) ?
in nextForCodePoint()
H
A
D
ucnv_u32.cpp
94
*(myTarget++) =
U16_LEAD
(ch);
in T_UConverter_toUnicode_UTF32_BE()
175
*(myTarget++) =
U16_LEAD
(ch);
in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
561
*(myTarget++) =
U16_LEAD
(ch);
in T_UConverter_toUnicode_UTF32_LE()
651
*(myTarget++) =
U16_LEAD
(ch);
in T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC()
/third_party/icu/icu4c/source/test/cintltst/
H
A
D
cnormtst.c
824
input[inLength++]=
U16_LEAD
(MUSICAL_HALF_NOTE);
in TestNormCoverage()
827
input[inLength++]=
U16_LEAD
(MUSICAL_STACCATO);
in TestNormCoverage()
829
input[inLength++]=
U16_LEAD
(MUSICAL_STEM);
in TestNormCoverage()
883
expect[expectLength++]=
U16_LEAD
(MUSICAL_VOID_NOTEHEAD);
in TestNormCoverage()
885
expect[expectLength++]=
U16_LEAD
(MUSICAL_STEM);
in TestNormCoverage()
888
expect[expectLength++]=
U16_LEAD
(MUSICAL_STEM);
in TestNormCoverage()
892
expect[expectLength++]=
U16_LEAD
(MUSICAL_STACCATO);
in TestNormCoverage()
934
expect[expectLength++]=
U16_LEAD
(MUSICAL_VOID_NOTEHEAD);
in TestNormCoverage()
936
expect[expectLength++]=
U16_LEAD
(MUSICAL_STEM);
in TestNormCoverage()
939
expect[expectLength++]=
U16_LEAD
(MUSICAL_STE
in TestNormCoverage()
[all...]
/third_party/icu/icu4c/source/samples/uciter8/
H
A
D
uit_len8.c
405
return
U16_LEAD
(c);
in lenient8IteratorCurrent()
442
return
U16_LEAD
(c);
in lenient8IteratorNext()
454
UChar lead=
U16_LEAD
(iter->reservedField);
in lenient8IteratorPrevious()
/third_party/skia/third_party/externals/icu/source/samples/uciter8/
H
A
D
uit_len8.c
405
return
U16_LEAD
(c);
in lenient8IteratorCurrent()
442
return
U16_LEAD
(c);
in lenient8IteratorNext()
454
UChar lead=
U16_LEAD
(iter->reservedField);
in lenient8IteratorPrevious()
/third_party/node/deps/v8/src/inspector/
H
A
D
v8-string-conversions.cc
165
#define
U16_LEAD
(supplementary) (UChar)(((supplementary) >> 10) + 0xD7C0)
macro
313
*target++ =
U16_LEAD
(character);
in convertUTF8ToUTF16()
Completed in 20 milliseconds
1
2
3
4