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:isInert
(Results
1 - 25
of
44
) sorted by relevance
1
2
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H
A
D
Norm2AllModes.java
77
public boolean
isInert
(int c) { return true; }
in isInert()
method in Norm2AllModes.NoopNormalizer2
192
public boolean
isInert
(int c) { return impl.isDecompInert(c); }
in isInert()
method in Norm2AllModes.DecomposeNormalizer2
244
public boolean
isInert
(int c) {
in isInert()
method in Norm2AllModes.ComposeNormalizer2
278
public boolean
isInert
(int c) { return impl.isFCDInert(c); }
in isInert()
method in Norm2AllModes.FCDNormalizer2
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H
A
D
Norm2AllModes.java
84
public boolean
isInert
(int c) { return true; }
in isInert()
method in Norm2AllModes.NoopNormalizer2
205
public boolean
isInert
(int c) { return impl.isDecompInert(c); }
in isInert()
method in Norm2AllModes.DecomposeNormalizer2
260
public boolean
isInert
(int c) {
in isInert()
method in Norm2AllModes.ComposeNormalizer2
297
public boolean
isInert
(int c) { return impl.isFCDInert(c); }
in isInert()
method in Norm2AllModes.FCDNormalizer2
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H
A
D
FilteredNormalizer2.java
217
public boolean
isInert
(int c) {
in isInert()
method in FilteredNormalizer2
218
return !set.contains(c) || norm2.
isInert
(c);
in isInert()
H
A
D
Normalizer2.java
45
* The hasBoundaryBefore(), hasBoundaryAfter() and
isInert
() functions test whether
438
public abstract boolean
isInert
(int c);
in isInert()
method in Normalizer2
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H
A
D
FilteredNormalizer2.java
203
public boolean
isInert
(int c) {
in isInert()
method in FilteredNormalizer2
204
return !set.contains(c) || norm2.
isInert
(c);
in isInert()
H
A
D
SourceTargetUtility.java
85
if (!normalizer.
isInert
(i)) {
in SourceTargetUtility()
H
A
D
Normalizer2.java
46
* The hasBoundaryBefore(), hasBoundaryAfter() and
isInert
() functions test whether
412
public abstract boolean
isInert
(int c);
in isInert()
method in Normalizer2
/third_party/icu/icu4c/source/common/unicode/
H
A
D
normalizer2.h
68
* The hasBoundaryBefore(), hasBoundaryAfter() and
isInert
() functions test whether
485
virtual UBool
isInert
(UChar32 c) const = 0;
741
virtual UBool
isInert
(UChar32 c) const U_OVERRIDE;
/third_party/node/deps/icu-small/source/common/unicode/
H
A
D
normalizer2.h
68
* The hasBoundaryBefore(), hasBoundaryAfter() and
isInert
() functions test whether
507
virtual UBool
isInert
(UChar32 c) const = 0;
763
virtual UBool
isInert
(UChar32 c) const override;
/third_party/skia/third_party/externals/icu/source/common/unicode/
H
A
D
normalizer2.h
68
* The hasBoundaryBefore(), hasBoundaryAfter() and
isInert
() functions test whether
485
virtual UBool
isInert
(UChar32 c) const = 0;
741
virtual UBool
isInert
(UChar32 c) const U_OVERRIDE;
/third_party/icu/icu4c/source/common/
H
A
D
norm2allmodes.h
245
virtual UBool
isInert
(UChar32 c) const U_OVERRIDE {
339
virtual UBool
isInert
(UChar32 c) const U_OVERRIDE {
375
virtual UBool
isInert
(UChar32 c) const U_OVERRIDE {
H
A
D
filterednormalizer2.cpp
336
FilteredNormalizer2::
isInert
(UChar32 c) const {
in isInert()
function in FilteredNormalizer2
337
return !set.contains(c) || norm2.
isInert
(c);
in isInert()
H
A
D
normalizer2.cpp
166
virtual UBool
isInert
(UChar32) const U_OVERRIDE { return true; }
545
return ((const Normalizer2 *)norm2)->
isInert
(c);
H
A
D
normalizer2impl.h
544
(!onlyContiguous ||
isInert
(norm16) || *getMapping(norm16) <= 0x1ff);
in isCompInert()
556
static UBool
isInert
(uint16_t norm16) { return norm16==INERT; }
in isInert()
function in Normalizer2Impl
694
return
isInert
(norm16) || (isDecompNoAlgorithmic(norm16) ?
in isTrailCC01ForCompBoundaryAfter()
/third_party/node/deps/icu-small/source/common/
H
A
D
norm2allmodes.h
245
virtual UBool
isInert
(UChar32 c) const override {
339
virtual UBool
isInert
(UChar32 c) const override {
375
virtual UBool
isInert
(UChar32 c) const override {
H
A
D
filterednormalizer2.cpp
336
FilteredNormalizer2::
isInert
(UChar32 c) const {
in isInert()
function in FilteredNormalizer2
337
return !set.contains(c) || norm2.
isInert
(c);
in isInert()
H
A
D
normalizer2.cpp
166
virtual UBool
isInert
(UChar32) const override { return true; }
545
return ((const Normalizer2 *)norm2)->
isInert
(c);
H
A
D
normalizer2impl.h
544
(!onlyContiguous ||
isInert
(norm16) || *getMapping(norm16) <= 0x1ff);
in isCompInert()
556
static UBool
isInert
(uint16_t norm16) { return norm16==INERT; }
in isInert()
function in Normalizer2Impl
694
return
isInert
(norm16) || (isDecompNoAlgorithmic(norm16) ?
in isTrailCC01ForCompBoundaryAfter()
/third_party/skia/third_party/externals/icu/source/common/
H
A
D
norm2allmodes.h
245
virtual UBool
isInert
(UChar32 c) const U_OVERRIDE {
339
virtual UBool
isInert
(UChar32 c) const U_OVERRIDE {
375
virtual UBool
isInert
(UChar32 c) const U_OVERRIDE {
H
A
D
filterednormalizer2.cpp
336
FilteredNormalizer2::
isInert
(UChar32 c) const {
in isInert()
function in FilteredNormalizer2
337
return !set.contains(c) || norm2.
isInert
(c);
in isInert()
H
A
D
normalizer2.cpp
166
virtual UBool
isInert
(UChar32) const U_OVERRIDE { return TRUE; }
545
return ((const Normalizer2 *)norm2)->
isInert
(c);
H
A
D
normalizer2impl.h
544
(!onlyContiguous ||
isInert
(norm16) || *getMapping(norm16) <= 0x1ff);
in isCompInert()
556
static UBool
isInert
(uint16_t norm16) { return norm16==INERT; }
in isInert()
function in Normalizer2Impl
694
return
isInert
(norm16) || (isDecompNoAlgorithmic(norm16) ?
in isTrailCC01ForCompBoundaryAfter()
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H
A
D
SourceTargetUtility.java
84
if (!normalizer.
isInert
(i)) {
in SourceTargetUtility()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H
A
D
TransliteratorDisorderedMarksTest.java
48
// if (nfkd.
isInert
(i)) {
in disorderedMarksAddAll()
143
// if (!nfc.
isInert
(i)) {
in disorderedMarksAddAll()
163
logln("
isInert
\u0104 " + nfc.
isInert
('\u0104'));
in disorderedMarksAddAll()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H
A
D
TransliteratorDisorderedMarksTest.java
45
// if (nfkd.
isInert
(i)) {
in disorderedMarksAddAll()
140
// if (!nfc.
isInert
(i)) {
in disorderedMarksAddAll()
160
logln("
isInert
\u0104 " + nfc.
isInert
('\u0104'));
in disorderedMarksAddAll()
Completed in 42 milliseconds
1
2