HomeSort by relevance Sort by last modified time
    Searched refs:char_index (Results 1 - 20 of 20) sorted by null

  /external/libchrome/base/strings/
utf_string_conversion_utils.cc 15 int32_t* char_index,
21 CBU8_NEXT(src, *char_index, src_len, code_point);
26 (*char_index)--;
34 int32_t* char_index,
36 if (CBU16_IS_SURROGATE(src[*char_index])) {
37 if (!CBU16_IS_SURROGATE_LEAD(src[*char_index]) ||
38 *char_index + 1 >= src_len ||
39 !CBU16_IS_TRAIL(src[*char_index + 1])) {
45 *code_point = CBU16_GET_SUPPLEMENTARY(src[*char_index],
46 src[*char_index + 1])
    [all...]
utf_string_conversion_utils.h 37 // |*code_point|. |src| represents the entire string to read, and |*char_index|
38 // is the character offset within the string to start reading at. |*char_index|
45 int32_t* char_index,
51 int32_t* char_index,
58 int32_t* char_index,
string_util.cc 362 int32_t char_index = truncation_length - 1; local
369 while (char_index >= 0) {
370 int32_t prev = char_index;
372 CBU8_NEXT(data, char_index, truncation_length, code_point);
375 char_index = prev - 1;
381 if (char_index >= 0 )
382 *output = input.substr(0, char_index);
521 int32_t char_index = 0; local
523 while (char_index < src_len) {
525 CBU8_NEXT(src, char_index, src_len, code_point)
    [all...]
  /external/freetype/src/sfnt/
ttcmap.h 117 clazz->clazz.char_index = char_index_; \
ttcmap.c 188 (FT_CMap_CharIndexFunc)tt_cmap0_char_index, /* char_index */
581 (FT_CMap_CharIndexFunc)tt_cmap2_char_index, /* char_index */
    [all...]
  /external/pdfium/third_party/freetype/src/sfnt/
ttcmap.h 117 clazz->clazz.char_index = char_index_; \
ttcmap.c     [all...]
  /external/freetype/include/freetype/internal/
t1types.h 66 /* char_index :: An array of corresponding glyph indices. */
76 FT_UShort* char_index; member in struct:T1_EncodingRecRec_
ftobjs.h 199 FT_CMap_CharIndexFunc char_index; member in struct:FT_CMap_ClassRec_
274 clazz->char_index = char_index_; \
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
t1types.h 65 /* char_index :: An array of corresponding glyph indices. */
75 FT_UShort* char_index; member in struct:T1_EncodingRecRec_
ftobjs.h 198 FT_CMap_CharIndexFunc char_index; member in struct:FT_CMap_ClassRec_
273 clazz->char_index = char_index_; \
    [all...]
  /external/freetype/src/psaux/
t1cmap.c 194 cmap->indices = encoding->char_index;
  /external/pdfium/third_party/freetype/src/psaux/
t1cmap.c 194 cmap->indices = encoding->char_index;
  /external/pdfium/third_party/freetype/src/type1/
t1load.c     [all...]
t1objs.c 254 FT_FREE( type1->encoding.char_index );
  /external/libpng/
png.c 2807 png_size_t char_index=0; local
    [all...]
  /external/pdfium/third_party/libpng16/
png.c 2776 png_size_t char_index=0; local
    [all...]
  /external/skia/third_party/libpng/
png.c 2775 png_size_t char_index=0; local
    [all...]
  /external/freetype/src/base/
ftobjs.c     [all...]
  /external/pdfium/third_party/freetype/src/base/
ftobjs.c     [all...]

Completed in 503 milliseconds