OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HB_IsLowSurrogate
(Results
1 - 7
of
7
) sorted by null
/external/harfbuzz/src/
harfbuzz-impl.h
75
#define
HB_IsLowSurrogate
(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])) {
449
&&
HB_IsLowSurrogate
(uc[i + 1])) {
[
all
...]
/external/harfbuzz_ng/src/hb-old/
harfbuzz-impl.h
79
#define
HB_IsLowSurrogate
(ucs) \
harfbuzz-shaper.cpp
245
&&
HB_IsLowSurrogate
(uc[i + 1])) {
[
all
...]
/external/harfbuzz/contrib/
harfbuzz-unicode.c
23
if (!
HB_IsLowSurrogate
(v2)) {
31
if (
HB_IsLowSurrogate
(v)) {
42
if (
HB_IsLowSurrogate
(v)) {
/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
...]
/external/harfbuzz/tests/shaping/
main.cpp
56
&&
HB_IsLowSurrogate
(string[i + 1])) {
Completed in 463 milliseconds