HomeSort by relevance Sort by last modified time
    Searched defs:char_code (Results 1 - 19 of 19) sorted by null

  /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/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/chromium/net/tools/dump_cache/
url_to_filename_encoder.cc 180 int char_code = 0; local
218 char_code = 0;
  /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/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/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/v8/src/arm/
lithium-arm.cc 2101 LOperand* char_code = UseRegister(instr->value()); local
    [all...]
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...]
  /external/v8/src/ia32/
lithium-ia32.cc 2187 LOperand* char_code = UseRegister(instr->value()); local
    [all...]
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.cc 2105 LOperand* char_code = UseRegister(instr->value()); local
    [all...]
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...]
  /external/v8/src/x64/
lithium-x64.cc 2100 LOperand* char_code = UseRegister(instr->value()); local
    [all...]
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...]
  /external/v8/src/
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...]

Completed in 1261 milliseconds