OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:charmaps
(Results
1 - 25
of
33
) sorted by null
1
2
/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_
psaux.h
773
/***** TYPE1
CHARMAPS
*****/
[
all
...]
/external/chromium_org/third_party/freetype/src/base/
ftobjs.c
889
FT_CMap cmap = FT_CMAP( face->
charmaps
[n] );
894
face->
charmaps
[n] = NULL;
897
FT_FREE( face->
charmaps
);
931
/* discard
charmaps
*/
992
first = face->
charmaps
;
1008
* *several* Unicode
charmaps
:
1053
/* Do the loop again and search for UCS-2
charmaps
. */
[
all
...]
/external/freetype/include/freetype/internal/
t1types.h
206
FT_CharMap
charmaps
[2];
member in struct:T1_FaceRec_
psaux.h
773
/***** TYPE1
CHARMAPS
*****/
[
all
...]
/external/freetype/src/base/
ftobjs.c
889
FT_CMap cmap = FT_CMAP( face->
charmaps
[n] );
894
face->
charmaps
[n] = NULL;
897
FT_FREE( face->
charmaps
);
931
/* discard
charmaps
*/
992
first = face->
charmaps
;
1008
* *several* Unicode
charmaps
:
1053
/* Do the loop again and search for UCS-2
charmaps
. */
[
all
...]
/external/chromium_org/third_party/freetype/include/freetype/
ttnameid.h
67
* This value was used to specify ISO/IEC 10646
charmaps
. It is however
72
* Used by Microsoft to indicate Windows-specific
charmaps
. See
78
* Used to indicate application-specific
charmaps
.
82
* by FreeType to report Adobe-specific
charmaps
in an @FT_CharMapRec
101
* @TT_PLATFORM_APPLE_UNICODE
charmaps
and name entries.
139
* @TT_PLATFORM_MACINTOSH
charmaps
and name entries.
221
* @TT_PLATFORM_ISO
charmaps
and name entries.
246
* @TT_PLATFORM_MICROSOFT
charmaps
and name entries.
275
* Corresponds to UCS-4 or UTF-32
charmaps
. This has been added to
296
* @TT_PLATFORM_ADOBE
charmaps
. This is a FreeType-specific extension
[
all
...]
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/
ttnameid.h
67
* This value was used to specify ISO/IEC 10646
charmaps
. It is however
72
* Used by Microsoft to indicate Windows-specific
charmaps
. See
78
* Used to indicate application-specific
charmaps
.
82
* by FreeType to report Adobe-specific
charmaps
in an @FT_CharMapRec
101
* @TT_PLATFORM_APPLE_UNICODE
charmaps
and name entries.
139
* @TT_PLATFORM_MACINTOSH
charmaps
and name entries.
221
* @TT_PLATFORM_ISO
charmaps
and name entries.
246
* @TT_PLATFORM_MICROSOFT
charmaps
and name entries.
275
* Corresponds to UCS-4 or UTF-32
charmaps
. This has been added to
296
* @TT_PLATFORM_ADOBE
charmaps
. This is a FreeType-specific extension
[
all
...]
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/chromium_org/third_party/freetype/src/cache/
ftccmap.c
316
cmap = face->
charmaps
[cmap_index];
/external/freetype/src/cache/
ftccmap.c
316
cmap = face->
charmaps
[cmap_index];
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
hp_roman8.py
3
Based on data from ftp://dkuug.dk/i18n/
charmaps
/HP-ROMAN8 (Keld Simonsen)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
hp_roman8.py
3
Based on data from ftp://dkuug.dk/i18n/
charmaps
/HP-ROMAN8 (Keld Simonsen)
/external/chromium_org/third_party/freetype/src/sfnt/
sfobjs.c
253
/*
charmaps
). */
878
/* Polish the
charmaps
. */
894
FT_CharMap charmap = root->
charmaps
[m];
[
all
...]
/external/freetype/src/sfnt/
sfobjs.c
253
/*
charmaps
). */
878
/* Polish the
charmaps
. */
894
FT_CharMap charmap = root->
charmaps
[m];
[
all
...]
/external/chromium_org/third_party/freetype/src/cff/
cffobjs.c
929
cmap = cffface->
charmaps
[nn];
973
cffface->charmap = cffface->
charmaps
[nn];
[
all
...]
/external/freetype/src/cff/
cffobjs.c
929
cmap = cffface->
charmaps
[nn];
973
cffface->charmap = cffface->
charmaps
[nn];
[
all
...]
/external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType.cpp
467
FT_UShort platformId = face->
charmaps
[i]->platform_id;
468
FT_UShort encodingId = face->
charmaps
[i]->encoding_id;
479
FT_Set_Charmap(face, face->
charmaps
[i]);
[
all
...]
/external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_name.h
132
((UnicodeUCS4, SkTEndian_SwapBE16(10))) // UTF-16BE. It means UCS4 in
charmaps
.
/external/skia/src/sfnt/
SkOTTable_name.h
132
((UnicodeUCS4, SkTEndian_SwapBE16(10))) // UTF-16BE. It means UCS4 in
charmaps
.
/external/skia/src/ports/
SkFontHost_FreeType.cpp
469
FT_UShort platformId = face->
charmaps
[i]->platform_id;
470
FT_UShort encodingId = face->
charmaps
[i]->encoding_id;
481
FT_Set_Charmap(face, face->
charmaps
[i]);
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codeccallbacks.py
67
# For ascii, latin-1 and
charmaps
this is completely implemented
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codeccallbacks.py
67
# For ascii, latin-1 and
charmaps
this is completely implemented
Completed in 2682 milliseconds
1
2