Home
last modified time | relevance | path

Searched refs:OneWcToMcLen (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
Dmultibyte_Utf8.c251 OneWcToMcLen(const wchar_t InCh) in OneWcToMcLen() function
311 while(((NumBytes = OneWcToMcLen(EChar)) > 0) && in EstimateWtoM()
922 while ((MaxBytes > 0) && (OneWcToMcLen(InCh = *(*Src)++) <= MaxBytes)) { in wcsrtombs()
1006 else if (OneWcToMcLen((const wchar_t)c) == 1) { in wctob()
/device/linaro/bootloader/edk2/StdLib/Include/
Dstdlib.h920 OneWcToMcLen(const wchar_t InCh);