OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HB_IsHighSurrogate
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz/src/
harfbuzz-impl.h
72
#define
HB_IsHighSurrogate
(ucs) \
/external/harfbuzz_ng/src/hb-old/
harfbuzz-impl.h
76
#define
HB_IsHighSurrogate
(ucs) \
/frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp
488
#define
HB_IsHighSurrogate
(ucs) \
504
if (
HB_IsHighSurrogate
(v)) {
538
if (!
HB_IsHighSurrogate
(v2)) {
547
if (
HB_IsHighSurrogate
(v)) {
[
all
...]
Completed in 263 milliseconds