Searched defs:normalize_encoding (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
H A D__init__.py7 names as defined in the normalize_encoding() function below, e.g.
23 names as defined by normalize_encoding().
49 def normalize_encoding(encoding): function
85 norm_encoding = normalize_encoding(encoding)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
H A D__init__.py7 names as defined in the normalize_encoding() function below, e.g.
23 names as defined by normalize_encoding().
49 def normalize_encoding(encoding): function
85 norm_encoding = normalize_encoding(encoding)

Completed in 263 milliseconds