Home
last modified time | relevance | path

Searched refs:firstCh (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/flang/runtime/
Dformat-implementation.h91 IoErrorHandler &handler, CharType firstCh) { in GetIntField() argument
92 CharType ch{firstCh ? firstCh : PeekNext()}; in GetIntField()
101 firstCh = '\0'; in GetIntField()
112 if (firstCh) { in GetIntField()
113 firstCh = '\0'; in GetIntField()
Dformat.h134 int GetIntField(IoErrorHandler &, CharType firstCh = '\0');
/external/skqp/tools/bookmaker/
DparserCommon.cpp196 char firstCh = 0; in writeBlockIndent() local
212 if (!firstCh) { in writeBlockIndent()
213 firstCh = data[0]; in writeBlockIndent()
214 } else if ('(' == firstCh) { in writeBlockIndent()