Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dscanner.cc1149 uc32 first_char = c0_; in ScanNumber() local
1360 char first_char = static_cast<char>(c0_); in ScanIdentifierOrKeyword() local
1368 char first_char = static_cast<char>(c0_); in ScanIdentifierOrKeyword() local
1372 char first_char = static_cast<char>(c0_); in ScanIdentifierOrKeyword() local
1394 char first_char = static_cast<char>(c0_); in ScanIdentifierOrKeyword() local
1417 uc32 first_char = c0_; in ScanIdentifierOrKeyword() local
/external/skia/tools/skdiff/
Dskdiff_utils.cpp99 const char *first_char = input_cstr; in replace_all() local
/external/libchrome/base/
Denvironment.cc37 char first_char = variable_name[0]; in GetVar() local
/external/pdfium/third_party/freetype/include/freetype/
Dftwinfnt.h206 FT_Byte first_char; member
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamparser.cpp322 int first_char = m_WordBuffer[0]; in ReadNextObject() local
/external/freetype/include/freetype/
Dftwinfnt.h206 FT_Byte first_char; member
/external/v8/tools/clang/rewrite_to_chrome_style/
DRewriteToChromeStyle.cpp230 bool first_char = true; in CamelCaseToUnderscoreCase() local
/external/pcre/dist2/src/
Dpcre2_jit_compile.c4553 static SLJIT_INLINE void fast_forward_first_char(compiler_common *common, PCRE2_UCHAR first_char, B… in fast_forward_first_char()