Home
last modified time | relevance | path

Searched refs:cEOF (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/connectivity/source/drivers/dbase/
H A DDNoException.cxx137 const char cEOF = (char) 0x1a; in ReadMemo() local
148 while (aBuf[i] != cEOF && ++i < 512) in ReadMemo()
150 bReady = aBuf[i] == cEOF; in ReadMemo()
H A DDTable.cxx2102 const char cEOF = (char) DBF_EOL; in WriteMemo() local
2105 (*m_pMemoStream) << cEOF << cEOF; in WriteMemo()
2707 const char cEOF = (char) DBF_EOL; in ReadMemo() local
2718 while (aBuf[i] != cEOF && ++i < 512) in ReadMemo()
2720 bReady = aBuf[i] == cEOF; in ReadMemo()

Completed in 137 milliseconds