OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HB_CharCategory
(Results
1 - 13
of
13
) sorted by null
/external/harfbuzz_ng/src/hb-old/
harfbuzz-external.h
78
}
HB_CharCategory
;
81
static inline
HB_CharCategory
HB_GetUnicodeCharCategory(HB_UChar32 ch)
83
return (
HB_CharCategory
) hb_unicode_general_category (hb_unicode_funcs_get_default (), ch);
96
static inline void HB_GetUnicodeCharProperties(HB_UChar32 ch,
HB_CharCategory
*category, int *combiningClass)
harfbuzz-hebrew.c
151
HB_CharCategory
category;
harfbuzz-greek.c
406
HB_CharCategory
category;
harfbuzz-shaper.cpp
263
HB_CharCategory
lastCat;
278
HB_CharCategory
cat;
[
all
...]
/external/harfbuzz/tests/linebreaking/
harfbuzz-qt.cpp
41
void HB_GetUnicodeCharProperties(HB_UChar32 ch,
HB_CharCategory
*category, int *combiningClass)
43
*category = (
HB_CharCategory
)QChar::category(ch);
47
HB_CharCategory
HB_GetUnicodeCharCategory(HB_UChar32 ch)
49
return (
HB_CharCategory
)QChar::category(ch);
/external/harfbuzz/contrib/
harfbuzz-unicode-tables.c
61
static
HB_CharCategory
75
HB_CharCategory
*category,
81
HB_CharCategory
harfbuzz-unicode-glib.c
160
HB_CharCategory
*category,
166
HB_CharCategory
harfbuzz-unicode-icu.c
193
HB_CharCategory
*category,
199
HB_CharCategory
/external/harfbuzz/src/
harfbuzz-external.h
93
}
HB_CharCategory
;
144
void HB_GetUnicodeCharProperties(HB_UChar32 ch,
HB_CharCategory
*category, int *combiningClass);
145
HB_CharCategory
HB_GetUnicodeCharCategory(HB_UChar32 ch);
harfbuzz-hebrew.c
151
HB_CharCategory
category;
harfbuzz-greek.c
406
HB_CharCategory
category;
harfbuzz-shaper.cpp
474
HB_CharCategory
lastCat;
489
HB_CharCategory
cat;
[
all
...]
/external/harfbuzz/contrib/tables/
category-properties.h
12
HB_CharCategory
category;
[
all
...]
Completed in 116 milliseconds