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:getNorm16
(Results
1 - 21
of
21
) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H
A
D
Normalizer2Impl.java
207
leadCC = getCCFromYesOrMaybe(impl.
getNorm16
(c));
in append()
209
leadCC = impl.getCC(impl.
getNorm16
(c));
in append()
691
public int
getNorm16
(int c) {
in getNorm16()
method in Normalizer2Impl
726
return getCCFromYesOrMaybe(
getNorm16
(c));
in getCCFromYesOrMaybeCP()
752
int norm16=
getNorm16
(c);
in getFCD16FromNormData()
791
if(c<minDecompNoCP || isMaybeOrNonZeroCC(norm16=
getNorm16
(c))) {
in getDecomposition()
827
if(c<minDecompNoCP || isDecompYes(norm16=
getNorm16
(c))) {
in getRawDecomposition()
1078
firstCC=prevCC=cc=getCC(
getNorm16
(c));
in decomposeAndAppend()
1086
cc=getCC(
getNorm16
(c));
in decomposeAndAppend()
1383
int n16 =
getNorm16
(
in composeQuickCheck()
[all...]
H
A
D
Norm2AllModes.java
147
return impl.getCC(impl.
getNorm16
(c));
in getCombiningClass()
185
return impl.isDecompYes(impl.
getNorm16
(c)) ? 1 : 0;
in getQuickCheck()
235
return impl.getCompQuickCheck(impl.
getNorm16
(c));
in getQuickCheck()
271
return impl.isDecompYes(impl.
getNorm16
(c)) ? 1 : 0;
in getQuickCheck()
H
A
D
UCharacterProperty.java
409
return impl.isCompNo(impl.
getNorm16
(c));
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H
A
D
Normalizer2Impl.java
213
leadCC = getCCFromYesOrMaybe(impl.
getNorm16
(c));
in append()
215
leadCC = impl.getCC(impl.
getNorm16
(c));
in append()
700
public int
getNorm16
(int c) {
in getNorm16()
method in Normalizer2Impl
735
return getCCFromYesOrMaybe(
getNorm16
(c));
in getCCFromYesOrMaybeCP()
761
int norm16=
getNorm16
(c);
in getFCD16FromNormData()
800
if(c<minDecompNoCP || isMaybeOrNonZeroCC(norm16=
getNorm16
(c))) {
in getDecomposition()
836
if(c<minDecompNoCP || isDecompYes(norm16=
getNorm16
(c))) {
in getRawDecomposition()
1087
firstCC=prevCC=cc=getCC(
getNorm16
(c));
in decomposeAndAppend()
1095
cc=getCC(
getNorm16
(c));
in decomposeAndAppend()
1392
int n16 =
getNorm16
(
in composeQuickCheck()
[all...]
H
A
D
Norm2AllModes.java
157
return impl.getCC(impl.
getNorm16
(c));
in getCombiningClass()
198
return impl.isDecompYes(impl.
getNorm16
(c)) ? 1 : 0;
in getQuickCheck()
251
return impl.getCompQuickCheck(impl.
getNorm16
(c));
in getQuickCheck()
290
return impl.isDecompYes(impl.
getNorm16
(c)) ? 1 : 0;
in getQuickCheck()
H
A
D
UCharacterProperty.java
397
return impl.isCompNo(impl.
getNorm16
(c));
/third_party/icu/icu4c/source/common/
H
A
D
normalizer2impl.h
264
uint16_t
getNorm16
(UChar32 c) const {
in getNorm16()
function in Normalizer2Impl
301
return getCCFromYesOrMaybe(
getNorm16
(c));
in getCCFromYesOrMaybeCP()
532
UBool isDecompInert(UChar32 c) const { return isDecompYesAndZeroCC(
getNorm16
(c)); }
in isDecompInert()
535
return c<minCompNoMaybeCP || norm16HasCompBoundaryBefore(
getNorm16
(c));
in hasCompBoundaryBefore()
538
return norm16HasCompBoundaryAfter(
getNorm16
(c), onlyContiguous);
in hasCompBoundaryAfter()
541
uint16_t norm16=
getNorm16
(c);
in isCompInert()
H
A
D
norm2allmodes.h
146
return impl.getCC(impl.
getNorm16
(c));
237
return impl.isDecompYes(impl.
getNorm16
(c)) ? UNORM_YES : UNORM_NO;
331
return impl.getCompQuickCheck(impl.
getNorm16
(c));
H
A
D
normalizer2impl.cpp
289
leadCC = impl.getCC(impl.
getNorm16
(c));
949
if(c<minDecompNoCP || isMaybeOrNonZeroCC(norm16=
getNorm16
(c))) {
983
if(c<minDecompNoCP || isDecompYes(norm16=
getNorm16
(c))) {
1062
norm16HasDecompBoundaryBefore(
getNorm16
(c));
1086
return norm16HasDecompBoundaryAfter(
getNorm16
(c));
1386
uint16_t norm16=
getNorm16
(a); // maps an out-of-range 'a' to inert norm16
2234
uint16_t norm16=
getNorm16
(c);
H
A
D
uprops.cpp
198
return U_SUCCESS(errorCode) && impl->isCompNo(impl->
getNorm16
(c));
in hasFullCompositionExclusion()
807
if(nfkcImpl->getCompQuickCheck(nfkcImpl->
getNorm16
(c))!=UNORM_NO) {
in u_getFC_NFKC_Closure()
/third_party/node/deps/icu-small/source/common/
H
A
D
normalizer2impl.h
264
uint16_t
getNorm16
(UChar32 c) const {
in getNorm16()
function in Normalizer2Impl
301
return getCCFromYesOrMaybe(
getNorm16
(c));
in getCCFromYesOrMaybeCP()
532
UBool isDecompInert(UChar32 c) const { return isDecompYesAndZeroCC(
getNorm16
(c)); }
in isDecompInert()
535
return c<minCompNoMaybeCP || norm16HasCompBoundaryBefore(
getNorm16
(c));
in hasCompBoundaryBefore()
538
return norm16HasCompBoundaryAfter(
getNorm16
(c), onlyContiguous);
in hasCompBoundaryAfter()
541
uint16_t norm16=
getNorm16
(c);
in isCompInert()
H
A
D
norm2allmodes.h
146
return impl.getCC(impl.
getNorm16
(c));
237
return impl.isDecompYes(impl.
getNorm16
(c)) ? UNORM_YES : UNORM_NO;
331
return impl.getCompQuickCheck(impl.
getNorm16
(c));
H
A
D
normalizer2impl.cpp
289
leadCC = impl.getCC(impl.
getNorm16
(c));
949
if(c<minDecompNoCP || isMaybeOrNonZeroCC(norm16=
getNorm16
(c))) {
983
if(c<minDecompNoCP || isDecompYes(norm16=
getNorm16
(c))) {
1062
norm16HasDecompBoundaryBefore(
getNorm16
(c));
1086
return norm16HasDecompBoundaryAfter(
getNorm16
(c));
1386
uint16_t norm16=
getNorm16
(a); // maps an out-of-range 'a' to inert norm16
2234
uint16_t norm16=
getNorm16
(c);
H
A
D
uprops.cpp
198
return U_SUCCESS(errorCode) && impl->isCompNo(impl->
getNorm16
(c));
in hasFullCompositionExclusion()
883
if(nfkcImpl->getCompQuickCheck(nfkcImpl->
getNorm16
(c))!=UNORM_NO) {
in u_getFC_NFKC_Closure()
/third_party/skia/third_party/externals/icu/source/common/
H
A
D
normalizer2impl.h
264
uint16_t
getNorm16
(UChar32 c) const {
in getNorm16()
function in Normalizer2Impl
301
return getCCFromYesOrMaybe(
getNorm16
(c));
in getCCFromYesOrMaybeCP()
532
UBool isDecompInert(UChar32 c) const { return isDecompYesAndZeroCC(
getNorm16
(c)); }
in isDecompInert()
535
return c<minCompNoMaybeCP || norm16HasCompBoundaryBefore(
getNorm16
(c));
in hasCompBoundaryBefore()
538
return norm16HasCompBoundaryAfter(
getNorm16
(c), onlyContiguous);
in hasCompBoundaryAfter()
541
uint16_t norm16=
getNorm16
(c);
in isCompInert()
H
A
D
norm2allmodes.h
146
return impl.getCC(impl.
getNorm16
(c));
237
return impl.isDecompYes(impl.
getNorm16
(c)) ? UNORM_YES : UNORM_NO;
331
return impl.getCompQuickCheck(impl.
getNorm16
(c));
H
A
D
normalizer2impl.cpp
289
leadCC = impl.getCC(impl.
getNorm16
(c));
949
if(c<minDecompNoCP || isMaybeOrNonZeroCC(norm16=
getNorm16
(c))) {
983
if(c<minDecompNoCP || isDecompYes(norm16=
getNorm16
(c))) {
1062
norm16HasDecompBoundaryBefore(
getNorm16
(c));
1086
return norm16HasDecompBoundaryAfter(
getNorm16
(c));
1386
uint16_t norm16=
getNorm16
(a); // maps an out-of-range 'a' to inert norm16
2234
uint16_t norm16=
getNorm16
(c);
H
A
D
uprops.cpp
196
return U_SUCCESS(errorCode) && impl->isCompNo(impl->
getNorm16
(c));
in hasFullCompositionExclusion()
774
if(nfkcImpl->getCompQuickCheck(nfkcImpl->
getNorm16
(c))!=UNORM_NO) {
in u_getFC_NFKC_Closure()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H
A
D
Normalizer.java
1456
if(nfkcImpl.getCompQuickCheck(nfkcImpl.
getNorm16
(c))!=0) {
in getFC_NFKC_Closure()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H
A
D
Normalizer.java
1491
if(nfkcImpl.getCompQuickCheck(nfkcImpl.
getNorm16
(c))!=0) {
in getFC_NFKC_Closure()
/third_party/skia/third_party/externals/sfntly/java/lib/
H
A
D
icu4j-4_8_1_1.jar
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/
...
Completed in 49 milliseconds