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

  /external/icu4c/common/
ucnv_set.c 16 * Conversion API functions using USet (ucnv_getUnicodeSet())
30 ucnv_getUnicodeSet(const UConverter *cnv,
ucnvsel.cpp 88 ucnv_getUnicodeSet(test_converter, unicode_point_set,
  /external/icu4c/test/cintltst/
ncnvtst.c     [all...]
ucnvseltst.c 291 ucnv_getUnicodeSet(test_converter, set,
ccapitst.c     [all...]
  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 541 ucnv_getUnicodeSet(converter1.get(), set1.toUSet(), UCNV_ROUNDTRIP_SET, &errorCode);
545 ucnv_getUnicodeSet(converter2.get(), set2.toUSet(), UCNV_ROUNDTRIP_SET, &errorCode);
  /external/icu4c/common/unicode/
ucnv.h 62 * @see ucnv_getUnicodeSet
    [all...]
urename.h     [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucnv.h 61 * @see ucnv_getUnicodeSet
782 * Selectors for Unicode sets that can be returned by ucnv_getUnicodeSet().
783 * @see ucnv_getUnicodeSet
829 ucnv_getUnicodeSet(const UConverter *cnv,
    [all...]
urename.h 503 #define ucnv_getUnicodeSet ucnv_getUnicodeSet_3_2
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ucnv.h 61 * @see ucnv_getUnicodeSet
782 * Selectors for Unicode sets that can be returned by ucnv_getUnicodeSet().
783 * @see ucnv_getUnicodeSet
829 ucnv_getUnicodeSet(const UConverter *cnv,
    [all...]
urename.h 503 #define ucnv_getUnicodeSet ucnv_getUnicodeSet_3_2
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucnv.h 61 * @see ucnv_getUnicodeSet
782 * Selectors for Unicode sets that can be returned by ucnv_getUnicodeSet().
783 * @see ucnv_getUnicodeSet
829 ucnv_getUnicodeSet(const UConverter *cnv,
    [all...]
urename.h 503 #define ucnv_getUnicodeSet ucnv_getUnicodeSet_3_2
    [all...]
  /external/icu4c/test/intltest/
convtest.cpp 459 ucnv_getUnicodeSet(cnv.getAlias(), cnvSetPtr->toUSet(), (UConverterUnicodeSet)which, &errorCode);
462 errln("error in ucnv_getUnicodeSet(\"%s\") for conversion/getUnicodeSet test case %d - %s",
475 errln("error: ucnv_getUnicodeSet(\"%s\") is missing items - conversion/getUnicodeSet test case %d",
487 errln("error: ucnv_getUnicodeSet(\"%s\") contains unexpected items - conversion/getUnicodeSet test case %d",
517 // Compare ucnv_getUnicodeSet() with the set of characters that can be converted.
618 ucnv_getUnicodeSet(cnv.getAlias(), set.toUSet(), which, &errorCode);
625 // but ucnv_getUnicodeSet(UCNV_ROUNDTRIP_SET) delivers true roundtrips
634 // First try to see if we have different sets because ucnv_getUnicodeSet()
655 errln("error: ucnv_getUnicodeSet(\"%s\") is missing items - which set: %d",
667 errln("error: ucnv_getUnicodeSet(\"%s\") contains unexpected items - which set: %d"
    [all...]
  /external/icu4c/extra/uconv/
uconv.cpp 498 ucnv_getUnicodeSet(cnv, set, UCNV_ROUNDTRIP_SET, &err);
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 503 #define ucnv_getUnicodeSet ucnv_getUnicodeSet_3_2
    [all...]

Completed in 3596 milliseconds