Home
last modified time | relevance | path

Searched refs:whichSet (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4c/source/common/
Ducnv_set.cpp34 UConverterUnicodeSet whichSet, in ucnv_getUnicodeSet() argument
40 if(cnv==NULL || setFillIn==NULL || whichSet<UCNV_ROUNDTRIP_SET || UCNV_SET_COUNT<=whichSet) { in ucnv_getUnicodeSet()
66 cnv->sharedData->impl->getUnicodeSet(cnv, &sa, whichSet, pErrorCode); in ucnv_getUnicodeSet()
Ducnvsel.cpp65 const UConverterUnicodeSet whichSet, in generateSelectorData() argument
92 whichSet, status); in generateSelectorData()
153 const UConverterUnicodeSet whichSet, UErrorCode* status) { in ucnvsel_open() argument
218 generateSelectorData(newSelector.getAlias(), upvec, excludedCodePoints, whichSet, status); in ucnvsel_open()
/external/icu/icu4c/source/common/unicode/
Ducnvsel.h78 const UConverterUnicodeSet whichSet, UErrorCode* status);
Ducnv.h1003 UConverterUnicodeSet whichSet,
/external/icu/libandroidicu/include/unicode/
Ducnvsel.h78 const UConverterUnicodeSet whichSet, UErrorCode* status);
Ducnv.h1003 UConverterUnicodeSet whichSet,
/external/icu/icu4c/source/test/cintltst/
Ducnvseltst.c275 const USet* excludedCodePoints, const UConverterUnicodeSet whichSet) { in getResultsManually() argument
293 whichSet, &status); in getResultsManually()
/external/icu/libandroidicu/static_shim/
Dshim.cpp1024 …_android(const UConverter * cnv, USet * setFillIn, UConverterUnicodeSet whichSet, UErrorCode * pEr… in ucnv_getUnicodeSet_android() argument
1025 ucnv_getUnicodeSet(cnv, setFillIn, whichSet, pErrorCode); in ucnv_getUnicodeSet_android()
1099 …erListSize, const USet * excludedCodePoints, const UConverterUnicodeSet whichSet, UErrorCode * sta… in ucnvsel_open_android() argument
1100 return ucnvsel_open(converterList, converterListSize, excludedCodePoints, whichSet, status); in ucnvsel_open_android()