OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wdsz
(Results
1 - 2
of
2
) sorted by null
/external/apache-http/src/org/apache/commons/codec/language/
Metaphone.java
127
int
wdsz
= local.length();
local
131
(n <
wdsz
) ) { // max code size of 4 works well
145
isLastChar(
wdsz
, n) ) { // B is silent if word ends in MB
153
!isLastChar(
wdsz
, n) &&
161
if (!isLastChar(
wdsz
, n) &&
173
(
wdsz
>= 3) &&
184
if (!isLastChar(
wdsz
, n + 1) &&
193
if (isLastChar(
wdsz
, n + 1) &&
197
if (!isLastChar(
wdsz
, n + 1) &&
212
if (!isLastChar(
wdsz
, n) &&
[
all
...]
/prebuilt/common/http-client/
commons-codec-1.4.jar
Completed in 186 milliseconds