Home
last modified time | relevance | path

Searched refs:isHexDigit (Results 1 – 21 of 21) sorted by relevance

/third_party/typescript/tests/baselines/reference/
Dscannertest1.js9 public static isHexDigit(c: number): boolean {
16 Debug.assert(isHexDigit(c));
35 CharacterInfo.isHexDigit = function (c) { function in CharacterInfo
41 Debug.assert(isHexDigit(c));
Dscannertest1.types25 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
Dscannertest1.symbols16 public static isHexDigit(c: number): boolean {
17 >isHexDigit : Symbol(CharacterInfo.isHexDigit, Decl(scannertest1.ts, 5, 5))
36 Debug.assert(isHexDigit(c));
Dscannertest1.errors.txt10 …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/
Dscannertest1.ts8 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/
DAsmLexer.cpp106 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()
DAsmParser.cpp2917 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/
DYAML.cpp34 if (!llvm::isHexDigit(Scalar[I])) in input()
DMinidumpYAML.cpp185 if (!all_of(Scalar, isHexDigit)) in input()
/third_party/typescript/src/compiler/
Dscanner.ts516 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/
DStringExtras.h79 inline bool isHexDigit(char C) { return hexDigitValue(C) != -1U; } in isHexDigit() function
/third_party/node/deps/acorn/acorn/dist/
Dacorn.js4566 while (isHexDigit(ch = state.current())) {
4572 function isHexDigit(ch) { function
4632 if (!isHexDigit(ch)) {
Dacorn.mjs4560 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/
DVerifier.cpp1042 AssertDI(Checksum->Value.find_if_not(llvm::isHexDigit) == StringRef::npos, in visitDIFile()
/third_party/node/tools/
Dlint-md.mjs30935 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/
Dtsc.js6760 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))) {
DtypingsInstaller.js9535 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))) {
Dtsserverlibrary.js9740 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))) {
Dtypescript.js9740 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))) {
Dtsserver.js9546 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))) {
DtypescriptServices.js9740 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))) {