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

/macosx-10.9.5/ruby-104/ruby/lib/rexml/
H A Dencoding.rb35 when /\Ashift-jis\z/i
/macosx-10.9.5/apache-786.1/httpd/docs/conf/extra/
H A Dhttpd-languages.conf.in109 AddCharset ISO-2022-JP .iso2022-jp .jis
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/tests/
H A Dlocale.sh43 # test shift-jis \x81\x40 ... \x81\x7E encodings
47 for locale in $(PATH=/bin:/usr/bin locale -a 2>/dev/null | grep -i jis)
/macosx-10.9.5/CPANInternal-140/DateTime-Locale/lib/DateTime/Locale/
H A Dlt_LT.pm203 Rugs��jis
H A Dlt.pm109 my $month_stand_alone_wide = [ "Sausis", "Vasaris", "Kovas", "Balandis", "Gegu����", "Bir��elis", "Liepa", "Rugpj��tis", "Rugs��jis", "Spalis", "Lapkritis", "Gruodis" ];
351 Rugs��jis
/macosx-10.9.5/hfs-226.1.1/hfs_japanese/hfs_japanese.kmodproj/
H A DJapaneseConverter.c1585 static inline void JIS0208ToShiftJIS(UInt16 jis, UInt8 *sjis) { argument
1586 UInt8 hiByte = (jis >> 8);
1587 UInt8 loByte = (jis & 0x7f);

Completed in 190 milliseconds