Home
last modified time | relevance | path

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

/GUIX-v6.4.1/test/guix_studio_test/test_view/
Dtest_utils.py183 def compare_file(pathname_1, pathname_2, encoding = "", compare_start_string = "", skip_line = ""): argument
196 if encoding != "":
197 file_1 = open(pathname_1,'r', encoding=encoding)
198 file_2 = open(pathname_2, 'r', encoding=encoding)
341 with open('c:\\temp\\guix_param0.txt', 'w', encoding="utf-8") as fparam:
354 with open('c:\\temp\\guix_param1.txt', 'w', encoding="utf-8") as fparam:
1152 …ntrol_id = %d, val = %s" %(id_str, control_id, prop_string.encode(sys.stdout.encoding, 'replace')))
1159 …ntrol_id = %d, val = %s" %(id_str, control_id, prop_string.encode(sys.stdout.encoding, 'replace')))
2398 logging.info('edit top string: %s', string.encode(sys.stdout.encoding, 'replace'))
2403 logging.info('edit bottom string: %s', string.encode(sys.stdout.encoding, 'replace'))
/GUIX-v6.4.1/guix_studio/libs/freetype/include/freetype/internal/
Dt1types.h104 T1_EncodingRec encoding; member
Dftobjs.h162 #define FT_CMAP_ENCODING( x ) FT_CMAP( x )->charmap.encoding
/GUIX-v6.4.1/guix_studio/libs/freetype/include/freetype/
Dfreetype.h864 FT_Encoding encoding; member
3958 FT_Encoding encoding );
/GUIX-v6.4.1/test/example_internal/bidi_text_draw_32bpp/
Dreadme_guix_generic.txt684 modified gx_multi_line_text_view_display_info_get.c to support UTF8 encoding
711 modified gx_system_string_viewable_length_get to handle UTF8 encoding
/GUIX-v6.4.1/test/example_internal/ml_text_view_32bpp/
Dreadme_guix_generic.txt684 modified gx_multi_line_text_view_display_info_get.c to support UTF8 encoding
711 modified gx_system_string_viewable_length_get to handle UTF8 encoding
/GUIX-v6.4.1/docs/
Drevision_history.txt1339 modified gx_multi_line_text_view_display_info_get.c to support UTF8 encoding
1368 modified gx_system_string_viewable_length_get to handle UTF8 encoding