Searched defs:first_char (Results 1 – 16 of 16) sorted by relevance
/third_party/skia/tools/skdiff/ |
D | skdiff_utils.cpp | 109 const char *first_char = input_cstr; in replace_all() local
|
/third_party/gn/src/base/ |
D | environment.cc | 37 char first_char = variable_name[0]; in GetVar() local
|
/third_party/node/deps/v8/src/parsing/ |
D | scanner.cc | 677 base::uc32 first_char = c0_; in ScanDecimalAsSmiWithNumericSeparators() local 698 base::uc32 first_char = c0_; in ScanDecimalAsSmi() local
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | ftwinfnt.h | 205 FT_Byte first_char; member
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-helpers.c | 714 ecma_char_t first_char = lit_cesu8_read_next (&search_str_curr_p); in ecma_builtin_helper_string_find_index() local
|
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
D | tre.h | 161 int first_char; member
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
D | tre.h | 160 int first_char; member
|
/third_party/musl/src/regex/ |
D | tre.h | 159 int first_char; member
|
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
D | tre.h | 160 int first_char; member
|
/third_party/mesa3d/src/imgui/ |
D | imstb_textedit.h | 510 int first_char, length; // first char of row, and length member
|
D | imstb_truetype.h | 3656 int first_char, int num_chars, // characters to bake in stbtt_BakeFontBitmap_internal() 4769 int first_char, int num_chars, stbtt_bakedchar *chardata) in stbtt_BakeFontBitmap()
|
/third_party/skia/third_party/externals/imgui/ |
D | imstb_textedit.h | 512 int first_char, length; // first char of row, and length member
|
D | imstb_truetype.h | 3656 int first_char, int num_chars, // characters to bake in stbtt_BakeFontBitmap_internal() 4769 int first_char, int num_chars, stbtt_bakedchar *chardata) in stbtt_BakeFontBitmap()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_jit_compile.c | 6225 PCRE2_UCHAR first_char = (PCRE2_UCHAR)(common->re->first_codeunit); in fast_forward_first_char() local
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.cc | 10110 TNode<Int32T> first_char = StringCharCodeAt(name_string, UintPtrConstant(0)); in BranchIfMaybeSpecialIndex() local
|
/third_party/rust/crates/memchr/bench/data/code/ |
D | rust-library.rs | 4810 let mut first_char = true; localVariable
|