/external/pdfium/third_party/freetype/src/psaux/ |
D | t1cmap.c | 64 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/ |
D | t1cmap.c | 64 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/cff/ |
D | cffcmap.c | 61 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/cff/ |
D | cffcmap.c | 61 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/ |
D | ttcmap.c | 132 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 2010 FT_UInt32 char_code ) in tt_cmap10_char_index() 2040 FT_UInt32 char_code; in tt_cmap10_char_next() local [all …]
|
/external/freetype/src/sfnt/ |
D | ttcmap.c | 125 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/cache/ |
D | ftccmap.c | 61 FT_UInt32 char_code; member 234 FT_UInt32 char_code ) in FTC_CMapCache_Lookup()
|
/external/v8/src/ |
D | unicode.h | 122 static inline uint16_t LeadSurrogate(uint32_t char_code) { in LeadSurrogate() 125 static inline uint16_t TrailSurrogate(uint32_t char_code) { in TrailSurrogate()
|
D | string-search.h | 142 SubjectChar char_code) { in CharOccurrence()
|
/external/pdfium/third_party/freetype/src/psnames/ |
D | psmodule.c | 448 FT_UInt32 char_code = *unicode + 1; in ps_unicodes_char_next() local
|
/external/freetype/src/psnames/ |
D | psmodule.c | 448 FT_UInt32 char_code = *unicode + 1; in ps_unicodes_char_next() local
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 2211 explicit LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode() 2217 LOperand* char_code() { return inputs_[1]; } in char_code() function
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 2289 LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode() 2295 LOperand* char_code() { return inputs_[1]; } in char_code() function
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 2258 explicit LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode() 2264 LOperand* char_code() { return inputs_[1]; } in char_code() function
|
D | lithium-mips.cc | 2365 LOperand* char_code = UseRegister(instr->value()); in DoStringCharFromCode() local
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 2276 explicit LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode() 2282 LOperand* char_code() { return inputs_[1]; } in char_code() function
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 2293 LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode() 2299 LOperand* char_code() { return inputs_[1]; } in char_code() function
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 2304 explicit LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode() 2310 LOperand* char_code() { return inputs_[1]; } in char_code() function
|
D | lithium-mips64.cc | 2370 LOperand* char_code = UseRegister(instr->value()); in DoStringCharFromCode() local
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 2301 explicit LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode() 2307 LOperand* char_code() { return inputs_[1]; } in char_code() function
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 2597 LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode() 2603 LOperand* char_code() { return inputs_[1]; } in char_code() function
|
D | lithium-arm64.cc | 2422 LOperand* char_code = UseRegister(instr->value()); in DoStringCharFromCode() local
|
/external/freetype/src/base/ |
D | ftobjs.c | 847 FT_ULong char_code, in FT_Load_Char()
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftobjs.c | 847 FT_ULong char_code, in FT_Load_Char()
|
/external/v8/src/crankshaft/ |
D | hydrogen.cc | 7870 HInstruction* char_code = BuildStringCharCodeAt(string, index); in BuildLoad() local 8740 HInstruction* char_code = in TryInlineBuiltinMethodCall() local 12551 HValue* char_code = Pop(); in GenerateStringCharFromCode() local 12564 HInstruction* char_code = BuildStringCharCodeAt(string, index); in GenerateStringCharAt() local
|