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

1 2

  /external/freetype/src/psaux/
t1cmap.c 64 FT_UInt32 char_code )
69 if ( char_code < 256 )
76 code = cmap->code_to_sid[char_code];
103 FT_UInt32 char_code = *pchar_code + 1; local
106 while ( char_code < 256 )
108 result = t1_cmap_std_char_index( cmap, char_code );
112 char_code++;
114 char_code = 0;
117 *pchar_code = char_code;
203 FT_UInt32 char_code )
221 FT_UInt32 char_code = *pchar_code; local
    [all...]
  /external/freetype/src/cache/
ftccmap.c 99 FT_UInt32 char_code; member in struct:FTC_CMapQueryRec_
105 FTC_CMAP_HASH( (x)->face_id, (x)->cmap_index, (x)->char_code )
166 node->first = (query->char_code / FTC_CMAP_INDICES_MAX) *
207 FT_UInt32 offset = (FT_UInt32)( query->char_code - node->first );
291 FT_UInt32 char_code )
331 char_code = (FT_UInt32)cmap_index;
339 query.char_code = (FT_UInt32)cmap_index;
354 return FT_Get_Char_Index( face, char_code );
368 query.char_code = char_code;
    [all...]
  /external/freetype/src/cff/
cffcmap.c 56 FT_UInt32 char_code )
61 if ( char_code < 256 )
62 result = cmap->gids[char_code];
73 FT_UInt32 char_code = *pchar_code; local
78 if ( char_code < 255 )
80 FT_UInt code = (FT_UInt)(char_code + 1);
173 FT_UInt32 char_code )
180 return psnames->unicodes_char_index( unicodes, char_code );
  /external/freetype/src/sfnt/
ttcmap.c 119 FT_UInt32 char_code )
124 return char_code < 256 ? table[6 + char_code] : 0;
376 FT_UInt32 char_code )
381 if ( char_code < 0x10000UL )
383 FT_UInt char_lo = (FT_UInt)( char_code & 0xFF );
384 FT_UInt char_hi = (FT_UInt)( char_code >> 8 );
427 FT_UInt32 char_code )
434 subheader = tt_cmap2_get_subheader( table, char_code );
438 FT_UInt idx = (FT_UInt)(char_code & 0xFF)
1490 FT_UInt32 char_code = *pchar_code + 1; local
1742 FT_UInt32 char_code = *pchar_code + 1; local
1900 FT_UInt32 char_code = *pchar_code + 1; local
2077 FT_ULong start, end, start_id, char_code; local
2127 FT_UInt32 char_code = *pchar_code; local
2397 FT_ULong start, end, glyph_id, char_code; local
2447 FT_UInt32 char_code = *pchar_code; local
    [all...]
  /external/freetype/src/psnames/
psmodule.c 447 FT_UInt32 char_code = *unicode + 1; local
463 if ( map->unicode == char_code )
471 if ( base_glyph == char_code )
474 if ( base_glyph < char_code )
484 char_code = 0;
490 char_code = BASE_GLYPH( map->unicode );
495 *unicode = char_code;
  /external/v8/src/
unicode.h 143 static inline uchar LeadSurrogate(int char_code) {
144 return 0xd800 + (((char_code - 0x10000) >> 10) & 0x3ff);
146 static inline uchar TrailSurrogate(int char_code) {
147 return 0xdc00 + (char_code & 0x3ff);
string-search.h 154 SubjectChar char_code) {
156 return bad_char_occurrence[static_cast<int>(char_code)];
159 if (static_cast<unsigned int>(char_code) > String::kMaxAsciiCharCodeU) {
162 return bad_char_occurrence[static_cast<unsigned int>(char_code)];
165 int equiv_class = char_code % kUC16AlphabetSize;
hydrogen.cc 5003 HStringCharCodeAt* char_code = local
5546 HStringCharCodeAt* char_code = local
7340 HValue* char_code = Pop(); local
7356 HStringCharCodeAt* char_code = BuildStringCharCodeAt(context, string, index); local
    [all...]
  /external/chromium/net/tools/dump_cache/
url_to_filename_encoder.cc 180 int char_code = 0; local
218 char_code = 0;
  /external/freetype/include/freetype/
ftcache.h 623 * char_code ::
634 FT_UInt32 char_code );
    [all...]
freetype.h     [all...]
  /external/freetype/include/freetype/internal/
ftobjs.h 158 FT_UInt32 char_code );
167 FT_UInt32 char_code,
172 FT_UInt32 char_code,
182 FT_UInt32 char_code );
    [all...]
  /external/v8/src/arm/
lithium-arm.h 1851 LOperand* char_code() { return inputs_[0]; } function in class:v8::internal::LStringCharFromCode
    [all...]
lithium-codegen-arm.cc 3848 Register char_code = ToRegister(instr->char_code()); local
3865 Register char_code = ToRegister(instr->char_code()); local
    [all...]
lithium-arm.cc 2101 LOperand* char_code = UseRegister(instr->value()); local
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 1910 LOperand* char_code() { return inputs_[1]; } function in class:v8::internal::LStringCharFromCode
    [all...]
lithium-codegen-ia32.cc 3606 Register char_code = ToRegister(instr->char_code()); local
3623 Register char_code = ToRegister(instr->char_code()); local
    [all...]
  /external/v8/src/mips/
lithium-mips.h 1831 LOperand* char_code() { return inputs_[0]; } function in class:v8::internal::LStringCharFromCode
    [all...]
lithium-codegen-mips.cc 3759 Register char_code = ToRegister(instr->char_code()); local
3777 Register char_code = ToRegister(instr->char_code()); local
    [all...]
lithium-mips.cc 2105 LOperand* char_code = UseRegister(instr->value()); local
    [all...]
  /external/v8/src/x64/
lithium-x64.h 1819 LOperand* char_code() { return inputs_[0]; } function in class:v8::internal::LStringCharFromCode
    [all...]
lithium-codegen-x64.cc 3570 Register char_code = ToRegister(instr->char_code()); local
3587 Register char_code = ToRegister(instr->char_code()); local
    [all...]
lithium-x64.cc 2100 LOperand* char_code = UseRegister(instr->value()); local
    [all...]
  /external/freetype/src/pfr/
pfrload.c 896 cur->char_code = ( flags & PFR_PHY_2BYTE_CHARCODE )
  /external/freetype/src/base/
ftobjs.c 810 FT_ULong char_code,
819 glyph_index = (FT_UInt)char_code;
821 glyph_index = FT_Get_Char_Index( face, char_code );
    [all...]

Completed in 2426 milliseconds

1 2