OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hb_punctuation_other
(Results
1 - 6
of
6
) sorted by null
/external/harfbuzz/contrib/tables/
category-properties.h
18
{0x21, 0x23,
HB_Punctuation_Other
},
20
{0x25, 0x27,
HB_Punctuation_Other
},
23
{0x2a, 0x2a,
HB_Punctuation_Other
},
25
{0x2c, 0x2c,
HB_Punctuation_Other
},
27
{0x2e, 0x2f,
HB_Punctuation_Other
},
29
{0x3a, 0x3b,
HB_Punctuation_Other
},
31
{0x3f, 0x40,
HB_Punctuation_Other
},
34
{0x5c, 0x5c,
HB_Punctuation_Other
},
46
{0xa1, 0xa1,
HB_Punctuation_Other
},
63
{0xb7, 0xb7,
HB_Punctuation_Other
},
[
all
...]
category-parse.py
37
'Po': '
HB_Punctuation_Other
',
/external/harfbuzz/contrib/
harfbuzz-unicode-glib.c
51
return
HB_Punctuation_Other
;
harfbuzz-unicode-icu.c
84
return
HB_Punctuation_Other
;
/external/harfbuzz/src/
harfbuzz-external.h
87
HB_Punctuation_Other
, /* Po */
/external/harfbuzz_ng/src/hb-old/
harfbuzz-external.h
72
HB_Punctuation_Other
= HB_UNICODE_GENERAL_CATEGORY_OTHER_PUNCTUATION, /* Po */
Completed in 137 milliseconds