Searched refs:normalized_string (Results 1 – 2 of 2) sorted by relevance
139 GX_UBYTE *normalized_string; in normalization_test() local172 normalized_string = GX_NULL; in normalization_test()174 …status = _gx_utility_canonical_normalize(utf8_source, utf8_source_count, &normalized_string, &norm… in normalization_test()185 if ((status != GX_SUCCESS || result_compare(normalized_string))) in normalization_test()191 if (normalized_string) in normalization_test()193 memory_free(normalized_string); in normalization_test()
3577 …x_studio_unicode_string_to_utf8_string(GX_CANONICAL_CONTEXT *context, GX_STRING *normalized_string) in gx_studio_unicode_string_to_utf8_string() argument3603 if (normalized_string) 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()3606 normalized_string->gx_string_length = string_size; in gx_studio_unicode_string_to_utf8_string()3616 UINT gx_studio_canonical_normalize(GX_CONST GX_STRING *string, GX_STRING *normalized_string) in gx_studio_canonical_normalize() argument3653 status = gx_studio_unicode_string_to_utf8_string(&context, normalized_string); in gx_studio_canonical_normalize()