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

  /ndk/sources/android/support/src/musl-locale/
iconv.c 30 /* Definitions of charmaps. Each charmap consists of:
35 static const unsigned char charmaps[] = variable
77 for (s=charmaps; *s; ) {
80 return s+1-charmaps;
97 || (charmaps[t] >= 0320)) {
148 const unsigned char *map = charmaps+from+1;
149 const unsigned char *tomap = charmaps+to+1;
  /external/chromium_org/third_party/freetype/include/freetype/internal/
t1types.h 206 FT_CharMap charmaps[2]; member in struct:T1_FaceRec_
  /external/freetype/include/freetype/internal/
t1types.h 206 FT_CharMap charmaps[2]; member in struct:T1_FaceRec_
  /external/chromium_org/third_party/freetype/include/freetype/
freetype.h 465 /* parent's face. Some font formats may provide several charmaps per */
468 /* Each face object owns zero or more charmaps, but only one of them */
471 /* The list of available charmaps in a face is available through the */
472 /* `face->num_charmaps' and `face->charmaps' fields of @FT_FaceRec. */
936 FT_CharMap* charmaps; member in struct:FT_FaceRec_
    [all...]
  /external/freetype/include/freetype/
freetype.h 465 /* parent's face. Some font formats may provide several charmaps per */
468 /* Each face object owns zero or more charmaps, but only one of them */
471 /* The list of available charmaps in a face is available through the */
472 /* `face->num_charmaps' and `face->charmaps' fields of @FT_FaceRec. */
936 FT_CharMap* charmaps; member in struct:FT_FaceRec_
    [all...]

Completed in 856 milliseconds