Searched refs:StrTail (Results 1 – 1 of 1) sorted by relevance
270 CHAR16 *StrTail; in StrToUInteger() local295 StrTail = (CHAR16 *) (Str + Len - 1); in StrToUInteger()296 while (*StrTail == ' ') { in StrToUInteger()297 *StrTail = 0; in StrToUInteger()298 StrTail--; in StrToUInteger()301 Len = StrTail - Str + 1; in StrToUInteger()318 for (; Str <= StrTail; Str++) { in StrToUInteger()