Home
last modified time | relevance | path

Searched refs:code_point (Results 1 – 3 of 3) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_utility_bidi_arabic_shaping.c53 ULONG code_point; member
69 ULONG code_point; member
260 static UINT _gx_utility_bidi_arabic_joining_type_get(ULONG code_point) in _gx_utility_bidi_arabic_joining_type_get() argument
264 if (code_point >= 0x0600 && code_point <= 0x06FF) in _gx_utility_bidi_arabic_joining_type_get()
269 if ((code_point >= shaping -> range_start) && in _gx_utility_bidi_arabic_joining_type_get()
270 (code_point <= shaping -> range_end)) in _gx_utility_bidi_arabic_joining_type_get()
319 static ULONG _gx_utility_bidi_arabic_form_get(ULONG code_point, UINT form_type) in _gx_utility_bidi_arabic_form_get() argument
323 if ((code_point) >= 0x0621 && (code_point <= 0x064A)) in _gx_utility_bidi_arabic_form_get()
327 else if (code_point >= 0x0671 && code_point <= 0x06D3) in _gx_utility_bidi_arabic_form_get()
334 while (entry -> code_point) in _gx_utility_bidi_arabic_form_get()
[all …]
Dgx_utility_thai_glyph_shaping.c87 GX_CHAR_CODE code_point; in _gx_utility_thai_utf8_to_unicode() local
96 ret = _gx_utility_utf8_string_character_get(&string_copy, &code_point, GX_NULL); in _gx_utility_thai_utf8_to_unicode()
97 if ((ret != GX_SUCCESS) || (code_point == 0)) in _gx_utility_thai_utf8_to_unicode()
104 if ((!is_thai_string) && (code_point >= 0xe00) && (code_point <= 0xe7f)) in _gx_utility_thai_utf8_to_unicode()
109 if (code_point == 0xe33) in _gx_utility_thai_utf8_to_unicode()
133 _gx_utility_utf8_string_character_get(&string_copy, &code_point, GX_NULL); in _gx_utility_thai_utf8_to_unicode()
135 if (code_point == 0xe33) in _gx_utility_thai_utf8_to_unicode()
142 code_list[code_count++] = code_point; in _gx_utility_thai_utf8_to_unicode()
/GUIX-v6.2.1/guix_studio/
Dcanonical_normalize.cpp3148 static UINT gx_studio_nfc_quick_check(ULONG code_point, GX_UBYTE *return_type) in gx_studio_nfc_quick_check() argument
3154 if (code_point >= entry->gx_unicode_range_start && in gx_studio_nfc_quick_check()
3155 code_point <= entry->gx_unicode_range_end) in gx_studio_nfc_quick_check()
3168 if (code_point >= entry->gx_unicode_range_start && in gx_studio_nfc_quick_check()
3169 code_point <= entry->gx_unicode_range_end) in gx_studio_nfc_quick_check()
3186 static UINT gx_studio_canonical_decompress_map_get(ULONG code_point, ULONG *maps) in gx_studio_canonical_decompress_map_get() argument
3195 if (code_point == entry->gx_canonical_decompose_map_code) in gx_studio_canonical_decompress_map_get()
3201 else if (code_point < entry->gx_canonical_decompose_map_code) in gx_studio_canonical_decompress_map_get()
3238 static UINT gx_studio_canonical_combining_class_get(ULONG code_point, GX_UBYTE *class_value) in gx_studio_canonical_combining_class_get() argument
3246 if (code_point == entry->gx_canonical_combining_class_code) in gx_studio_canonical_combining_class_get()
[all …]