Home
last modified time | relevance | path

Searched refs:jis (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/modules/skottie/src/animator/
DShapeKeyframeAnimator.cpp70 const skjson::ArrayValue* jis = (*jshape)["i"]; // in-tangent points in parse_encoding_data() local
104 !parse_optional_point(jis, i, dst + kInX_Index, dst + kInY_Index) || in parse_encoding_data()
/third_party/node/test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/
Dsjis_chars-shift-jis.html.headers1 Content-Type: text/html; charset=shift-jis
Dsjis-encode-form-shift-jis.html.headers1 Content-Type: text/html; charset=shift-jis
/third_party/python/Modules/cjkcodecs/
DREADME70 5) shift-jis codec
72 The shift-jis codec is mapping 0x20-0x7e area to U+20-U+7E directly
/third_party/python/Tools/unicode/
Dgenmap_japanese.py242 for body, modifier, jis in jisx0213pairencmap:
243 filler.write('{', '0x%04x%04x,' % (body, modifier), '0x%04x' % jis, '},')
/third_party/boost/libs/filesystem/doc/
DPOSIX_filename_encoding.txt55 Interesting idea. Use iconv to create shift-jis or other mbcs test cases.
/third_party/skia/third_party/externals/icu/source/data/mappings/
Dconvrtrs.txt404 shift-jis
/third_party/flutter/skia/third_party/externals/icu/source/data/mappings/
Dconvrtrs.txt404 shift-jis
/third_party/python/Doc/whatsnew/
D2.4.rst1015 * Japanese: cp932, euc-jis-2004, euc-jp, euc-jisx0213, iso-2022-jp,
1017 shift-jis, shift-jisx0213, shift-jis-2004
/third_party/gstreamer/gstplugins_base/po/
Dlt.po805 #~ msgstr "Šiam srautui groti reikalingas %s įskiepis, bet jis nėra įdiegtas."
/third_party/gstreamer/gstplugins_good/po/
Dlt.po83 msgstr "Nėra įvesties garso arba jis netinkamas, AVI srautas bus sugadintas."
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/
Dlt.txt1846 "rugsėjis",
/third_party/skia/third_party/externals/icu/source/data/locales/
Dlt.txt1894 "rugsėjis",
/third_party/icu/icu4c/source/data/locales/
Dlt.txt1894 "rugsėjis",
/third_party/glib/po/
Dlt.po2355 "jis nebus perrašytas, nebent nurodysite --force."
2483 "Neįtraukti ištekliaus duomenų C faile; laikyti, kad jis susiejamas išoriškai"
4572 msgstr "rugsėjis"
5202 "„%s“ negali būti rašomas po „<“ simbolio; jis nepradeda jokio elemento vardo"
Dlv.po1533 msgstr "Tips %s nav realizējis GIcon saskarni"
/third_party/python/Doc/library/
Dcodecs.rst1116 | euc_jp | eucjp, ujis, u-jis | Japanese |
/third_party/node/doc/api/
Dutil.md1178 | `'shift_jis'` | `'csshiftjis'`, `'ms932'`, `'ms_kanji'`, `'shift-jis'`, `'sjis'`, `'windows-…
/third_party/json/
DChangeLog.md2176 - dump\(\) convert strings encoded by utf-8 to shift-jis on windows 10. [\#147](https://github.co…
/third_party/flutter/flutter/packages/flutter_localizations/lib/src/l10n/
Dgenerated_date_localizations.dart9165 r'''rugsėjis''',
/third_party/python/Misc/
DHISTORY9967 encoding was not done if euc-jp or shift-jis was specified as the charset.
18041 - Fixed a potentially invalid memory access of CJKCodecs' shift-jis decoder.