Home
last modified time | relevance | path

Searched refs:charset (Results 1 – 8 of 8) sorted by relevance

/picolibc-latest/newlib/libc/locale/
Dlocale.c467 char charset[ENCODING_LEN + 1] = {}; in __loadlocale() local
492 strcpy (charset, "ASCII"); in __loadlocale()
504 strcpy (charset, c); in __loadlocale()
505 if ((chp = strchr (charset, '@'))) in __loadlocale()
508 c += strlen (charset); in __loadlocale()
538 strcpy (charset, c); in __loadlocale()
539 if ((chp = strchr (charset, '@'))) in __loadlocale()
542 c += strlen (charset); in __loadlocale()
546 strcpy (charset, "ISO-8859-1"); in __loadlocale()
565 switch (charset[0]) in __loadlocale()
[all …]
/picolibc-latest/newlib/libc/machine/i960/
Dstrcspn.S76 addo 1,g1,g2 # g2 will be the charset ptr
77 ldob (g1),g6 # fetch first character of charset
80 cmpo g6,g7 # is charset char same as string char?
81 ldob (g2),g5 # fetch next charset char
82 addo 1,g2,g2 # bump charset ptr
84 cmpo g6,0 # is charset exhausted?
86 bne.t Lscan_set # check next character of charset
/picolibc-latest/newlib/libc/ctype/
Dctype_.c105 __set_ctype (struct __locale_t *loc, const char *charset) in __set_ctype() argument
112 switch (*charset) in __set_ctype()
116 idx = __iso_8859_index (charset + 9); in __set_ctype()
129 idx = __cp_index (charset + 2); in __set_ctype()
Dctype_.h7 __set_ctype (struct __locale_t *loc, const char *charset);
/picolibc-latest/
D.editorconfig3 charset = utf-8
/picolibc-latest/newlib/
DNEWS215 * major locale charset overhaul including added charsets
DChangeLog-20153793 with default UTF-8 charset.
4554 modifier on "C.<charset>" locales too.
4969 * libc/locale/locale.c (loadlocale): Optimize "EUC" charset check.
5288 * libc/locale/locale.c (loadlocale): Make TIS-620 charset name
5420 (loadlocale): Disable setting charset of the "C" locale to "UTF-8" on
5435 the current charset through.
5755 charset on Cygwin.
5799 (loadlocale): Set charset of the "C" locale to "UTF-8" on Cygwin.
5873 * libc/locale/locale.c (loadlocale): Throughout check charset string
5874 case insensitive and store internal charset string uppercased. Allow
[all …]
/picolibc-latest/newlib/libc/iconv/
Diconv.tex31 @findex charset