Searched refs:utf8_lower (Results 1 – 1 of 1) sorted by relevance
1744 char *utf8_lower; in psl_str_to_utf8lower() local1751 utf8_lower = alloca(str_length * 6 + 1); in psl_str_to_utf8lower()1755 utf8_lower = malloc(str_length * 6 + 1); in psl_str_to_utf8lower()1757 if (!utf16_dst || !utf16_lower || !utf8_lower) { in psl_str_to_utf8lower()1771 u_strToUTF8(utf8_lower, str_length * 6 + 1, NULL, utf16_lower, utf16_lower_length, &status); in psl_str_to_utf8lower()1775 char *tmp = strdup(utf8_lower); in psl_str_to_utf8lower()1802 free(utf8_lower); in psl_str_to_utf8lower()