OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPreviousChar
(Results
1 - 2
of
2
) 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) {
/prebuilt/common/http-client/
commons-codec-1.4.jar
Completed in 146 milliseconds