Searched refs:GetCurrentChar (Results 1 – 4 of 4) sorted by relevance
96 ch = io.GetCurrentChar(byteLength); in GetLowerCaseName()112 std::optional<char32_t> ch{io.GetCurrentChar(byteCount)}; in GetSubscriptValue()116 ch = io.GetCurrentChar(byteCount); in GetSubscriptValue()124 ch = io.GetCurrentChar(byteCount); in GetSubscriptValue()351 if ((ch = io.GetCurrentChar(byteCount))) { in SkipNamelistGroup()432 next = io.GetCurrentChar(byteCount); in IONAME()465 next = io.GetCurrentChar(byteCount); in IONAME()504 ch = io.GetCurrentChar(byteCount); in IsNamelistName()
339 next = io.GetCurrentChar(byteCount); in ScanRealInput()611 auto ch{io.GetCurrentChar(byteCount)}; in EditDelimitedCharacterInput()622 auto next{io.GetCurrentChar(byteCount)}; in EditDelimitedCharacterInput()643 auto ch{io.GetCurrentChar(byteCount)}; in EditListDirectedCharacterInput()
128 std::optional<char32_t> GetCurrentChar(std::size_t &byteCount);154 if (auto ch{GetCurrentChar(byteCount)}) { in SkipSpaces()184 auto ch{GetCurrentChar(byteCount)}; in GetNextNonBlank()192 ch = GetCurrentChar(byteCount); in GetNextNonBlank()
573 std::optional<char32_t> IoStatementState::GetCurrentChar( in GetCurrentChar() function in Fortran::runtime::io::IoStatementState627 if (auto next{GetCurrentChar(byteCount)}) { in NextInField()660 if (auto next{GetCurrentChar(byteCount)}) { in NextInField()796 auto ch{io.GetCurrentChar(byteCount)}; in GetNextDataEdit()854 ch = io.GetCurrentChar(byteCount); in GetNextDataEdit()858 ch = io.GetCurrentChar(byteCount); in GetNextDataEdit()