OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strippedName
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterAlias.java
189
StringBuilder
strippedName
= new StringBuilder();
192
stripForCompare(
strippedName
, alias);
193
alias =
strippedName
.toString();
/external/icu/icu4c/source/common/
ucnv_io.cpp
554
char
strippedName
[UCNV_MAX_CONVERTER_NAME_LENGTH];
563
ucnv_io_stripForCompare(
strippedName
, alias);
564
alias =
strippedName
;
[
all
...]
ucnv_bld.cpp
381
char
strippedName
[UCNV_MAX_CONVERTER_NAME_LENGTH];
384
ucnv_io_stripForCompare(
strippedName
, realName);
398
result = uprv_strcmp(
strippedName
, cnvNameType[mid].name);
[
all
...]
/external/guice/lib/build/
spring-beans.jar
Completed in 233 milliseconds