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

  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/
sim_fmerge.h 52 TUnitAndParaInfo() : unit(), runOut(false) {}
54 TUnit unit; member in class:TUnitAndParaInfo
78 e.runOut = runOut = !(e.unit.read(fp, cur_offset, last_offset));
106 if (me.unit > you.unit) return true;
107 if (me.unit == you.unit) return ((char*)&me < (char*)&you);
  /nv-g11n/inputmethod/sunpinyin2/src/slm/
sim_fmerge.h 52 TUnitAndParaInfo() : unit(), runOut(false) {}
54 TUnit unit; member in class:TUnitAndParaInfo
78 e.runOut = runOut = !(e.unit.read(fp, cur_offset, last_offset));
106 if (me.unit > you.unit) return true;
107 if (me.unit == you.unit) return ((char*)&me < (char*)&you);
  /nv-g11n/g11n/src/lib/liblcl/
lcl_bencode.c 1085 int unit; local
1094 unit = len / 4;
1096 while(unit){
1109 else if((*ptr == '=') && (unit == 1)){
1119 else if((*ptr == '=') && (unit == 1)){
1131 unit--;

Completed in 120 milliseconds