Searched refs:NextCh (Results 1 – 3 of 3) sorted by relevance
487 void NextCh(cmsIT8* it8) in NextCh() function549 NextCh(it8); in ReadReal()557 NextCh(it8); // Eats dec. point in ReadReal()563 NextCh(it8); in ReadReal()575 NextCh(it8); sgn = 1; in ReadReal()579 sgn = -1; NextCh(it8); in ReadReal()585 NextCh(it8); in ReadReal()594 NextCh(it8); in ReadReal()694 NextCh(it8); in InSymbol()705 NextCh(it8); in InSymbol()[all …]
47 NextCh(it8); sgn = 1;57 NextCh(it8);
1297 auto NextCh = PP.peek(); in __root_path_raw() local1298 if (NextCh && *NextCh == '/') { in __root_path_raw()