Home
last modified time | relevance | path

Searched refs:utf8_code_length (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
Dmultibyte_Utf8.c43 UINT8 utf8_code_length[256] = { variable
84 Mask = utf8_code_length[ch]; in ProcessOneByte()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c1863 char utf8_code_length[256] = { variable
1933 n = utf8_code_length[ch]; in PyUnicode_DecodeUTF8Stateful()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c1930 char utf8_code_length[256] = { variable
2000 n = utf8_code_length[ch]; in PyUnicode_DecodeUTF8Stateful()