HomeSort by relevance Sort by last modified time
    Searched refs:lcount (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/
OpenWnnDictionaryImplJni.c 792 NJ_UINT16 lcount = 0, rcount = 0; local
799 njd_r_get_count( work->dicSet.rHandle[ NJ_MODE_TYPE_HENKAN ], &lcount, &rcount );
801 if( leftPartOfSpeech < 1 || leftPartOfSpeech > lcount ) {
826 NJ_UINT16 lcount = 0, rcount = 0; local
833 njd_r_get_count( work->dicSet.rHandle[ NJ_MODE_TYPE_HENKAN ], &lcount, &rcount );
1059 NJ_UINT16 lcount = 0, rcount = 0; local
1132 NJ_UINT16 lcount = 0, rcount = 0; local
1159 NJ_UINT16 lcount = 0, rcount = 0; local
    [all...]
  /external/quake/quake/src/QW/client/
d_polyse.c 614 int lcount; local
624 lcount = d_aspancount - pspanpackage->count;
637 if (lcount)
669 } while (--lcount);
693 int lcount; local
696 lcount = pspanpackage->count;
698 if (lcount == -1)
701 if (lcount)
708 } while (--lcount);
  /external/quake/quake/src/WinQuake/
d_polyse.cpp 616 int lcount; local
626 lcount = d_aspancount - pspanpackage->count;
639 if (lcount)
671 } while (--lcount);
695 int lcount; local
698 lcount = pspanpackage->count;
700 if (lcount == -1)
703 if (lcount)
710 } while (--lcount);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnDictionaryImpl.java 782 int lcount, i; local
786 lcount = OpenWnnDictionaryImplJni.getNumberOfLeftPOS( this.mWnnWork );
787 result = new byte[ lcount + 1 ][ ];
790 for( i = 0 ; i < lcount + 1 ; i++ ) {
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 3161 Bit16u lcount, lbefore, lafter, count; local
    [all...]

Completed in 317 milliseconds