HomeSort by relevance Sort by last modified time
    Searched refs:strippedName (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterAlias.java 191 StringBuilder strippedName = new StringBuilder();
194 stripForCompare(strippedName, alias);
195 alias = strippedName.toString();
  /external/icu/icu4c/source/common/
ucnv_io.cpp 557 char strippedName[UCNV_MAX_CONVERTER_NAME_LENGTH];
566 ucnv_io_stripForCompare(strippedName, alias);
567 alias = strippedName;
    [all...]
ucnv_bld.cpp 388 char strippedName[UCNV_MAX_CONVERTER_NAME_LENGTH];
391 ucnv_io_stripForCompare(strippedName, realName);
405 result = uprv_strcmp(strippedName, cnvNameType[mid].name);
    [all...]
  /external/guice/lib/build/
spring-beans.jar 

Completed in 149 milliseconds