Home
last modified time | relevance | path

Searched refs:isUTF8Locale (Results 1 – 6 of 6) sorted by relevance

/dports/games/gtypist/gtypist-2.9.5/src/
H A Dutf8.c41 extern int isUTF8Locale;
107 if (isUTF8Locale) in convertFromUTF8()
135 if (isUTF8Locale) in wideaddstr()
160 if (!isUTF8Locale) in wideaddch()
186 if (isUTF8Locale) in utf8len()
207 if (isUTF8Locale) in iswideupper()
219 if (isUTF8Locale) in towideupper()
233 if (isUTF8Locale) in get_widech()
H A Dscript.c40 extern int isUTF8Locale;
328 if (isUTF8Locale) in do_exit()
H A Dcursmenu.c40 extern int isUTF8Locale;
H A Dgtypist.c63 int isUTF8Locale; /* does the current locale have a UTF-8 encoding? */ variable
2018 isUTF8Locale = strcasecmp(locale_encoding, "UTF-8") == 0 || in main()
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/UI/
H A DExternal.hs24 , isUTF8Locale
570 isUTF8Locale :: String -> Bool
571 isUTF8Locale codeName = case normalizeEncoding codeName of function
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/UI/Commands/
H A DSend.hs109 , isUTF8Locale
346 unless (isUTF8Locale encoding) $