Home
last modified time | relevance | path

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

12

/external/pdfium/third_party/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
214 FT_UInt32 char_code ) in t1_cmap_custom_char_index()
232 FT_UInt32 char_code = *pchar_code; in t1_cmap_custom_char_next() local
319 FT_UInt32 char_code ) in t1_cmap_unicode_char_index()
/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
214 FT_UInt32 char_code ) in t1_cmap_custom_char_index()
232 FT_UInt32 char_code = *pchar_code; in t1_cmap_custom_char_next() local
319 FT_UInt32 char_code ) in t1_cmap_unicode_char_index()
/external/pdfium/third_party/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
181 FT_UInt32 char_code ) in cff_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
181 FT_UInt32 char_code ) in cff_cmap_unicode_char_index()
/external/pdfium/third_party/freetype/src/sfnt/
Dttcmap.c125 FT_UInt32 char_code ) in tt_cmap0_char_index()
395 FT_UInt32 char_code ) in tt_cmap2_get_subheader()
446 FT_UInt32 char_code ) in tt_cmap2_char_index()
1351 FT_UInt32 char_code ) in tt_cmap4_char_index()
1499 FT_UInt32 char_code ) in tt_cmap6_char_index()
1524 FT_UInt32 char_code = *pchar_code + 1; in tt_cmap6_char_next() local
1753 FT_UInt32 char_code ) in tt_cmap8_char_index()
1786 FT_UInt32 char_code = *pchar_code + 1; in tt_cmap8_char_next() local
1926 FT_UInt32 char_code ) in tt_cmap10_char_index()
1950 FT_UInt32 char_code = *pchar_code + 1; in tt_cmap10_char_next() local
[all …]
/external/freetype/src/sfnt/
Dttcmap.c132 FT_UInt32 char_code ) in tt_cmap0_char_index()
402 FT_UInt32 char_code ) in tt_cmap2_get_subheader()
454 FT_UInt32 char_code ) in tt_cmap2_char_index()
1405 FT_UInt32 char_code ) in tt_cmap4_char_index()
1553 FT_UInt32 char_code ) in tt_cmap6_char_index()
1579 FT_UInt32 char_code = *pchar_code + 1; in tt_cmap6_char_next() local
1811 FT_UInt32 char_code ) in tt_cmap8_char_index()
1848 FT_UInt32 char_code; in tt_cmap8_char_next() local
2013 FT_UInt32 char_code ) in tt_cmap10_char_index()
2043 FT_UInt32 char_code; in tt_cmap10_char_next() local
[all …]
/external/freetype/src/cache/
Dftccmap.c61 FT_UInt32 char_code; member
234 FT_UInt32 char_code ) in FTC_CMapCache_Lookup()
/external/v8/src/
Dunicode.h108 static inline uint16_t LeadSurrogate(uint32_t char_code) { in LeadSurrogate()
111 static inline uint16_t TrailSurrogate(uint32_t char_code) { in TrailSurrogate()
Dstring-search.h139 SubjectChar char_code) { in CharOccurrence()
Dhydrogen.cc7346 HInstruction* char_code = BuildStringCharCodeAt(string, index); in BuildLoad() local
8156 HInstruction* char_code = in TryInlineBuiltinMethodCall() local
11653 HValue* char_code = Pop(); in GenerateStringCharFromCode() local
11666 HInstruction* char_code = BuildStringCharCodeAt(string, index); in GenerateStringCharAt() local
/external/freetype/src/psnames/
Dpsmodule.c448 FT_UInt32 char_code = *unicode + 1; in ps_unicodes_char_next() local
/external/pdfium/third_party/freetype/src/psnames/
Dpsmodule.c448 FT_UInt32 char_code = *unicode + 1; in ps_unicodes_char_next() local
/external/v8/src/mips64/
Dlithium-mips64.h2326 explicit LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode()
2332 LOperand* char_code() { return inputs_[1]; } in char_code() function
Dlithium-mips64.cc2355 LOperand* char_code = UseRegister(instr->value()); in DoStringCharFromCode() local
/external/v8/src/mips/
Dlithium-mips.h2342 explicit LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode()
2348 LOperand* char_code() { return inputs_[1]; } in char_code() function
Dlithium-mips.cc2355 LOperand* char_code = UseRegister(instr->value()); in DoStringCharFromCode() local
/external/v8/src/ia32/
Dlithium-ia32.h2388 LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode()
2394 LOperand* char_code() { return inputs_[1]; } in char_code() function
/external/v8/src/x64/
Dlithium-x64.h2370 explicit LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode()
2376 LOperand* char_code() { return inputs_[1]; } in char_code() function
/external/v8/src/arm/
Dlithium-arm.h2384 explicit LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode()
2390 LOperand* char_code() { return inputs_[1]; } in char_code() function
Dlithium-arm.cc2406 LOperand* char_code = UseRegister(instr->value()); in DoStringCharFromCode() local
/external/v8/src/x87/
Dlithium-x87.h2394 LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode()
2400 LOperand* char_code() { return inputs_[1]; } in char_code() function
/external/v8/src/arm64/
Dlithium-arm64.h2679 LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode()
2685 LOperand* char_code() { return inputs_[1]; } in char_code() function
Dlithium-arm64.cc2456 LOperand* char_code = UseRegister(instr->value()); in DoStringCharFromCode() local
/external/freetype/src/base/
Dftobjs.c859 FT_ULong char_code, in FT_Load_Char()
/external/pdfium/third_party/freetype/src/base/
Dftobjs.c847 FT_ULong char_code, in FT_Load_Char()

12