Lines Matching refs:Item
38 * Remove the above item if below is un-commented.
85 * Remove the above item if below is un-commented.
117 * Remove the above item if below is un-commented.
140 * Remove the above item if below is un-commented.
162 * Remove the above item if below is un-commented.
216 CONST UNICODE_WIDTH_ENTRY *Item;
218 Item = NULL;
223 Item = &(mUnicodeWidthTable[Index]);
225 if (UnicodeChar <= Item->WChar) {
232 if (UnicodeChar > Item->WChar) {
245 return Item->Width;