Home
last modified time | relevance | path

Searched refs:GX_CANONICAL_CONTEXT (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.4.1/guix_studio/
Dcanonical_normalize.cpp3313 static UINT gx_studio_canonical_utf8_to_unicode(GX_CANONICAL_CONTEXT *context, GX_CONST GX_STRING *… in gx_studio_canonical_utf8_to_unicode()
3353 static UINT gx_studio_unicode_canonical_decompress(GX_CANONICAL_CONTEXT *context, ULONG *code_list,… in gx_studio_unicode_canonical_decompress()
3394 static UINT gx_studio_utf8_canonical_decompress(GX_CANONICAL_CONTEXT *context, GX_CONST GX_STRING *… in gx_studio_utf8_canonical_decompress()
3432 static UINT gx_studio_canonical_combining_class_sort(GX_CANONICAL_CONTEXT *context, UINT start_inde… in gx_studio_canonical_combining_class_sort()
3464 static UINT gx_studio_canonical_ordering(GX_CANONICAL_CONTEXT *context) in gx_studio_canonical_ordering()
3503 static UINT gx_studio_canonical_equivalent_replace(GX_CANONICAL_CONTEXT *context, UINT C_index, UIN… in gx_studio_canonical_equivalent_replace()
3553 UINT gx_studio_canonical_compose(GX_CANONICAL_CONTEXT *context) in gx_studio_canonical_compose()
3577 static UINT gx_studio_unicode_string_to_utf8_string(GX_CANONICAL_CONTEXT *context, GX_STRING *norma… in gx_studio_unicode_string_to_utf8_string()
3620 GX_CANONICAL_CONTEXT context; in gx_studio_canonical_normalize()
3623 memset(&context, 0, sizeof(GX_CANONICAL_CONTEXT)); in gx_studio_canonical_normalize()
Dcanonical_normalize.h33 } GX_CANONICAL_CONTEXT; typedef