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

  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 101 } else if ((canonicalName = ucnv_getAlias(name, 0, &error)) != NULL) {
137 const char* name = ucnv_getAlias(icuCanonicalName, i, &status);
147 name = ucnv_getAlias(icuCanonicalName, 1, &status);
  /external/chromium_org/third_party/icu/source/common/unicode/
ucnv.h 33 * {@link ucnv_getAlias() } and {@link ucnv_getStandardName() } are some of the
313 * ucnv_getAlias for a complete list that is available.
320 * @see ucnv_getAlias
    [all...]