Home
last modified time | relevance | path

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

/dports/chinese/scim-fcitx/fcitx/src/
H A Dpy.h10 #define PY_INDEX_FILE "pyindex.dat" macro
H A Dpy.cpp251 strcat (strPath, PY_INDEX_FILE); in LoadPYOtherDict()
2404 strcat (strPathTemp, PY_INDEX_FILE); in SavePYIndex()
2451 strcat (strPath, PY_INDEX_FILE); in SavePYIndex()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/im/pinyin/
H A Dpy.h34 #define PY_INDEX_FILE "pyindex.dat" macro
H A Dpy.c427 fp = FcitxXDGGetFileUserWithPrefix("pinyin", PY_INDEX_FILE, "r", NULL); in LoadPYOtherDict()
1841 FcitxXDGGetFileUserWithPrefix("pinyin", PY_INDEX_FILE, NULL, &pstr); in SavePYIndex()
2132 FcitxXDGGetFileUserWithPrefix("", PY_INDEX_FILE, NULL, &oldpyindex); in PinyinMigration()
2134 FcitxXDGGetFileUserWithPrefix("pinyin", PY_INDEX_FILE, NULL, &newpyindex); in PinyinMigration()
/dports/chinese/scim-fcitx/fcitx/tools/
H A DcreatePYMB.cpp53 #define PY_INDEX_FILE "pyindex.dat" macro