Searched refs:__encoding (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dsetrunelocale.c142 if (strcmp(rl->__encoding, "NONE") == 0)
144 else if (strcmp(rl->__encoding, "ASCII") == 0)
146 else if (strcmp(rl->__encoding, "UTF-8") == 0)
148 else if (strcmp(rl->__encoding, "EUC") == 0)
150 else if (strcmp(rl->__encoding, "GB18030") == 0)
152 else if (strcmp(rl->__encoding, "GB2312") == 0)
154 else if (strcmp(rl->__encoding, "GBK") == 0)
156 else if (strcmp(rl->__encoding, "BIG5") == 0)
158 else if (strcmp(rl->__encoding, "MSKanji") == 0)
160 else if (strcmp(rl->__encoding, "UTF
[all...]
H A Dcollate.c96 if (cache && strcmp(encoding, cache->__encoding) == 0) {
245 (void)strcpy(TMP->__encoding, encoding);
/macosx-10.10.1/Libc-1044.1.2/include/
H A Drunetype.h79 char __encoding[32]; /* ASCII name of this encoding */ member in struct:__anon2764
/macosx-10.10.1/Libc-1044.1.2/locale/
H A Dxlocale_private.h62 char __encoding[ENCODING_LEN + 1]; member in struct:__xlocale_st_collate
H A Dxlocale.c178 oenc = (loc->__collate_load_error ? C : loc->__lc_collate->__encoding);
403 ret = (loc->__collate_load_error ? C : loc->__lc_collate->__encoding);
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Dencodedstr.rb88 alias __encoding encoding

Completed in 79 milliseconds