OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HB_IsHighSurrogate
(Results
1 - 7
of
7
) sorted by null
/external/harfbuzz/src/
harfbuzz-impl.h
72
#define
HB_IsHighSurrogate
(ucs) \
harfbuzz-shaper.cpp
161
if (
HB_IsHighSurrogate
(uc[i]) && i < len - 1 && HB_IsLowSurrogate(uc[i+1])) {
163
} else if (HB_IsLowSurrogate(uc[i]) &&
HB_IsHighSurrogate
(uc[i-1])) {
448
if (
HB_IsHighSurrogate
(uc[i]) && i < length - 1
[
all
...]
/external/harfbuzz_ng/src/hb-old/
harfbuzz-impl.h
76
#define
HB_IsHighSurrogate
(ucs) \
harfbuzz-shaper.cpp
244
if (
HB_IsHighSurrogate
(uc[i]) && i < length - 1
[
all
...]
/external/harfbuzz/contrib/
harfbuzz-unicode.c
16
if (
HB_IsHighSurrogate
(v)) {
49
if (!
HB_IsHighSurrogate
(v2)) {
57
if (
HB_IsHighSurrogate
(v)) {
/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
...]
/external/harfbuzz/tests/shaping/
main.cpp
54
if (
HB_IsHighSurrogate
(string[i])
Completed in 134 milliseconds