Home
last modified time | relevance | path

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

12

/external/fonttools/Lib/fontTools/
Dunicode.py27 def __getitem__(self, charCode): argument
29 return self.codes[charCode]
35 def __getitem__(self, charCode): argument
43 return unicodedata.name(unichr(charCode))
/external/fonttools/Lib/fontTools/ttLib/tables/
D_c_m_a_p.py407 charCode = firstByte
414 cmap[charCode] = gi
419 charCode = charCodeOffset + offsetIndex
425 cmap[charCode] = gi
480 charCode = charCodes[0]
481 if charCode > 255:
491 for charCode, gid in items:
494 firstbyte = charCode >> 8
495 secondByte = charCode & 0x00FF
506 charCode = subHeader.firstCode + index
[all …]
/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/antlr/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/tools/fonts/
DSkTestTypeface.cpp52 SkGlyphID SkTestFont::glyphForUnichar(SkUnichar charCode) const { in glyphForUnichar()
54 if (fCharCodes[index] == charCode) { in glyphForUnichar()
DSkTestTypeface.h50 SkGlyphID glyphForUnichar(SkUnichar charCode) const;
/external/skqp/tools/fonts/
DSkTestTypeface.cpp52 SkGlyphID SkTestFont::glyphForUnichar(SkUnichar charCode) const { in glyphForUnichar()
54 if (fCharCodes[index] == charCode) { in glyphForUnichar()
DSkTestTypeface.h50 SkGlyphID glyphForUnichar(SkUnichar charCode) const;
/external/pdfium/core/fpdfapi/font/
Dcpdf_cidfont.cpp175 uint32_t charCode = FPDFAPI_CharCodeFromCID(pEmbedMap, i); in EmbeddedCharcodeFromUnicode() local
176 if (charCode) in EmbeddedCharcodeFromUnicode()
177 return charCode; in EmbeddedCharcodeFromUnicode()
/external/pdfium/core/fpdftext/
Dcpdf_textpage.h150 int GetCharWidth(uint32_t charCode, CPDF_Font* pFont) const;
Dcpdf_textpage.cpp598 int CPDF_TextPage::GetCharWidth(uint32_t charCode, CPDF_Font* pFont) const { in GetCharWidth() argument
599 if (charCode == CPDF_Font::kInvalidCharCode) in GetCharWidth()
602 if (int w = pFont->GetCharWidthF(charCode)) in GetCharWidth()
606 pFont->AppendChar(&str, charCode); in GetCharWidth()
610 return pFont->GetCharBBox(charCode).Width(); in GetCharWidth()
/external/skia/src/ports/
DSkFontHost_FreeType.cpp640 SkUnichar charCode = FT_Get_First_Char(face, &glyphIndex); in getGlyphToUnicodeMap() local
645 dstArray[glyphIndex] = charCode; in getGlyphToUnicodeMap()
647 charCode = FT_Get_Next_Char(face, charCode, &glyphIndex); in getGlyphToUnicodeMap()
/external/skqp/src/ports/
DSkFontHost_FreeType.cpp640 SkUnichar charCode = FT_Get_First_Char(face, &glyphIndex); in getGlyphToUnicodeMap() local
645 dstArray[glyphIndex] = charCode; in getGlyphToUnicodeMap()
647 charCode = FT_Get_Next_Char(face, charCode, &glyphIndex); in getGlyphToUnicodeMap()
/external/freetype/src/sfnt/
Dttcmap.c3367 FT_UInt32 charCode ) in tt_cmap14_char_variants() argument
3387 charCode ) ) || in tt_cmap14_char_variants()
3390 charCode ) != 0 ) ) in tt_cmap14_char_variants()
/external/python/httplib2/doc/html/_static/
Djquery.js2746 if ( !event.which && ((event.charCode || event.charCode === 0) ? event.charCode : event.keyCode) )
2747 event.which = event.charCode || event.keyCode;
/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/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/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/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_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),…
/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),…

12