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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_weighting.h 141 const bool singleChar = dicNode->getNodeCodePointCount() == 1;
142 float cost = (singleChar ? ScoringParams::INSERTION_COST_FIRST_CHAR : 0.0f);
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 569 APInt SingleChar(NumBits, 0);
572 SingleChar = (uint64_t) Str[i] & UCHAR_MAX;
573 StrVal = (StrVal << 8) | SingleChar;
577 SingleChar = (uint64_t) Str[i] & UCHAR_MAX;
578 StrVal = (StrVal << 8) | SingleChar;
581 SingleChar = 0;
582 StrVal = (StrVal << 8) | SingleChar;
    [all...]
  /external/pcre/dist/
pcre_jit_compile.c 3093 struct sljit_jump *singlechar; local
    [all...]

Completed in 128 milliseconds