Home
last modified time | relevance | path

Searched refs:utf8_str (Results 1 – 7 of 7) sorted by relevance

/GUIX-v6.4.1/common/src/
Dgx_utility_utf8_string_character_get.c72 UINT _gx_utility_utf8_string_character_get(GX_STRING *utf8_str, GX_CHAR_CODE *glyph_value, UINT *g… in _gx_utility_utf8_string_character_get() argument
80 ch = utf8_str -> gx_string_ptr; in _gx_utility_utf8_string_character_get()
81 byte_count = utf8_str -> gx_string_length; in _gx_utility_utf8_string_character_get()
113 utf8_str -> gx_string_ptr = ch + 1; in _gx_utility_utf8_string_character_get()
114 utf8_str -> gx_string_length -= 1; in _gx_utility_utf8_string_character_get()
167 utf8_str -> gx_string_ptr = ch + 1; in _gx_utility_utf8_string_character_get()
168 utf8_str -> gx_string_length -= 1; in _gx_utility_utf8_string_character_get()
195 utf8_str -> gx_string_length -= bytes; in _gx_utility_utf8_string_character_get()
214 utf8_str -> gx_string_ptr = ch; in _gx_utility_utf8_string_character_get()
215 utf8_str -> gx_string_length -= len; in _gx_utility_utf8_string_character_get()
[all …]
Dgx_multi_line_text_input_keydown_process.c89 GX_UBYTE utf8_str[10]; in _gx_multi_line_text_input_keydown_process() local
120 utf8_str[0] = (GX_UBYTE)event_ptr -> gx_event_payload.gx_event_ushortdata[0]; in _gx_multi_line_text_input_keydown_process()
121 string.gx_string_ptr = (GX_CHAR *)utf8_str; in _gx_multi_line_text_input_keydown_process()
127 utf8_str[0] = ' '; in _gx_multi_line_text_input_keydown_process()
128 string.gx_string_ptr = (GX_CHAR *)utf8_str; in _gx_multi_line_text_input_keydown_process()
152 utf8_str[0] = (GX_UBYTE)key_value; in _gx_multi_line_text_input_keydown_process()
153 string.gx_string_ptr = (GX_CHAR *)utf8_str; in _gx_multi_line_text_input_keydown_process()
161 _gx_utility_unicode_to_utf8(key_value, utf8_str, &string.gx_string_length); in _gx_multi_line_text_input_keydown_process()
163 string.gx_string_ptr = (GX_CHAR *)utf8_str; in _gx_multi_line_text_input_keydown_process()
Dgx_single_line_text_input_keydown_process.c93 GX_UBYTE utf8_str[10]; in _gx_single_line_text_input_keydown_process() local
131 utf8_str[0] = ' '; in _gx_single_line_text_input_keydown_process()
133 _gx_single_line_text_input_character_insert(text_input, utf8_str, utf8_size); in _gx_single_line_text_input_keydown_process()
149 utf8_str[0] = (GX_UBYTE)key_value; in _gx_single_line_text_input_keydown_process()
151 _gx_single_line_text_input_character_insert(text_input, utf8_str, utf8_size); in _gx_single_line_text_input_keydown_process()
156 _gx_utility_unicode_to_utf8(key_value, utf8_str, &utf8_size); in _gx_single_line_text_input_keydown_process()
159 _gx_single_line_text_input_character_insert(text_input, utf8_str, utf8_size); in _gx_single_line_text_input_keydown_process()
/GUIX-v6.4.1/test/example_internal/thai_glyph_shaping/
Dnormalization_test.c117 UINT result_compare(GX_CHAR *utf8_str) in result_compare() argument
125 …_gx_utility_utf8_string_character_get((GX_CONST CHAR **)&utf8_str, GX_STRLEN(utf8_str), &unicode, … in result_compare()
/GUIX-v6.4.1/guix_studio/
Dcanonical_normalize.cpp3583 GX_UBYTE *utf8_str; in gx_studio_unicode_string_to_utf8_string() local
3592 utf8_str = new GX_UBYTE[string_size + 1]; in gx_studio_unicode_string_to_utf8_string()
3597 …xt->gx_canonical_context_unit_list[index].gx_canonical_unit_code_point, utf8_str + string_size, &g… in gx_studio_unicode_string_to_utf8_string()
3601 utf8_str[string_size] = '\0'; in gx_studio_unicode_string_to_utf8_string()
3605 normalized_string->gx_string_ptr = (GX_CONST GX_CHAR *)utf8_str; in gx_studio_unicode_string_to_utf8_string()
/GUIX-v6.4.1/test/example_internal/bidi_text_draw_32bpp/
Dbidi_character_test.c125 UINT result_compare(GX_CONST GX_STRING *utf8_str) in result_compare() argument
131 GX_STRING string = *utf8_str; in result_compare()
/GUIX-v6.4.1/common/inc/
Dgx_utility.h338 UINT _gx_utility_utf8_string_character_get(GX_STRING *utf8_str, GX_CHAR_CODE *glyph_value, UINT …
339 UINT _gx_utility_utf8_string_backward_character_length_get(GX_STRING *utf8_str, INT start_index,…