Home
last modified time | relevance | path

Searched refs:os_idx (Results 1 – 5 of 5) sorted by relevance

/dports/chinese/scim-pinyin/scim-pinyin-0.5.92/src/
H A Dscim_pinyin_global.cpp245 PinyinGlobal::save_user_phrase_lib (ostream &os_lib, ostream &os_pylib, ostream &os_idx, bool binar… in save_user_phrase_lib() argument
247 return m_user_phrase_lib->output (os_lib, os_pylib, os_idx, binary); in save_user_phrase_lib()
257 PinyinGlobal::save_sys_phrase_lib (ostream &os_lib, ostream &os_pylib, ostream &os_idx, bool binary… in save_sys_phrase_lib() argument
259 return m_sys_phrase_lib->output (os_lib, os_pylib, os_idx, binary); in save_sys_phrase_lib()
H A Dscim_pinyin_global.h85 …bool save_user_phrase_lib (ostream &os_lib, ostream &os_pylib, ostream &os_idx, bool binary = true…
88 …bool save_sys_phrase_lib (ostream &os_lib, ostream &os_pylib, ostream &os_idx, bool binary = true)…
H A Dscim_pinyin_phrase.cpp332 std::ostream &os_idx, in output() argument
336 if (!(os_lib || os_pylib || os_idx)) in output()
345 if (os_idx && !output_indexes (os_idx, binary)) in output()
403 std::ofstream os_idx(idxfile); in save_lib() local
404 return output (os_lib, os_pylib, os_idx, binary); in save_lib()
H A Dscim_pinyin_phrase.h303 …bool output (std::ostream &os_lib, std::ostream &os_pylib, std::ostream &os_idx, bool binary = fal…
/dports/databases/timescaledb/timescaledb-2.5.1/tsl/src/
H A Dchunk_api.c1145 int i, os_idx, vt_idx; in chunk_process_remote_colstats_row() local
1166 os_idx = 1; in chunk_process_remote_colstats_row()
1198 &os_idx, in chunk_process_remote_colstats_row()
1205 ++os_idx; in chunk_process_remote_colstats_row()