Searched refs:locale_type (Results 1 – 1 of 1) sorted by relevance
808 LocaleType locale_type) in real_toupper() argument824 if (locale_type == LOCALE_LITHUANIAN) in real_toupper()857 if (locale_type == LOCALE_TURKIC && c == 'i') in real_toupper()939 LocaleType locale_type; in g_utf8_strup() local944 locale_type = get_locale_type (); in g_utf8_strup()949 result_len = real_toupper (str, len, NULL, locale_type); in g_utf8_strup()951 real_toupper (str, len, result, locale_type); in g_utf8_strup()983 LocaleType locale_type) in real_tolower() argument998 if (locale_type == LOCALE_TURKIC && c == 'I') in real_tolower()1014 else if (locale_type == LOCALE_LITHUANIAN && in real_tolower()[all …]