/external/fonttools/Lib/fontTools/ |
D | unicode.py | 24 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/ |
D | SkTestScalerContext.cpp | 51 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()
|
D | SkTestScalerContext.h | 36 int codeToIndex(SkUnichar charCode) const;
|
/external/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()
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _c_m_a_p.py | 346 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/ |
D | SkGlyphCache.cpp | 73 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/ |
D | rhino-python.prog | 18 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/ |
D | prettify.js | 390 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/ |
D | SkFontHost_FreeType.cpp | 532 SkUnichar charCode = FT_Get_First_Char(face, &glyphIndex); in populate_glyph_to_unicode() local 537 (*glyphToUnicode)[glyphIndex] = charCode; in populate_glyph_to_unicode() 539 charCode = FT_Get_Next_Char(face, charCode, &glyphIndex); in populate_glyph_to_unicode() 1021 SkUnichar charCode = FT_Get_First_Char( fFace, &glyphIndex ); in generateGlyphToChar() local 1025 return charCode; in generateGlyphToChar() 1027 charCode = FT_Get_Next_Char( fFace, charCode, &glyphIndex ); in generateGlyphToChar()
|
/external/libvncserver/webclients/novnc/include/ |
D | keyboard.js | 173 else if (evt.charCode) { 174 codepoint = evt.charCode;
|
/external/pdfium/core/fpdftext/ |
D | cpdf_textpage.h | 145 int GetCharWidth(uint32_t charCode, CPDF_Font* pFont) const;
|
D | cpdf_textpage.cpp | 627 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/freetype/src/sfnt/ |
D | ttcmap.c | 3344 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/pdfium/third_party/freetype/src/sfnt/ |
D | ttcmap.c | 3258 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/doclava/res/assets/templates/assets/ |
D | jquery-resizable.min.js | 19 …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/ |
D | android_3p-bundle.js | 395 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/ |
D | jquery-min.js | 3 …Code".split(" "),filter:function(a,b){a.which==null&&(a.which=b.charCode!=null?b.charCode:b.keyCod…
|
/external/testng/src/main/resources/ |
D | jquery-1.7.1.min.js | 3 …Code".split(" "),filter:function(a,b){a.which==null&&(a.which=b.charCode!=null?b.charCode:b.keyCod…
|
/external/libjpeg-turbo/doc/html/ |
D | jquery.js | 4 …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/ |
D | jquery-2.1.3.min.js | 3 …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/ |
D | jquery-2.1.3.min.js | 3 …t(" "),filter:function(a,b){return null==a.which&&(a.which=null!=b.charCode?b.charCode:b.keyCode),…
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
/external/robolectric/v1/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |