/third_party/node/deps/npm/node_modules/iconv-lite/encodings/ |
D | internal.js | 107 var charCode = str.charCodeAt(i); 110 if (charCode < 0x80) 111 buf[bufIdx++] = charCode; 112 else if (charCode < 0x800) { 113 buf[bufIdx++] = 0xC0 + (charCode >>> 6); 114 buf[bufIdx++] = 0x80 + (charCode & 0x3f); 117 buf[bufIdx++] = 0xE0 + (charCode >>> 12); 118 buf[bufIdx++] = 0x80 + ((charCode >>> 6) & 0x3f); 119 buf[bufIdx++] = 0x80 + (charCode & 0x3f);
|
D | dbcs-codec.js | 185 var charCode = writeTable[curAddr - 1] + 1; 187 writeTable[curAddr++] = charCode++;
|
/third_party/node/deps/npm/node_modules/sorted-union-stream/node_modules/string_decoder/ |
D | index.js | 115 var charCode = charStr.charCodeAt(charStr.length - 1); 116 if (charCode >= 0xD800 && charCode <= 0xDBFF) { 143 var charCode = charStr.charCodeAt(end); 145 if (charCode >= 0xD800 && charCode <= 0xDBFF) {
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/ |
D | BIG5Tool.java | 192 System.out.println(i + " " + Integer.toHexString(c.charCode) + " " in processDir() 209 charList.add(new Integer(c.charCode)); in processDir() 238 int charCode; field in BIG5Tool.ChEl 242 charCode = c; in ChEl() 250 return o.charCode == this.charCode; in equals() 256 return charCode; in hashCode()
|
D | EUCTool.java | 192 System.out.println(i + " " + Integer.toHexString(c.charCode) + " " in processDir() 209 charList.add(new Integer(c.charCode)); in processDir() 238 int charCode; field in EUCTool.ChEl 242 charCode = c; in ChEl() 250 return o.charCode == this.charCode; in equals() 256 return charCode; in hashCode()
|
/third_party/typescript/src/compiler/ |
D | path.ts | 18 export function isAnyDirectorySeparator(charCode: number): boolean { 19 return charCode === CharacterCodes.slash || charCode === CharacterCodes.backslash; 106 function isVolumeCharacter(charCode: number) { 107 return (charCode >= CharacterCodes.a && charCode <= CharacterCodes.z) || 108 (charCode >= CharacterCodes.A && charCode <= CharacterCodes.Z);
|
D | utilities.ts | 2288 export function isSingleOrDoubleQuote(charCode: number) { 2289 return charCode === CharacterCodes.singleQuote || charCode === CharacterCodes.doubleQuote; 4058 function encodeUtf16EscapeSequence(charCode: number): string { 4059 const hexCharCode = charCode.toString(16).toUpperCase(); 4111 function encodeJsxCharacterEntity(charCode: number): string { 4112 const hexCharCode = charCode.toString(16).toUpperCase(); 4143 function isQuoteOrBacktick(charCode: number) { 4144 return charCode === CharacterCodes.singleQuote || 4145 charCode === CharacterCodes.doubleQuote || 4146 charCode === CharacterCodes.backtick; [all …]
|
/third_party/protobuf/js/experimental/runtime/kernel/ |
D | textencoding_test.js | 53 static fromCharCode(charCode) { argument 54 return Pair.fromString(String.fromCharCode(charCode));
|
/third_party/skia/tools/fonts/ |
D | TestTypeface.cpp | 48 SkGlyphID SkTestFont::glyphForUnichar(SkUnichar charCode) const { in glyphForUnichar() 50 if (fCharCodes[index] == charCode) { in glyphForUnichar()
|
D | TestTypeface.h | 51 SkGlyphID glyphForUnichar(SkUnichar charCode) const;
|
/third_party/flutter/skia/tools/fonts/ |
D | TestTypeface.cpp | 51 SkGlyphID SkTestFont::glyphForUnichar(SkUnichar charCode) const { in glyphForUnichar() 53 if (fCharCodes[index] == charCode) { in glyphForUnichar()
|
D | TestTypeface.h | 51 SkGlyphID glyphForUnichar(SkUnichar charCode) const;
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/ |
D | keyboard.dart | 63 // TODO(yjbanov): The browser does not report `charCode` for 'keydown' and
|
/third_party/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 511 SkUnichar charCode = FT_Get_First_Char(face, &glyphIndex); in getGlyphToUnicodeMap() local 516 dstArray[glyphIndex] = charCode; in getGlyphToUnicodeMap() 518 charCode = FT_Get_Next_Char(face, charCode, &glyphIndex); in getGlyphToUnicodeMap()
|
/third_party/flutter/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 663 SkUnichar charCode = FT_Get_First_Char(face, &glyphIndex); in getGlyphToUnicodeMap() local 668 dstArray[glyphIndex] = charCode; in getGlyphToUnicodeMap() 670 charCode = FT_Get_Next_Char(face, charCode, &glyphIndex); in getGlyphToUnicodeMap()
|
/third_party/flutter/flutter/packages/flutter_tools/test/src/ |
D | mocks.dart | 317 void writeCharCode(int charCode) { 318 add(<int>[charCode]);
|
D | testbed.dart | 351 void writeCharCode(int charCode) {}
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/emscripten/ |
D | SDL_emscriptenevents.c | 517 if (Emscripten_ConvertUTF32toUTF8(keyEvent->charCode, text)) { in Emscripten_HandleKeyPress()
|
/third_party/typescript/src/services/ |
D | textChanges.ts | 1270 const charCode = text.charCodeAt(position); constant 1271 if (isLineBreak(charCode)) { 1274 …if (position < text.length && charCode === CharacterCodes.carriageReturn && text.charCodeAt(positi…
|
/third_party/freetype/src/sfnt/ |
D | ttcmap.c | 3363 FT_UInt32 charCode ) in tt_cmap14_char_variants() argument 3383 charCode ) ) || in tt_cmap14_char_variants() 3386 charCode ) != 0 ) ) in tt_cmap14_char_variants()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | ttcmap.c | 3373 FT_UInt32 charCode ) in tt_cmap14_char_variants() argument 3393 charCode ) ) || in tt_cmap14_char_variants() 3396 charCode ) != 0 ) ) in tt_cmap14_char_variants()
|
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/ |
D | ttcmap.c | 3364 FT_UInt32 charCode ) in tt_cmap14_char_variants() argument 3384 charCode ) ) || in tt_cmap14_char_variants() 3387 charCode ) != 0 ) ) in tt_cmap14_char_variants()
|
/third_party/typescript/src/harness/ |
D | fourslashImpl.ts | 1940 const charCode = char.charCodeAt(0); 1942 return char === " " ? "•" : ts.isLineBreak(charCode) ? `↲${n}` : char; 1944 return ts.isLineBreak(charCode) ? char : " "; 3099 const charCode = openBraceMap.get(openingBrace); constant 3101 if (!charCode) { 3107 …his.languageService.isValidBraceCompletionAtPosition(this.activeFile.fileName, position, charCode);
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
D | parserRealSource11.ts | 167 var charCode = parseInt(name.substr(i + 2, 4), 16); 169 resolved += String.fromCharCode(charCode);
|
/third_party/typescript/tests/baselines/reference/ |
D | parserRealSource11.js | 168 var charCode = parseInt(name.substr(i + 2, 4), 16); variable 170 resolved += String.fromCharCode(charCode); 2537 var charCode = parseInt(name.substr(i + 2, 4), 16); 2539 resolved += String.fromCharCode(charCode);
|