Home
last modified time | relevance | path

Searched defs:char_code (Results 1 – 15 of 15) sorted by relevance

/external/freetype/src/psaux/
Dt1cmap.c64 FT_UInt32 char_code ) in t1_cmap_std_char_index()
103 FT_UInt32 char_code = *pchar_code + 1; in t1_cmap_std_char_next() local
222 FT_UInt32 char_code ) in t1_cmap_custom_char_index()
240 FT_UInt32 char_code = *pchar_code; in t1_cmap_custom_char_next() local
331 FT_UInt32 char_code ) in t1_cmap_unicode_char_index()
/external/freetype/src/cff/
Dcffcmap.c61 FT_UInt32 char_code ) in cff_cmap_encoding_char_index()
78 FT_UInt32 char_code = *pchar_code; in cff_cmap_encoding_char_next() local
187 FT_UInt32 char_code ) in cff_cmap_unicode_char_index()
/external/freetype/src/pfr/
Dpfrcmap.c71 FT_UInt32 char_code ) in pfr_cmap_char_index()
103 FT_UInt32 char_code = *pchar_code + 1; in pfr_cmap_char_next() local
Dpfrsbit.c281 FT_UInt char_code, in pfr_lookup_bitmap_data()
Dpfrtypes.h120 FT_UInt char_code; member
157 FT_UInt char_code; member
/external/freetype/src/sfnt/
Dttcmap.c133 FT_UInt32 char_code ) in tt_cmap0_char_index()
405 FT_UInt32 char_code ) in tt_cmap2_get_subheader()
458 FT_UInt32 char_code ) in tt_cmap2_char_index()
1484 FT_UInt32 char_code ) in tt_cmap4_char_index()
1635 FT_UInt32 char_code ) in tt_cmap6_char_index()
1661 FT_UInt32 char_code = *pchar_code + 1; in tt_cmap6_char_next() local
1895 FT_UInt32 char_code ) in tt_cmap8_char_index()
1932 FT_UInt32 char_code; in tt_cmap8_char_next() local
2099 FT_UInt32 char_code ) in tt_cmap10_char_index()
2129 FT_UInt32 char_code; in tt_cmap10_char_next() local
[all …]
/external/pdfium/core/fxcrt/
Dcfx_char.h28 uint16_t char_code() const { return m_wCharCode; } in char_code() function
/external/freetype/src/cache/
Dftccmap.c61 FT_UInt32 char_code; member
234 FT_UInt32 char_code ) in FTC_CMapCache_Lookup()
/external/v8/src/
Dunicode.h125 static inline uint16_t LeadSurrogate(uint32_t char_code) { in LeadSurrogate()
128 static inline uint16_t TrailSurrogate(uint32_t char_code) { in TrailSurrogate()
Dstring-search.h142 SubjectChar char_code) { in CharOccurrence()
Dcode-stub-assembler.cc6191 TNode<Int32T> char_code = StringCharCodeAt(string, from); in SubString() local
/external/freetype/src/winfonts/
Dwinfnt.c631 FT_UInt32 char_code ) in fnt_cmap_char_index()
651 FT_UInt32 char_code = *pchar_code + 1; in fnt_cmap_char_next() local
/external/freetype/src/psnames/
Dpsmodule.c465 FT_UInt32 char_code = *unicode + 1; in ps_unicodes_char_next() local
/external/v8/src/builtins/
Dbuiltins-string-gen.cc1856 TNode<Int32T> char_code = in StringToArray() local
2324 Node* const char_code, Label* const if_not_whitespace) { in GotoIfNotWhiteSpaceOrLineTerminator()
/external/freetype/src/base/
Dftobjs.c1051 FT_ULong char_code, in FT_Load_Char()