Lines Matching refs:getCharAndSize

1515   C = getCharAndSize(CurPtr, Size);  in LexIdentifier()
1525 C = getCharAndSize(CurPtr, Size); in LexIdentifier()
1529 C = getCharAndSize(CurPtr, Size); in LexIdentifier()
1532 C = getCharAndSize(CurPtr, Size); in LexIdentifier()
1541 C = getCharAndSize(CurPtr, Size); in LexIdentifier()
1544 C = getCharAndSize(CurPtr, Size); in LexIdentifier()
1565 char C = getCharAndSize(CurPtr, Size); in LexNumericConstant()
1570 C = getCharAndSize(CurPtr, Size); in LexNumericConstant()
1631 char C = getCharAndSize(CurPtr, Size); in LexUDSuffix()
1704 C = getCharAndSize(CurPtr, Size); in LexUDSuffix()
2267 unsigned char C = getCharAndSize(CurPtr, CharSize); in SkipBlockComment()
2698 char Kind = getCharAndSize(StartPtr, CharSize); in tryReadUCN()
2719 char C = getCharAndSize(CurPtr, CharSize); in tryReadUCN()
3043 Char = getCharAndSize(CurPtr, SizeTmp); in LexTokenInternal()
3057 getCharAndSize(CurPtr + SizeTmp, SizeTmp2) == '"') in LexTokenInternal()
3064 char Char2 = getCharAndSize(CurPtr + SizeTmp, SizeTmp2); in LexTokenInternal()
3080 char Char3 = getCharAndSize(CurPtr + SizeTmp + SizeTmp2, SizeTmp3); in LexTokenInternal()
3101 Char = getCharAndSize(CurPtr, SizeTmp); in LexTokenInternal()
3115 getCharAndSize(CurPtr + SizeTmp, SizeTmp2) == '"') in LexTokenInternal()
3130 Char = getCharAndSize(CurPtr, SizeTmp); in LexTokenInternal()
3144 Char = getCharAndSize(CurPtr, SizeTmp); in LexTokenInternal()
3153 getCharAndSize(CurPtr + SizeTmp, SizeTmp2) == '"') in LexTokenInternal()
3226 Char = getCharAndSize(CurPtr, SizeTmp); in LexTokenInternal()
3236 getCharAndSize(CurPtr+SizeTmp, SizeTmp2) == '.') { in LexTokenInternal()
3245 Char = getCharAndSize(CurPtr, SizeTmp); in LexTokenInternal()
3257 if (getCharAndSize(CurPtr, SizeTmp) == '=') { in LexTokenInternal()
3265 Char = getCharAndSize(CurPtr, SizeTmp); in LexTokenInternal()
3277 Char = getCharAndSize(CurPtr, SizeTmp); in LexTokenInternal()
3282 getCharAndSize(CurPtr+SizeTmp, SizeTmp2) == '*') { // C++ ->* in LexTokenInternal()
3300 if (getCharAndSize(CurPtr, SizeTmp) == '=') { in LexTokenInternal()
3309 Char = getCharAndSize(CurPtr, SizeTmp); in LexTokenInternal()
3323 TreatAsComment = getCharAndSize(CurPtr+SizeTmp, SizeTmp2) != '*'; in LexTokenInternal()
3355 Char = getCharAndSize(CurPtr, SizeTmp); in LexTokenInternal()
3364 Char = getCharAndSize(CurPtr, SizeTmp); in LexTokenInternal()
3365 if (Char == '%' && getCharAndSize(CurPtr+SizeTmp, SizeTmp2) == ':') { in LexTokenInternal()
3389 Char = getCharAndSize(CurPtr, SizeTmp); in LexTokenInternal()
3393 char After = getCharAndSize(CurPtr+SizeTmp, SizeTmp2); in LexTokenInternal()
3419 getCharAndSize(CurPtr + SizeTmp, SizeTmp2) == ':') { in LexTokenInternal()
3426 char After = getCharAndSize(CurPtr + SizeTmp + SizeTmp2, SizeTmp3); in LexTokenInternal()
3445 Char = getCharAndSize(CurPtr, SizeTmp); in LexTokenInternal()
3450 char After = getCharAndSize(CurPtr+SizeTmp, SizeTmp2); in LexTokenInternal()
3476 Char = getCharAndSize(CurPtr, SizeTmp); in LexTokenInternal()
3485 Char = getCharAndSize(CurPtr, SizeTmp); in LexTokenInternal()
3500 Char = getCharAndSize(CurPtr, SizeTmp); in LexTokenInternal()
3515 Char = getCharAndSize(CurPtr, SizeTmp); in LexTokenInternal()
3531 Char = getCharAndSize(CurPtr, SizeTmp); in LexTokenInternal()