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

  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/slmseg/
slmseg.cpp 73 static char* s_strSlmFile = NULL;
127 s_strSlmFile = strdup(optarg);
412 if (!s_tslm->load(s_strSlmFile, true)) {
  /nv-g11n/inputmethod/sunpinyin2/src/slm/slmseg/
slmseg.cpp 73 static char* s_strSlmFile = NULL;
127 s_strSlmFile = strdup(optarg);
412 if (!s_tslm->load(s_strSlmFile, true)) {

Completed in 120 milliseconds