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

  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndldic.c     [all...]
ndapi.c 749 if (pCache->keyPtr[cacheOverKeyPtr] == pCache->keyPtr[cacheOverKeyPtr + 1] ) {
762 pCache->keyPtr[clrcnt] = 0x0000;
766 if ((pCache->keyPtr[clrcnt - 1] > pCache->keyPtr[clrcnt]) &&
767 (pCache->keyPtr[clrcnt] != 0)) {
774 pCache->keyPtr[clrcnt] = 0x0000;
778 if ((pCache->keyPtr[clrcnt - 1] > pCache->keyPtr[clrcnt]) &&
779 (pCache->keyPtr[clrcnt] != 0))
    [all...]
ndbdic.c     [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_lib.h 131 NJ_UINT16 keyPtr[NJ_MAX_KEYWORD];
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3collections.c 839 pANTLR3_UINT8 keyPtr;
843 keyPtr = (pANTLR3_UINT8) key;
849 hash = (hash << 4) + (*(keyPtr++));
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 2164 milliseconds