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

  /external/apache-http/src/org/apache/commons/codec/language/
Metaphone.java 134 if ((symb != 'C') && (isPreviousChar( local, n, symb )) ) {
144 if ( isPreviousChar(local, n, 'M') &&
152 if ( isPreviousChar(local, n, 'S') &&
166 if (isPreviousChar(local, n, 'S') &&
207 if (isPreviousChar(local, n, 'G')) {
242 if (!isPreviousChar(local, n, 'C')) {
313 private boolean isPreviousChar(StringBuffer string, int index, char c) {
  /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 20 milliseconds