OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HB_IsLowSurrogate
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz/src/
harfbuzz-impl.h
75
#define
HB_IsLowSurrogate
(ucs) \
/external/harfbuzz_ng/src/hb-old/
harfbuzz-impl.h
79
#define
HB_IsLowSurrogate
(ucs) \
/frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp
491
#define
HB_IsLowSurrogate
(ucs) \
511
if (!
HB_IsLowSurrogate
(v2)) {
520
if (
HB_IsLowSurrogate
(v)) {
531
if (
HB_IsLowSurrogate
(v)) {
[
all
...]
Completed in 843 milliseconds