HomeSort by relevance Sort by last modified time
    Searched refs:unit (Results 1 - 7 of 7) 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/cmd/mp/locale/ja_JP.UTF-8/
mktbl.c 32 #define UNIT (0xFFFF)
50 dump_tbl(0, UNIT, MAX);
96 int unit,
105 fprintf(stdout, "/*\n Mapping table: U+%08X - U+%08X\n*/\n", index, index+unit);
106 for (i = 0; i <= unit && index < last; i++) {
  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/ids2ngram/
idngram_merge.h 64 CSIM_IdngramFreq<N>& ng = upi.unit;
  /nv-g11n/inputmethod/sunpinyin2/src/slm/ids2ngram/
idngram_merge.h 64 CSIM_IdngramFreq<N>& ng = upi.unit;
  /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--;
  /nv-g11n/inputmethod/iiim/build/
build-src.sh 340 cd unit

Completed in 240 milliseconds