OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inwd
(Results
1 - 2
of
2
) sorted by null
/external/apache-http/src/org/apache/commons/codec/language/
Metaphone.java
85
char[]
inwd
= txt.toUpperCase().toCharArray() ;
local
90
switch(
inwd
[0]) {
94
if (
inwd
[1] == 'N') {
95
local.append(
inwd
, 1,
inwd
.length - 1);
97
local.append(
inwd
);
101
if (
inwd
[1] == 'E') {
102
local.append(
inwd
, 1,
inwd
.length - 1);
104
local.append(
inwd
);
[
all
...]
/prebuilt/common/http-client/
commons-codec-1.4.jar
Completed in 109 milliseconds