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
defs:isSurrogate
(Results
1 - 16
of
16
) sorted by relevance
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H
A
D
Utf8Utils.java
147
static boolean
isSurrogate
(int c) {
in isSurrogate()
method in Utf8Utils
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H
A
D
Punycode.java
263
private static boolean
isSurrogate
(int ch){
in isSurrogate()
method in Punycode
H
A
D
Normalizer2Impl.java
383
public static boolean
isSurrogate
(int c) { return (c & 0xfffff800) == 0xd800; }
in isSurrogate()
method in Normalizer2Impl.UTF16Plus
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H
A
D
CharsetICU.java
232
static final boolean
isSurrogate
(int c){
in isSurrogate()
method in CharsetICU
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H
A
D
Punycode.java
263
private static boolean
isSurrogate
(int ch){
in isSurrogate()
method in Punycode
H
A
D
Normalizer2Impl.java
392
public static boolean
isSurrogate
(int c) { return (c & 0xfffff800) == 0xd800; }
in isSurrogate()
method in Normalizer2Impl.UTF16Plus
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H
A
D
UTF16Util.java
264
public static boolean
isSurrogate
(char char16)
in isSurrogate()
method in UTF16Util
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
H
A
D
UTF16Util.java
268
public static boolean
isSurrogate
(char char16)
in isSurrogate()
method in UTF16Util
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H
A
D
CollationIterator.java
644
private static final boolean
isSurrogate
(int c) {
in isSurrogate()
method in CollationIterator
H
A
D
CollationRuleParser.java
471
private static final boolean
isSurrogate
(int c) {
in isSurrogate()
method in CollationRuleParser
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H
A
D
UTF16.java
606
public static boolean
isSurrogate
(int codePoint) {
in isSurrogate()
method in UTF16
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H
A
D
CollationIterator.java
646
private static final boolean
isSurrogate
(int c) {
in isSurrogate()
method in CollationIterator
H
A
D
CollationRuleParser.java
475
private static final boolean
isSurrogate
(int c) {
in isSurrogate()
method in CollationRuleParser
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H
A
D
UTF16.java
576
public static boolean
isSurrogate
(char char16) {
in isSurrogate()
method in UTF16
/third_party/skia/third_party/externals/sfntly/java/lib/
H
A
D
icu4j-charset-4_8_1_1.jar
META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/ibm/ com/ibm/icu/
...
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 27 milliseconds