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

1 2

  /external/chromium_org/v8/test/webkit/fast/js/kde/
encode_decode_uri.js 79 for (var charcode = 1; charcode < 0xD7FF; charcode += resolution)
80 checkEncodeDecode(encodeFunction, decodeFunction, charcode);
82 for (var charcode = 0xE001; charcode < 0xFFFD; charcode += resolution)
83 checkEncodeDecode(encodeFunction, decodeFunction, charcode);
85 for (var charcode = 0xDC01; charcode < 0xDFFF; charcode += resolution
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cffload.h 30 cff_get_standard_encoding( FT_UInt charcode ); variable
cffgload.h 132 FT_Int charcode );
cffload.c 183 cff_get_standard_encoding( FT_UInt charcode )
185 return (FT_UShort)( charcode < 256 ? cff_standard_encoding[charcode]
    [all...]
cffgload.c 633 FT_Int charcode )
644 if ( charcode < 0 || charcode > 255 )
648 glyph_sid = cff_get_standard_encoding( (FT_UInt)charcode );
    [all...]
  /external/freetype/src/cff/
cffload.h 30 cff_get_standard_encoding( FT_UInt charcode ); variable
cffgload.h 132 FT_Int charcode );
cffload.c 183 cff_get_standard_encoding( FT_UInt charcode )
185 return (FT_UShort)( charcode < 256 ? cff_standard_encoding[charcode]
    [all...]
cffgload.c 633 FT_Int charcode )
644 if ( charcode < 0 || charcode > 255 )
648 glyph_sid = cff_get_standard_encoding( (FT_UInt)charcode );
    [all...]
  /external/chromium_org/third_party/freetype/src/sfnt/
ttcmap.c 133 FT_UInt32 charcode = *pchar_code; local
139 while ( ++charcode < 256 )
141 gindex = table[charcode];
144 result = charcode;
206 /***** assume that the value "charcode" correspond to following: *****/
208 /***** - For one byte characters, "charcode" is simply the *****/
211 /***** - For two byte characters, "charcode" is the 2-byte *****/
214 /***** (charcode >> 8) is the first byte value *****/
215 /***** (charcode & 0xFF) is the second byte value *****/
217 /***** Note that not all values of "charcode" are valid according *****
474 FT_UInt32 charcode = *pcharcode + 1; local
742 FT_UInt charcode; local
1010 FT_UInt32 charcode = *pcharcode; local
1099 FT_UInt charcode = (FT_UInt)*pcharcode; local
    [all...]
  /external/freetype/src/sfnt/
ttcmap.c 133 FT_UInt32 charcode = *pchar_code; local
139 while ( ++charcode < 256 )
141 gindex = table[charcode];
144 result = charcode;
206 /***** assume that the value "charcode" correspond to following: *****/
208 /***** - For one byte characters, "charcode" is simply the *****/
211 /***** - For two byte characters, "charcode" is the 2-byte *****/
214 /***** (charcode >> 8) is the first byte value *****/
215 /***** (charcode & 0xFF) is the second byte value *****/
217 /***** Note that not all values of "charcode" are valid according *****
474 FT_UInt32 charcode = *pcharcode + 1; local
742 FT_UInt charcode; local
1010 FT_UInt32 charcode = *pcharcode; local
1099 FT_UInt charcode = (FT_UInt)*pcharcode; local
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
afglobal.c 98 FT_ULong charcode = range->first; local
102 gindex = FT_Get_Char_Index( face, charcode );
111 charcode = FT_Get_Next_Char( face, charcode, &gindex );
113 if ( gindex == 0 || charcode > range->last )
  /external/freetype/src/autofit/
afglobal.c 98 FT_ULong charcode = range->first; local
102 gindex = FT_Get_Char_Index( face, charcode );
111 charcode = FT_Get_Next_Char( face, charcode, &gindex );
113 if ( gindex == 0 || charcode > range->last )
  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftdriver.h 72 FT_Long charcode );
76 FT_Long charcode );
  /external/chromium_org/third_party/freetype/src/cache/
ftccmap.c 52 #define FTC_CMAP_HASH( faceid, index, charcode ) \
54 ( (charcode) / FTC_CMAP_INDICES_MAX ) )
  /external/freetype/include/freetype/internal/
ftdriver.h 72 FT_Long charcode );
76 FT_Long charcode );
  /external/freetype/src/cache/
ftccmap.c 52 #define FTC_CMAP_HASH( faceid, index, charcode ) \
54 ( (charcode) / FTC_CMAP_INDICES_MAX ) )
  /external/chromium_org/third_party/freetype/include/freetype/
freetype.h     [all...]
  /external/freetype/include/freetype/
freetype.h     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
StringUtil.java 1363 long charcode = 0; local
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
StringUtil.java 1364 long charcode = 0; local
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftobjs.c     [all...]
  /external/freetype/src/base/
ftobjs.c     [all...]
  /external/chromium_org/third_party/freetype/src/psaux/
t1decode.c 117 /* Looks up a given glyph by its StandardEncoding charcode. Used to */
123 /* charcode :: The character code to look for. */
131 FT_Int charcode )
139 if ( charcode < 0 || charcode > 255 )
143 psnames->adobe_std_encoding[charcode]);
177 /* bchar :: The base character's StandardEncoding charcode. */
179 /* achar :: The accent character's StandardEncoding charcode. */
    [all...]
  /external/freetype/src/psaux/
t1decode.c 117 /* Looks up a given glyph by its StandardEncoding charcode. Used to */
123 /* charcode :: The character code to look for. */
131 FT_Int charcode )
139 if ( charcode < 0 || charcode > 255 )
143 psnames->adobe_std_encoding[charcode]);
177 /* bchar :: The base character's StandardEncoding charcode. */
179 /* achar :: The accent character's StandardEncoding charcode. */
    [all...]

Completed in 1311 milliseconds

1 2