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:getFCD16
(Results
1 - 25
of
39
) sorted by relevance
1
2
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H
A
D
FCDUTF16CollationIterator.java
268
int fcd16 = nfcImpl.
getFCD16
(c);
in nextSegment()
282
} while(nfcImpl.
getFCD16
(c) > 0xff);
in nextSegment()
344
int fcd16 = nfcImpl.
getFCD16
(c);
in previousSegment()
359
} while((fcd16 = nfcImpl.
getFCD16
(c)) != 0);
in previousSegment()
H
A
D
FCDIterCollationIterator.java
271
int fcd16 = nfcImpl.
getFCD16
(c);
in nextSegment()
284
if(nfcImpl.
getFCD16
(c) <= 0xff) {
in nextSegment()
360
int fcd16 = nfcImpl.
getFCD16
(c);
in previousSegment()
374
fcd16 = nfcImpl.
getFCD16
(c);
in previousSegment()
H
A
D
CollationIterator.java
751
if(d.
getFCD16
(c) > 0xff) {
in nextCE32FromContraction()
792
int fcd16 = d.
getFCD16
(c);
in nextCE32FromDiscontiguousContraction()
802
fcd16 = d.
getFCD16
(nextCp);
in nextCE32FromDiscontiguousContraction()
856
fcd16 = d.
getFCD16
(c);
in nextCE32FromDiscontiguousContraction()
H
A
D
CollationData.java
185
int
getFCD16
(int c) {
in getFCD16()
method in CollationData
186
return nfcImpl.
getFCD16
(c);
in getFCD16()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H
A
D
FCDUTF16CollationIterator.java
270
int fcd16 = nfcImpl.
getFCD16
(c);
in nextSegment()
284
} while(nfcImpl.
getFCD16
(c) > 0xff);
in nextSegment()
346
int fcd16 = nfcImpl.
getFCD16
(c);
in previousSegment()
361
} while((fcd16 = nfcImpl.
getFCD16
(c)) != 0);
in previousSegment()
H
A
D
FCDIterCollationIterator.java
273
int fcd16 = nfcImpl.
getFCD16
(c);
in nextSegment()
286
if(nfcImpl.
getFCD16
(c) <= 0xff) {
in nextSegment()
362
int fcd16 = nfcImpl.
getFCD16
(c);
in previousSegment()
376
fcd16 = nfcImpl.
getFCD16
(c);
in previousSegment()
H
A
D
CollationIterator.java
753
if(d.
getFCD16
(c) > 0xff) {
in nextCE32FromContraction()
794
int fcd16 = d.
getFCD16
(c);
in nextCE32FromDiscontiguousContraction()
804
fcd16 = d.
getFCD16
(nextCp);
in nextCE32FromDiscontiguousContraction()
858
fcd16 = d.
getFCD16
(c);
in nextCE32FromDiscontiguousContraction()
H
A
D
CollationData.java
187
int
getFCD16
(int c) {
in getFCD16()
method in CollationData
188
return nfcImpl.
getFCD16
(c);
in getFCD16()
/third_party/icu/icu4c/source/i18n/
H
A
D
collationdata.h
125
uint16_t
getFCD16
(UChar32 c) const {
in getFCD16()
function
126
return nfcImpl.
getFCD16
(c);
in getFCD16()
H
A
D
utf8collationiterator.cpp
398
uint16_t fcd16 = nfcImpl.
getFCD16
(c);
in nextSegment()
411
if(nfcImpl.
getFCD16
(c) <= 0xff) {
in nextSegment()
477
uint16_t fcd16 = nfcImpl.
getFCD16
(c);
in previousSegment()
491
fcd16 = nfcImpl.
getFCD16
(c);
in previousSegment()
H
A
D
uitercollationiterator.cpp
317
uint16_t fcd16 = nfcImpl.
getFCD16
(c);
330
if(nfcImpl.
getFCD16
(c) <= 0xff) {
398
uint16_t fcd16 = nfcImpl.
getFCD16
(c);
412
fcd16 = nfcImpl.
getFCD16
(c);
H
A
D
collationiterator.cpp
535
if(d->
getFCD16
(c) > 0xff) {
in nextCE32FromContraction()
580
uint16_t fcd16 = d->
getFCD16
(c);
in nextCE32FromDiscontiguousContraction()
590
fcd16 = d->
getFCD16
(nextCp);
in nextCE32FromDiscontiguousContraction()
648
fcd16 = d->
getFCD16
(c);
in nextCE32FromDiscontiguousContraction()
/third_party/node/deps/icu-small/source/i18n/
H
A
D
collationdata.h
125
uint16_t
getFCD16
(UChar32 c) const {
in getFCD16()
function
126
return nfcImpl.
getFCD16
(c);
in getFCD16()
H
A
D
uitercollationiterator.cpp
317
uint16_t fcd16 = nfcImpl.
getFCD16
(c);
330
if(nfcImpl.
getFCD16
(c) <= 0xff) {
398
uint16_t fcd16 = nfcImpl.
getFCD16
(c);
412
fcd16 = nfcImpl.
getFCD16
(c);
H
A
D
utf8collationiterator.cpp
398
uint16_t fcd16 = nfcImpl.
getFCD16
(c);
in nextSegment()
411
if(nfcImpl.
getFCD16
(c) <= 0xff) {
in nextSegment()
477
uint16_t fcd16 = nfcImpl.
getFCD16
(c);
in previousSegment()
491
fcd16 = nfcImpl.
getFCD16
(c);
in previousSegment()
H
A
D
collationiterator.cpp
535
if(d->
getFCD16
(c) > 0xff) {
in nextCE32FromContraction()
580
uint16_t fcd16 = d->
getFCD16
(c);
in nextCE32FromDiscontiguousContraction()
590
fcd16 = d->
getFCD16
(nextCp);
in nextCE32FromDiscontiguousContraction()
648
fcd16 = d->
getFCD16
(c);
in nextCE32FromDiscontiguousContraction()
/third_party/skia/third_party/externals/icu/source/i18n/
H
A
D
collationdata.h
129
uint16_t
getFCD16
(UChar32 c) const {
in getFCD16()
function
130
return nfcImpl.
getFCD16
(c);
in getFCD16()
H
A
D
uitercollationiterator.cpp
317
uint16_t fcd16 = nfcImpl.
getFCD16
(c);
330
if(nfcImpl.
getFCD16
(c) <= 0xff) {
398
uint16_t fcd16 = nfcImpl.
getFCD16
(c);
412
fcd16 = nfcImpl.
getFCD16
(c);
H
A
D
utf8collationiterator.cpp
398
uint16_t fcd16 = nfcImpl.
getFCD16
(c);
in nextSegment()
411
if(nfcImpl.
getFCD16
(c) <= 0xff) {
in nextSegment()
477
uint16_t fcd16 = nfcImpl.
getFCD16
(c);
in previousSegment()
491
fcd16 = nfcImpl.
getFCD16
(c);
in previousSegment()
H
A
D
collationiterator.cpp
535
if(d->
getFCD16
(c) > 0xff) {
in nextCE32FromContraction()
580
uint16_t fcd16 = d->
getFCD16
(c);
in nextCE32FromDiscontiguousContraction()
590
fcd16 = d->
getFCD16
(nextCp);
in nextCE32FromDiscontiguousContraction()
648
fcd16 = d->
getFCD16
(c);
in nextCE32FromDiscontiguousContraction()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H
A
D
Normalizer2Impl.java
523
int fcd16 =
getFCD16
(start);
in addLcccChars()
543
int prevFCD16 =
getFCD16
(start);
in addPropertyStarts()
545
int fcd16 =
getFCD16
(start);
in addPropertyStarts()
734
public int
getFCD16
(int c) {
in getFCD16()
method in Normalizer2Impl
1681
public boolean isFCDInert(int c) { return
getFCD16
(c)<=1; }
in isFCDInert()
2231
return
getFCD16
(Character.codePointBefore(s, p));
in getPreviousTrailCC()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H
A
D
Normalizer2Impl.java
532
int fcd16 =
getFCD16
(start);
in addLcccChars()
552
int prevFCD16 =
getFCD16
(start);
in addPropertyStarts()
554
int fcd16 =
getFCD16
(start);
in addPropertyStarts()
743
public int
getFCD16
(int c) {
in getFCD16()
method in Normalizer2Impl
1690
public boolean isFCDInert(int c) { return
getFCD16
(c)<=1; }
in isFCDInert()
2240
return
getFCD16
(Character.codePointBefore(s, p));
in getPreviousTrailCC()
/third_party/icu/icu4c/source/common/
H
A
D
normalizer2impl.cpp
474
uint16_t fcd16 =
getFCD16
(start);
493
uint16_t prevFCD16 =
getFCD16
(start);
495
uint16_t fcd16 =
getFCD16
(start);
2204
return (uint8_t)
getFCD16
(c);
2214
return (uint8_t)
getFCD16
(c);
2289
prevFCD16=
getFCD16
(*(src-1));
/third_party/node/deps/icu-small/source/common/
H
A
D
normalizer2impl.cpp
474
uint16_t fcd16 =
getFCD16
(start);
493
uint16_t prevFCD16 =
getFCD16
(start);
495
uint16_t fcd16 =
getFCD16
(start);
2204
return (uint8_t)
getFCD16
(c);
2214
return (uint8_t)
getFCD16
(c);
2289
prevFCD16=
getFCD16
(*(src-1));
/third_party/skia/third_party/externals/icu/source/common/
H
A
D
normalizer2impl.cpp
474
uint16_t fcd16 =
getFCD16
(start);
493
uint16_t prevFCD16 =
getFCD16
(start);
495
uint16_t fcd16 =
getFCD16
(start);
2204
return (uint8_t)
getFCD16
(c);
2214
return (uint8_t)
getFCD16
(c);
2289
prevFCD16=
getFCD16
(*(src-1));
Completed in 31 milliseconds
1
2