Home
last modified time | relevance | path

Searched refs:charCode (Results 1 – 25 of 51) sorted by relevance

123

/third_party/node/deps/npm/node_modules/iconv-lite/encodings/
Dinternal.js107 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);
Ddbcs-codec.js185 var charCode = writeTable[curAddr - 1] + 1;
187 writeTable[curAddr++] = charCode++;
/third_party/node/deps/npm/node_modules/sorted-union-stream/node_modules/string_decoder/
Dindex.js115 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/
DBIG5Tool.java192 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()
DEUCTool.java192 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/
Dpath.ts18 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);
Dutilities.ts2288 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/
Dtextencoding_test.js53 static fromCharCode(charCode) { argument
54 return Pair.fromString(String.fromCharCode(charCode));
/third_party/skia/tools/fonts/
DTestTypeface.cpp48 SkGlyphID SkTestFont::glyphForUnichar(SkUnichar charCode) const { in glyphForUnichar()
50 if (fCharCodes[index] == charCode) { in glyphForUnichar()
DTestTypeface.h51 SkGlyphID glyphForUnichar(SkUnichar charCode) const;
/third_party/flutter/skia/tools/fonts/
DTestTypeface.cpp51 SkGlyphID SkTestFont::glyphForUnichar(SkUnichar charCode) const { in glyphForUnichar()
53 if (fCharCodes[index] == charCode) { in glyphForUnichar()
DTestTypeface.h51 SkGlyphID glyphForUnichar(SkUnichar charCode) const;
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Dkeyboard.dart63 // TODO(yjbanov): The browser does not report `charCode` for 'keydown' and
/third_party/skia/src/ports/
DSkFontHost_FreeType.cpp511 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/
DSkFontHost_FreeType.cpp663 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/
Dmocks.dart317 void writeCharCode(int charCode) {
318 add(<int>[charCode]);
Dtestbed.dart351 void writeCharCode(int charCode) {}
/third_party/flutter/skia/third_party/externals/sdl/src/video/emscripten/
DSDL_emscriptenevents.c517 if (Emscripten_ConvertUTF32toUTF8(keyEvent->charCode, text)) { in Emscripten_HandleKeyPress()
/third_party/typescript/src/services/
DtextChanges.ts1270 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/
Dttcmap.c3363 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/
Dttcmap.c3373 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/
Dttcmap.c3364 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/
DfourslashImpl.ts1940 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/
DparserRealSource11.ts167 var charCode = parseInt(name.substr(i + 2, 4), 16);
169 resolved += String.fromCharCode(charCode);
/third_party/typescript/tests/baselines/reference/
DparserRealSource11.js168 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);

123