Home
last modified time | relevance | path

Searched defs:first_char (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/tools/skdiff/
Dskdiff_utils.cpp109 const char *first_char = input_cstr; in replace_all() local
/third_party/gn/src/base/
Denvironment.cc37 char first_char = variable_name[0]; in GetVar() local
/third_party/node/deps/v8/src/parsing/
Dscanner.cc677 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/
Dftwinfnt.h205 FT_Byte first_char; member
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers.c714 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/
Dtre.h161 int first_char; member
/third_party/musl/porting/uniproton/kernel/src/regex/
Dtre.h160 int first_char; member
/third_party/musl/src/regex/
Dtre.h159 int first_char; member
/third_party/musl/porting/liteos_m/kernel/src/regex/
Dtre.h160 int first_char; member
/third_party/mesa3d/src/imgui/
Dimstb_textedit.h510 int first_char, length; // first char of row, and length member
Dimstb_truetype.h3656 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/
Dimstb_textedit.h512 int first_char, length; // first char of row, and length member
Dimstb_truetype.h3656 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/
Dpcre2_jit_compile.c6225 PCRE2_UCHAR first_char = (PCRE2_UCHAR)(common->re->first_codeunit); in fast_forward_first_char() local
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc10110 TNode<Int32T> first_char = StringCharCodeAt(name_string, UintPtrConstant(0)); in BranchIfMaybeSpecialIndex() local
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs4810 let mut first_char = true; localVariable