HomeSort by relevance Sort by last modified time
    Searched defs:isLastChar (Results 1 - 4 of 4) 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/jni/src/
unigram_dictionary.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.codec_1.3.0.v20100518-1140.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 

Completed in 72 milliseconds