Home | History | Annotate | Download | only in DisplayEngineDxe

Lines Matching refs:NARROW_CHAR

471   // NARROW_CHAR can not be printed in screen, so if a line only contain  the two CHARs: 'NARROW_CHAR + CHAR_CARRIAGE_RETURN' , it is a empty line  in Screen.

474 if ((InputString[*Index] == NARROW_CHAR) && (InputString[*Index + 1] == CHAR_CARRIAGE_RETURN)) {
483 case NARROW_CHAR:
552 *(*OutputString) = NARROW_CHAR;
787 This function handles the Unicode string with NARROW_CHAR
791 space with size of CHAR16 till a NARROW_CHAR is hit.
823 (String[Index] != NARROW_CHAR) && (String[Index] != WIDE_CHAR) && (String[Index] != 0);
838 if (String[Index] == NARROW_CHAR) {
2378 // The OutputString has a NARROW_CHAR or WIDE_CHAR at the begin of the string,