HomeSort by relevance Sort by last modified time
    Searched refs:EChar (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
IIO.c 254 @param[in] EChar The character to echo.
265 wchar_t EChar,
282 if((EChar >= TtyFunKeyMin) && (EChar < TtyFunKeyMax)) {
285 NumProc = IIO_EchoOne(filp, EChar, FALSE); // Don't echo this character
286 EChar = CHAR_LINEFEED; // Every line must end with '\n' (legacy)
289 NumProc = IIO_EchoOne(filp, EChar, EchoIsOK);
296 if((EChar == IIO_ECHO_KILL) && (LFlags & ECHOE) && EchoIsOK) {
321 if(EChar == IIO_ECHO_KILL) {
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
multibyte_Utf8.c 306 wchar_t EChar;
310 EChar = *Src++; // Get the initial character and point to next
311 while(((NumBytes = OneWcToMcLen(EChar)) > 0) &&
316 EChar = *Src++; // Get the next source character and point to the next.
346 char EChar;
349 EChar = *Src++;
350 while(EChar != 0) {
351 if(EChar < 0x80) {
354 else if(EChar < 0xE0) {
358 else if(EChar < 0xF0) {
    [all...]
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/Device/
IIO.h 34 typedef ssize_t (EFIAPI *cIIO_Echo) (struct __filedes *filp, wchar_t EChar, BOOLEAN EchoIsOK);

Completed in 547 milliseconds