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

  /external/apache-http/src/org/apache/commons/codec/language/
Metaphone.java 145 isLastChar(wdsz, n) ) { // B is silent if word ends in MB
153 !isLastChar(wdsz, n) &&
161 if (!isLastChar(wdsz, n) &&
184 if (!isLastChar(wdsz, n + 1) &&
193 if (isLastChar(wdsz, n + 1) &&
197 if (!isLastChar(wdsz, n + 1) &&
212 if (!isLastChar(wdsz, n) &&
221 if (isLastChar(wdsz, n)) {
289 if (!isLastChar(wdsz,n) &&
341 private boolean isLastChar(int wdsz, int n)
    [all...]
  /packages/inputmethods/LatinIME/native/src/
unigram_dictionary.cpp 641 const bool isLastChar = (NOT_A_CHARACTER == nextc);
644 const bool isTerminal = isLastChar && isTerminalNode;
659 if (!isLastChar) {
690 // Note that !hasChildren implies isLastChar, so we know we don't have to skip any
    [all...]
  /prebuilt/common/http-client/
commons-codec-1.4.jar 

Completed in 1503 milliseconds