OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mappedChar
(Results
1 - 3
of
3
) sorted by null
/external/apache-http/src/org/apache/commons/codec/language/
Soundex.java
168
char
mappedChar
= this.map(str.charAt(index));
170
if (index > 1 &&
mappedChar
!= '0') {
175
if (firstCode ==
mappedChar
|| 'H' == preHWChar || 'W' == preHWChar) {
180
return
mappedChar
;
/external/icu4c/layout/
LEFontInstance.cpp
87
LEUnicode32
mappedChar
= mapper->mapChar(ch);
89
if (
mappedChar
== 0xFFFE ||
mappedChar
== 0xFFFF) {
93
if (filterZeroWidth && (
mappedChar
== 0x200C ||
mappedChar
== 0x200D)) {
94
return canDisplay(
mappedChar
)? 0x0001 : 0xFFFF;
97
return mapCharToGlyph(
mappedChar
);
/prebuilt/common/http-client/
commons-codec-1.4.jar
Completed in 28 milliseconds