Home
last modified time | relevance | path

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

12

/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.c134 FT_UInt32 char_code ) in tt_cmap0_char_index()
406 FT_UInt32 char_code ) in tt_cmap2_get_subheader()
458 FT_UInt32 char_code ) in tt_cmap2_char_index()
1478 FT_UInt32 char_code ) in tt_cmap4_char_index()
1629 FT_UInt32 char_code ) in tt_cmap6_char_index()
1655 FT_UInt32 char_code = *pchar_code + 1; in tt_cmap6_char_next() local
1889 FT_UInt32 char_code ) in tt_cmap8_char_index()
1926 FT_UInt32 char_code; in tt_cmap8_char_next() local
2093 FT_UInt32 char_code ) in tt_cmap10_char_index()
2123 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.h122 static inline uint16_t LeadSurrogate(uint32_t char_code) { in LeadSurrogate()
125 static inline uint16_t TrailSurrogate(uint32_t char_code) { in TrailSurrogate()
Dstring-search.h142 SubjectChar char_code) { in CharOccurrence()
/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.c464 FT_UInt32 char_code = *unicode + 1; in ps_unicodes_char_next() local
/external/v8/src/crankshaft/x87/
Dlithium-x87.h2059 LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode()
2065 LOperand* char_code() { return inputs_[1]; } in char_code() function
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h2062 explicit LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode()
2068 LOperand* char_code() { return inputs_[1]; } in char_code() function
Dlithium-mips64.cc2161 LOperand* char_code = UseRegister(instr->value()); in DoStringCharFromCode() local
/external/v8/src/crankshaft/x64/
Dlithium-x64.h2060 explicit LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode()
2066 LOperand* char_code() { return inputs_[1]; } in char_code() function
/external/v8/src/crankshaft/arm/
Dlithium-arm.h2059 explicit LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode()
2065 LOperand* char_code() { return inputs_[1]; } in char_code() function
Dlithium-arm.cc2209 LOperand* char_code = UseRegister(instr->value()); in DoStringCharFromCode() local
/external/v8/src/crankshaft/s390/
Dlithium-s390.h1858 explicit LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode()
1864 LOperand* char_code() { return inputs_[1]; } in char_code() function
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h2073 LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode()
2079 LOperand* char_code() { return inputs_[1]; } in char_code() function
Dlithium-ia32.cc2270 LOperand* char_code = UseRegister(instr->value()); in DoStringCharFromCode() local
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h2005 explicit LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode()
2011 LOperand* char_code() { return inputs_[1]; } in char_code() function
/external/v8/src/crankshaft/mips/
Dlithium-mips.h2016 explicit LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode()
2022 LOperand* char_code() { return inputs_[1]; } in char_code() function
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h2331 LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode()
2337 LOperand* char_code() { return inputs_[1]; } in char_code() function
Dlithium-arm64.cc2201 LOperand* char_code = UseRegister(instr->value()); in DoStringCharFromCode() local

12