HomeSort by relevance Sort by last modified time
    Searched refs:charCode (Results 1 - 25 of 29) sorted by null

1 2

  /external/fonttools/Lib/fontTools/
unicode.py 27 def __getitem__(self, charCode):
29 return self.codes[charCode]
35 def __getitem__(self, charCode):
43 return unicodedata.name(unichr(charCode))
  /external/antlr/runtime/JavaScript/tests/functional/
rhino-python.prog 18 var charCode, data=[];
19 while ((charCode = isr.read()) >= 0) {
20 data.push(String.fromCharCode(charCode));
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/
BIG5Tool.java 192 System.out.println(i + " " + Integer.toHexString(c.charCode) + " "
209 charList.add(new Integer(c.charCode));
238 int charCode;
242 charCode = c;
246 // Equals needs to work with a map, with the charCode as the key.
250 return o.charCode == this.charCode;
256 return charCode;
EUCTool.java 192 System.out.println(i + " " + Integer.toHexString(c.charCode) + " "
209 charList.add(new Integer(c.charCode));
238 int charCode;
242 charCode = c;
246 // Equals needs to work with a map, with the charCode as the key.
250 return o.charCode == this.charCode;
256 return charCode;
  /external/fonttools/Lib/fontTools/ttLib/tables/
_c_m_a_p.py 362 # The first byte of a charcode is mapped through the subHeaderKeys, to select
366 # Then assume that the subsequent byte is the first byte of the next charcode,and repeat.
383 # first byte of charcode = 129; selects subheader 1.
385 # second byte of charCode = 66
389 # [256], [0]=1 from charcode [129, 64]
390 # [257], [1]=2 from charcode [129, 65]
391 # [258], [2]=3 from charcode [129, 66]
392 # [259], [3]=4 from charcode [129, 67]
407 charCode = firstByte
414 cmap[charCode] = g
    [all...]
  /external/skia/tools/fonts/
SkTestTypeface.h 50 SkGlyphID glyphForUnichar(SkUnichar charCode) const;
SkTestTypeface.cpp 52 SkGlyphID SkTestFont::glyphForUnichar(SkUnichar charCode) const {
54 if (fCharCodes[index] == charCode) {
  /external/skqp/tools/fonts/
SkTestTypeface.h 50 SkGlyphID glyphForUnichar(SkUnichar charCode) const;
SkTestTypeface.cpp 52 SkGlyphID SkTestFont::glyphForUnichar(SkUnichar charCode) const {
54 if (fCharCodes[index] == charCode) {
  /external/pdfium/core/fpdftext/
cpdf_textpage.h 150 int GetCharWidth(uint32_t charCode, CPDF_Font* pFont) const;
cpdf_textpage.cpp 598 int CPDF_TextPage::GetCharWidth(uint32_t charCode, CPDF_Font* pFont) const {
599 if (charCode == CPDF_Font::kInvalidCharCode)
602 if (int w = pFont->GetCharWidthF(charCode))
606 pFont->AppendChar(&str, charCode);
610 return pFont->GetCharBBox(charCode).Width();
    [all...]
  /external/pdfium/core/fpdfapi/font/
cpdf_cidfont.cpp 145 uint32_t charcode) {
149 uint16_t cid = FPDFAPI_CIDFromCharCode(pEmbedMap, charcode);
175 uint32_t charCode = FPDFAPI_CharCodeFromCID(pEmbedMap, i);
176 if (charCode)
177 return charCode;
239 uint16_t CPDF_CIDFont::CIDFromCharCode(uint32_t charcode) const {
240 return m_pCMap ? m_pCMap->CIDFromCharCode(charcode)
241 : static_cast<uint16_t>(charcode);
248 WideString CPDF_CIDFont::UnicodeFromCharCode(uint32_t charcode) const {
249 WideString str = CPDF_Font::UnicodeFromCharCode(charcode);
289 uint32_t charcode = CPDF_Font::CharCodeFromUnicode(unicode); local
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 640 SkUnichar charCode = FT_Get_First_Char(face, &glyphIndex);
645 dstArray[glyphIndex] = charCode;
647 charCode = FT_Get_Next_Char(face, charCode, &glyphIndex);
    [all...]
  /external/skqp/src/ports/
SkFontHost_FreeType.cpp 640 SkUnichar charCode = FT_Get_First_Char(face, &glyphIndex);
645 dstArray[glyphIndex] = charCode;
647 charCode = FT_Get_Next_Char(face, charCode, &glyphIndex);
    [all...]
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
prettify.js 390 function encodeEscape(charCode) {
391 if (charCode < 0x20) {
392 return (charCode < 0x10 ? '\\x0' : '\\x') + charCode.toString(16);
394 var ch = String.fromCharCode(charCode);
    [all...]
  /external/freetype/src/sfnt/
ttcmap.c 147 FT_UInt32 charcode = *pchar_code; local
153 while ( ++charcode < 256 )
155 gindex = table[charcode];
158 result = charcode;
222 /***** assume that the value `charcode' fulfills the following. *****/
224 /***** - For one-byte characters, `charcode' is simply the *****/
227 /***** - For two-byte characters, `charcode' is the 2-byte *****/
230 /***** (charcode >> 8) is the first byte value *****/
231 /***** (charcode & 0xFF) is the second byte value *****/
233 /***** Note that not all values of `charcode' are valid according *****
502 FT_UInt32 charcode = *pcharcode + 1; local
795 FT_UInt charcode; local
1098 FT_UInt32 charcode = *pcharcode; local
1232 FT_UInt charcode = (FT_UInt)*pcharcode; local
    [all...]
  /build/make/tools/droiddoc/templates-pdk/assets/
jquery-1.6.2.min.js     [all...]
jquery-resizable.min.js     [all...]
  /external/python/httplib2/doc/html/_static/
jquery.js     [all...]
  /external/python/cpython2/Mac/Modules/ctl/
_Ctlmodule.c     [all...]
  /external/slf4j/slf4j-site/src/site/pages/js/
jquery-min.js     [all...]
  /external/testng/src/main/resources/
jquery-1.7.1.min.js     [all...]
  /build/make/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js 395 function encodeEscape(charCode) {
396 if (charCode < 0x20) {
397 return (charCode < 0x10 ? '\\x0' : '\\x') + charCode.toString(16);
399 var ch = String.fromCharCode(charCode);
    [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
android_3p-bundle.js 395 function encodeEscape(charCode) {
396 if (charCode < 0x20) {
397 return (charCode < 0x10 ? '\\x0' : '\\x') + charCode.toString(16);
399 var ch = String.fromCharCode(charCode);
    [all...]
  /external/libjpeg-turbo/doc/html/
jquery.js     [all...]

Completed in 2016 milliseconds

1 2