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/iputils/Modules/
pg3.c 348 int pc, lcount; local
362 lcount = pg_count;
387 if (--lcount == 0) {
  /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/chromium_org/third_party/lcov/bin/
geninfo 768 my $lcount = $gcov_content[ ( $line - 1 ) * 3 + 1 ];
772 if (($lcount > 0) &&
773 (($count == 0) || ($lcount < $count))) {
774 $count = $lcount;
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 3161 Bit16u lcount, lbefore, lafter, count; local
    [all...]

Completed in 136 milliseconds