OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HB_UChar32
(Results
1 - 10
of
10
) sorted by null
/external/harfbuzz/src/
harfbuzz-external.h
138
HB_GraphemeClass HB_GetGraphemeClass(
HB_UChar32
ch);
139
HB_WordClass HB_GetWordClass(
HB_UChar32
ch);
140
HB_SentenceClass HB_GetSentenceClass(
HB_UChar32
ch);
141
HB_LineBreakClass HB_GetLineBreakClass(
HB_UChar32
ch);
143
void HB_GetGraphemeAndLineBreakClass(
HB_UChar32
ch, HB_GraphemeClass *grapheme, HB_LineBreakClass *lineBreak);
144
void HB_GetUnicodeCharProperties(
HB_UChar32
ch, HB_CharCategory *category, int *combiningClass);
145
HB_CharCategory HB_GetUnicodeCharCategory(
HB_UChar32
ch);
146
int HB_GetUnicodeCharCombiningClass(
HB_UChar32
ch);
harfbuzz-global.h
75
typedef hb_uint32
HB_UChar32
;
harfbuzz-impl.h
79
(((
HB_UChar32
)(high))<<10) + (low) - 0x35fdc00;
harfbuzz-shaper.cpp
154
HB_UChar32
code = uc[i];
[
all
...]
/external/harfbuzz/contrib/
harfbuzz-unicode-tables.c
10
HB_GetLineBreakClass(
HB_UChar32
ch) {
30
code_point_to_combining_class(
HB_UChar32
cp) {
42
HB_GetUnicodeCharCombiningClass(
HB_UChar32
ch) {
62
code_point_to_category(
HB_UChar32
cp) {
74
HB_GetUnicodeCharProperties(
HB_UChar32
ch,
82
HB_GetUnicodeCharCategory(
HB_UChar32
ch) {
harfbuzz-unicode-glib.c
6
hb_category_for_char(
HB_UChar32
ch) {
74
HB_GetLineBreakClass(
HB_UChar32
ch) {
154
HB_GetUnicodeCharCombiningClass(
HB_UChar32
ch) {
159
HB_GetUnicodeCharProperties(
HB_UChar32
ch,
167
HB_GetUnicodeCharCategory(
HB_UChar32
ch) {
harfbuzz-unicode-icu.c
39
hb_category_for_char(
HB_UChar32
ch) {
107
HB_GetLineBreakClass(
HB_UChar32
ch) {
187
HB_GetUnicodeCharCombiningClass(
HB_UChar32
ch) {
192
HB_GetUnicodeCharProperties(
HB_UChar32
ch,
200
HB_GetUnicodeCharCategory(
HB_UChar32
ch) {
harfbuzz-unicode.c
225
HB_GetGraphemeClass(
HB_UChar32
ch) {
237
HB_GetWordClass(
HB_UChar32
ch) {
243
HB_GetSentenceClass(
HB_UChar32
ch) {
249
HB_GetGraphemeAndLineBreakClass(
HB_UChar32
ch, HB_GraphemeClass *gclass, HB_LineBreakClass *breakclass) {
/external/harfbuzz/tests/linebreaking/
harfbuzz-qt.cpp
32
HB_LineBreakClass HB_GetLineBreakClass(
HB_UChar32
ch)
41
void HB_GetUnicodeCharProperties(
HB_UChar32
ch, HB_CharCategory *category, int *combiningClass)
47
HB_CharCategory HB_GetUnicodeCharCategory(
HB_UChar32
ch)
52
int HB_GetUnicodeCharCombiningClass(
HB_UChar32
ch)
62
HB_WordClass HB_GetWordClass(
HB_UChar32
ch)
69
HB_SentenceClass HB_GetSentenceClass(
HB_UChar32
ch)
75
void HB_GetGraphemeAndLineBreakClass(
HB_UChar32
ch, HB_GraphemeClass *grapheme, HB_LineBreakClass *lineBreak)
/external/harfbuzz/tests/shaping/
main.cpp
51
static
HB_UChar32
getChar(const HB_UChar16 *string, hb_uint32 length, hb_uint32 &i)
53
HB_UChar32
ch;
Completed in 43 milliseconds