Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/
Dunicode.py24 def __getitem__(self, charCode): argument
26 return self.codes[charCode]
32 def __getitem__(self, charCode): argument
35 return unicodedata.name(unichr(charCode))
/external/skia/src/fonts/
DSkTestScalerContext.cpp51 int SkTestFont::codeToIndex(SkUnichar charCode) const { in codeToIndex()
55 if (charCode >= ' ' && charCode <= '~') { in codeToIndex()
56 int bitOffset = charCode - ' '; in codeToIndex()
60 while (fDebugOverage[index] != 0 && fDebugOverage[index] != charCode in codeToIndex()
66 fDebugOverage[index] = charCode; in codeToIndex()
72 if (fCharCodes[index] == (unsigned) charCode) { in codeToIndex()
78 (char) charCode, charCode, fDebugName, in codeToIndex()
DSkTestScalerContext.h36 int codeToIndex(SkUnichar charCode) const;
/external/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()
/external/fonttools/Lib/fontTools/ttLib/tables/
D_c_m_a_p.py346 charCode = firstByte
353 cmap[charCode] = gi
358 charCode = charCodeOffset + offsetIndex
364 cmap[charCode] = gi
428 charCode = charCodes[0]
429 if charCode > 255:
440 for charCode, gid in items:
443 firstbyte = charCode >> 8
444 secondByte = charCode & 0x00FF
455 charCode = subHeader.firstCode + index
[all …]
/external/skia/src/core/
DSkGlyphCache.cpp73 SkGlyphID SkGlyphCache::unicharToGlyph(SkUnichar charCode) { in unicharToGlyph() argument
75 SkPackedUnicharID packedUnicharID(charCode); in unicharToGlyph()
84 SkGlyphID glyphID = fScalerContext->charToGlyphID(charCode); in unicharToGlyph()
104 const SkGlyph& SkGlyphCache::getUnicharAdvance(SkUnichar charCode) { in getUnicharAdvance() argument
106 return *this->lookupByChar(charCode, kJustAdvance_MetricsType); in getUnicharAdvance()
117 const SkGlyph& SkGlyphCache::getUnicharMetrics(SkUnichar charCode) { in getUnicharMetrics() argument
119 return *this->lookupByChar(charCode, kFull_MetricsType); in getUnicharMetrics()
122 const SkGlyph& SkGlyphCache::getUnicharMetrics(SkUnichar charCode, SkFixed x, SkFixed y) { in getUnicharMetrics() argument
124 return *this->lookupByChar(charCode, kFull_MetricsType, x, y); in getUnicharMetrics()
139 SkGlyph* SkGlyphCache::lookupByChar(SkUnichar charCode, MetricsType type, SkFixed x, SkFixed y) { in lookupByChar() argument
[all …]
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Drhino-python.prog18 var charCode, data=[];
19 while ((charCode = isr.read()) >= 0) {
20 data.push(String.fromCharCode(charCode));
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
Dprettify.js390 function encodeEscape(charCode) { argument
391 if (charCode < 0x20) {
392 return (charCode < 0x10 ? '\\x0' : '\\x') + charCode.toString(16);
394 var ch = String.fromCharCode(charCode);
/external/skia/src/ports/
DSkFontHost_FreeType.cpp522 SkUnichar charCode = FT_Get_First_Char(face, &glyphIndex); in populate_glyph_to_unicode() local
527 (*glyphToUnicode)[glyphIndex] = charCode; in populate_glyph_to_unicode()
529 charCode = FT_Get_Next_Char(face, charCode, &glyphIndex); in populate_glyph_to_unicode()
971 SkUnichar charCode = FT_Get_First_Char( fFace, &glyphIndex ); in generateGlyphToChar() local
975 return charCode; in generateGlyphToChar()
977 charCode = FT_Get_Next_Char( fFace, charCode, &glyphIndex ); in generateGlyphToChar()
/external/libvncserver/webclients/novnc/include/
Dkeyboard.js173 else if (evt.charCode) {
174 codepoint = evt.charCode;
/external/pdfium/core/fpdftext/
Dcpdf_textpage.h145 int GetCharWidth(uint32_t charCode, CPDF_Font* pFont) const;
Dcpdf_textpage.cpp627 int CPDF_TextPage::GetCharWidth(uint32_t charCode, CPDF_Font* pFont) const { in GetCharWidth() argument
628 if (charCode == CPDF_Font::kInvalidCharCode) in GetCharWidth()
631 if (int w = pFont->GetCharWidthF(charCode)) in GetCharWidth()
635 pFont->AppendChar(str, charCode); in GetCharWidth()
639 return pFont->GetCharBBox(charCode).Width(); in GetCharWidth()
/external/pdfium/third_party/freetype/src/sfnt/
Dttcmap.c3258 FT_UInt32 charCode ) in tt_cmap14_char_variants() argument
3278 charCode ) ) || in tt_cmap14_char_variants()
3281 charCode ) != 0 ) ) in tt_cmap14_char_variants()
/external/freetype/src/sfnt/
Dttcmap.c3344 FT_UInt32 charCode ) in tt_cmap14_char_variants() argument
3364 charCode ) ) || in tt_cmap14_char_variants()
3367 charCode ) != 0 ) ) in tt_cmap14_char_variants()
/external/doclava/res/assets/templates/assets/
Djquery-resizable.min.js19 …lTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.whic…
/external/doclava/res/assets/templates-sdk/assets/js/
Dandroid_3p-bundle.js395 function encodeEscape(charCode) { argument
396 if (charCode < 0x20) {
397 return (charCode < 0x10 ? '\\x0' : '\\x') + charCode.toString(16);
399 var ch = String.fromCharCode(charCode);
2706 …atepicker._get(b,"dateFormat")),d=String.fromCharCode(a.charCode==undefined?a.keyCode:a.charCode);…
/external/testng/src/main/resources/
Djquery-1.7.1.min.js3 …Code".split(" "),filter:function(a,b){a.which==null&&(a.which=b.charCode!=null?b.charCode:b.keyCod…
/external/slf4j/slf4j-site/src/site/pages/js/
Djquery-min.js3 …Code".split(" "),filter:function(a,b){a.which==null&&(a.which=b.charCode!=null?b.charCode:b.keyCod…
/external/python/cpython2/Mac/Modules/ctl/
D_Ctlmodule.c5670 mykeydownproc(ControlHandle control, SInt16 keyCode, SInt16 charCode, SInt16 modifiers) in mykeydownproc() argument
5677 arglist = Py_BuildValue("Ohhh", ctl_obj, keyCode, charCode, modifiers); in mykeydownproc()
/external/libjpeg-turbo/doc/html/
Djquery.js4 …Code".split(" "),filter:function(a,b){a.which==null&&(a.which=b.charCode!=null?b.charCode:b.keyCod…
/external/autotest/client/site_tests/video_GlitchDetection/
Djquery-2.1.3.min.js3 …t(" "),filter:function(a,b){return null==a.which&&(a.which=null!=b.charCode?b.charCode:b.keyCode),…
/external/autotest/client/site_tests/video_VimeoVideo/
Djquery-2.1.3.min.js3 …t(" "),filter:function(a,b){return null==a.which&&(a.which=null!=b.charCode?b.charCode:b.keyCode),…