Lines Matching refs:HEX
1181 HEX,
1196 // if the first character is '0' we must check for octals and hex
1200 // either 0, 0exxx, 0Exxx, 0.xxx, a hex number, a binary number or
1203 // hex number
1204 kind = HEX;
1207 // we must have at least one hex digit after 'x'/'X'
1293 DCHECK(kind != HEX); // 'e'/'E' must be scanned as part of the hex number
1336 // hex digits between { } is arbitrary. \ and u have already been read.