Home | History | Annotate | Download | only in UefiLib

Lines Matching refs:UnicodeChar

198   by UnicodeChar.

200 @param UnicodeChar A Unicode character.
202 @retval 0 The width if UnicodeChar could not be determined.
203 @retval 1 UnicodeChar is a narrow glyph.
204 @retval 2 UnicodeChar is a wide glyph.
210 IN CHAR16 UnicodeChar
225 if (UnicodeChar <= Item->WChar) {
232 if (UnicodeChar > Item->WChar) {
234 } else if (UnicodeChar <= mUnicodeWidthTable[Index - 1].WChar) {
238 // Index - 1 < UnicodeChar <= Index. Found