Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmscgats.c487 void NextCh(cmsIT8* it8) in NextCh() function
549 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 …]
/external/pdfium/third_party/lcms/
D0023-upstream-integer-overflow-MPEmatrix_Read.patch47 NextCh(it8); sgn = 1;
57 NextCh(it8);
/external/libcxx/src/filesystem/
Doperations.cpp1297 auto NextCh = PP.peek(); in __root_path_raw() local
1298 if (NextCh && *NextCh == '/') { in __root_path_raw()