Searched refs:IsOct (Results 1 – 1 of 1) sorted by relevance
50 constexpr bool IsOct(char c) { in IsOct() function283 if (i + 2 >= value.size() || !IsOct(txt[i + 1]) || in StringField()284 !IsOct(txt[i + 2])) { in StringField()