HomeSort by relevance Sort by last modified time
    Searched defs:s_strDictFile (Results 1 - 4 of 4) sorted by null

  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/mmseg/
mmseg.cpp 67 static char* s_strDictFile = NULL;
112 s_strDictFile = strdup(optarg);
131 if (s_strDictFile == NULL)
265 if (!s_dict->parseText(s_strDictFile)) {
  /nv-g11n/inputmethod/sunpinyin2/src/slm/mmseg/
mmseg.cpp 67 static char* s_strDictFile = NULL;
112 s_strDictFile = strdup(optarg);
131 if (s_strDictFile == NULL)
265 if (!s_dict->parseText(s_strDictFile)) {
  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/slmseg/
slmseg.cpp 72 static char* s_strDictFile = NULL;
115 s_strDictFile = strdup(optarg);
134 if (s_strDictFile == NULL)
407 if (!s_dict->parseText(s_strDictFile)) {
  /nv-g11n/inputmethod/sunpinyin2/src/slm/slmseg/
slmseg.cpp 72 static char* s_strDictFile = NULL;
115 s_strDictFile = strdup(optarg);
134 if (s_strDictFile == NULL)
407 if (!s_dict->parseText(s_strDictFile)) {

Completed in 420 milliseconds