/third_party/typescript/tests/baselines/reference/ |
D | scannertest1.js | 9 public static isHexDigit(c: number): boolean { 16 Debug.assert(isHexDigit(c)); 35 CharacterInfo.isHexDigit = function (c) { function in CharacterInfo 41 Debug.assert(isHexDigit(c));
|
D | scannertest1.types | 25 public static isHexDigit(c: number): boolean { 26 >isHexDigit : (c: number) => boolean 69 Debug.assert(isHexDigit(c)); 70 >Debug.assert(isHexDigit(c)) : any 74 >isHexDigit(c) : any 75 >isHexDigit : any
|
D | scannertest1.symbols | 16 public static isHexDigit(c: number): boolean { 17 >isHexDigit : Symbol(CharacterInfo.isHexDigit, Decl(scannertest1.ts, 5, 5)) 36 Debug.assert(isHexDigit(c));
|
D | scannertest1.errors.txt | 10 …s(15,22): error TS2662: Cannot find name 'isHexDigit'. Did you mean the static member 'CharacterIn… 33 public static isHexDigit(c: number): boolean { 50 Debug.assert(isHexDigit(c)); 54 !!! error TS2662: Cannot find name 'isHexDigit'. Did you mean the static member 'CharacterInfo.isHe…
|
/third_party/typescript/tests/cases/conformance/scanner/ecmascript5/ |
D | scannertest1.ts | 8 public static isHexDigit(c: number): boolean { method in CharacterInfo 15 Debug.assert(isHexDigit(c));
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | AsmLexer.cpp | 106 while (isHexDigit(*CurPtr)) in LexHexFloatLiteral() 259 if (LexHex && isHexDigit(*LookAhead)) in doHexLookAhead() 293 while (isHexDigit(*CurPtr)) { in LexDigit() 387 while (isHexDigit(CurPtr[0])) in LexDigit()
|
D | AsmParser.cpp | 2917 if (i + 1 >= length || !isHexDigit(Str[i + 1])) in parseEscapedString() 2923 while (i + 1 < length && isHexDigit(Str[i + 1])) in parseEscapedString()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | YAML.cpp | 34 if (!llvm::isHexDigit(Scalar[I])) in input()
|
D | MinidumpYAML.cpp | 185 if (!all_of(Scalar, isHexDigit)) in input()
|
/third_party/typescript/src/compiler/ |
D | scanner.ts | 516 function isHexDigit(ch: number): boolean { function 1335 …if (escapePos < end && !isHexDigit(text.charCodeAt(escapePos)) && text.charCodeAt(escapePos) !== C… 1347 if (isTaggedTemplate && !isHexDigit(text.charCodeAt(pos))) { 1376 if (!isHexDigit(text.charCodeAt(pos))) { 1380 else if (!isHexDigit(text.charCodeAt(pos + 1))) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | StringExtras.h | 79 inline bool isHexDigit(char C) { return hexDigitValue(C) != -1U; } in isHexDigit() function
|
/third_party/node/deps/acorn/acorn/dist/ |
D | acorn.js | 4566 while (isHexDigit(ch = state.current())) { 4572 function isHexDigit(ch) { function 4632 if (!isHexDigit(ch)) {
|
D | acorn.mjs | 4560 while (isHexDigit(ch = state.current())) { 4566 function isHexDigit(ch) { function 4626 if (!isHexDigit(ch)) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Verifier.cpp | 1042 AssertDI(Checksum->Value.find_if_not(llvm::isHexDigit) == StringRef::npos, in visitDIFile()
|
/third_party/node/tools/ |
D | lint-md.mjs | 30935 isHexDigit (c) { method 31467 if (util.isHexDigit(c)) { 31477 if (util.isHexDigit(c)) { 31723 if (!util.isHexDigit(c)) { 31730 if (!util.isHexDigit(c)) { 31745 if (!util.isHexDigit(c)) {
|
/third_party/typescript/lib/ |
D | tsc.js | 6760 function isHexDigit(ch) { function 7437 …if (escapePos < end && !isHexDigit(text.charCodeAt(escapePos)) && text.charCodeAt(escapePos) !== 1… 7446 if (isTaggedTemplate && !isHexDigit(text.charCodeAt(pos))) { 7469 if (!isHexDigit(text.charCodeAt(pos))) { 7473 else if (!isHexDigit(text.charCodeAt(pos + 1))) {
|
D | typingsInstaller.js | 9535 function isHexDigit(ch) { function 10278 …if (escapePos < end && !isHexDigit(text.charCodeAt(escapePos)) && text.charCodeAt(escapePos) !== 1… 10289 if (isTaggedTemplate && !isHexDigit(text.charCodeAt(pos))) { 10314 if (!isHexDigit(text.charCodeAt(pos))) { 10318 else if (!isHexDigit(text.charCodeAt(pos + 1))) {
|
D | tsserverlibrary.js | 9740 function isHexDigit(ch) { function 10483 …if (escapePos < end && !isHexDigit(text.charCodeAt(escapePos)) && text.charCodeAt(escapePos) !== 1… 10494 if (isTaggedTemplate && !isHexDigit(text.charCodeAt(pos))) { 10519 if (!isHexDigit(text.charCodeAt(pos))) { 10523 else if (!isHexDigit(text.charCodeAt(pos + 1))) {
|
D | typescript.js | 9740 function isHexDigit(ch) { function 10483 …if (escapePos < end && !isHexDigit(text.charCodeAt(escapePos)) && text.charCodeAt(escapePos) !== 1… 10494 if (isTaggedTemplate && !isHexDigit(text.charCodeAt(pos))) { 10519 if (!isHexDigit(text.charCodeAt(pos))) { 10523 else if (!isHexDigit(text.charCodeAt(pos + 1))) {
|
D | tsserver.js | 9546 function isHexDigit(ch) { function 10289 …if (escapePos < end && !isHexDigit(text.charCodeAt(escapePos)) && text.charCodeAt(escapePos) !== 1… 10300 if (isTaggedTemplate && !isHexDigit(text.charCodeAt(pos))) { 10325 if (!isHexDigit(text.charCodeAt(pos))) { 10329 else if (!isHexDigit(text.charCodeAt(pos + 1))) {
|
D | typescriptServices.js | 9740 function isHexDigit(ch) { function 10483 …if (escapePos < end && !isHexDigit(text.charCodeAt(escapePos)) && text.charCodeAt(escapePos) !== 1… 10494 if (isTaggedTemplate && !isHexDigit(text.charCodeAt(pos))) { 10519 if (!isHexDigit(text.charCodeAt(pos))) { 10523 else if (!isHexDigit(text.charCodeAt(pos + 1))) {
|