Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dgettext.py149 codeset = locale[pos:]
153 codeset = ''
167 if i & COMPONENT_CODESET: val += codeset
465 class_=None, fallback=False, codeset=None): argument
486 if codeset:
487 t.set_output_charset(codeset)
495 def install(domain, localedir=None, unicode=False, codeset=None, names=None): argument
496 t = translation(domain, localedir, fallback=True, codeset=codeset)
523 def bind_textdomain_codeset(domain, codeset=None): argument
525 if codeset is not None:
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dgettext.py147 codeset = locale[pos:]
151 codeset = ''
165 if i & COMPONENT_CODESET: val += codeset
462 class_=None, fallback=False, codeset=None): argument
483 if codeset:
484 t.set_output_charset(codeset)
492 def install(domain, localedir=None, unicode=False, codeset=None, names=None): argument
493 t = translation(domain, localedir, fallback=True, codeset=codeset)
520 def bind_textdomain_codeset(domain, codeset=None): argument
522 if codeset is not None:
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_localemodule.c643 char *domain,*codeset; in PyIntl_bind_textdomain_codeset() local
644 if (!PyArg_ParseTuple(args, "sz", &domain, &codeset)) in PyIntl_bind_textdomain_codeset()
646 codeset = bind_textdomain_codeset(domain, codeset); in PyIntl_bind_textdomain_codeset()
647 if (codeset) in PyIntl_bind_textdomain_codeset()
648 return PyString_FromString(codeset); in PyIntl_bind_textdomain_codeset()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_localemodule.c643 char *domain,*codeset; in PyIntl_bind_textdomain_codeset() local
644 if (!PyArg_ParseTuple(args, "sz", &domain, &codeset)) in PyIntl_bind_textdomain_codeset()
646 codeset = bind_textdomain_codeset(domain, codeset); in PyIntl_bind_textdomain_codeset()
647 if (codeset) in PyIntl_bind_textdomain_codeset()
648 return PyString_FromString(codeset); in PyIntl_bind_textdomain_codeset()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c143 char *codeset = NULL; in Py_InitializeEx() local
261 p = icodeset = codeset = strdup(p); in Py_InitializeEx()
302 codeset = icodeset = loc_codeset; in Py_InitializeEx()
319 codeset = buf; in Py_InitializeEx()
325 if (codeset) { in Py_InitializeEx()
345 if (!PyFile_SetEncodingAndErrors(sys_stream, codeset, errors)) in Py_InitializeEx()
357 if (!PyFile_SetEncodingAndErrors(sys_stream, codeset, errors)) in Py_InitializeEx()
363 free(codeset); in Py_InitializeEx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c149 char *codeset = NULL; in Py_InitializeEx() local
273 p = icodeset = codeset = strdup(p); in Py_InitializeEx()
314 codeset = icodeset = loc_codeset; in Py_InitializeEx()
331 codeset = buf; in Py_InitializeEx()
337 if (codeset) { in Py_InitializeEx()
357 if (!PyFile_SetEncodingAndErrors(sys_stream, codeset, errors)) in Py_InitializeEx()
369 if (!PyFile_SetEncodingAndErrors(sys_stream, codeset, errors)) in Py_InitializeEx()
375 free(codeset); in Py_InitializeEx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
DREADME55 codeset 2. Because JIS X 0212 and JIS X 0213 Plane 2 don't have
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
DREADME55 codeset 2. Because JIS X 0212 and JIS X 0213 Plane 2 don't have