Searched refs:whichSet (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ucnv_set.cpp | 34 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()
|
D | ucnvsel.cpp | 64 const UConverterUnicodeSet whichSet, in generateSelectorData() argument 91 whichSet, status); in generateSelectorData() 152 const UConverterUnicodeSet whichSet, UErrorCode* status) { in ucnvsel_open() argument 217 generateSelectorData(newSelector.getAlias(), upvec, excludedCodePoints, whichSet, status); in ucnvsel_open()
|
/external/icu/icu4c/source/common/unicode/ |
D | ucnvsel.h | 78 const UConverterUnicodeSet whichSet, UErrorCode* status);
|
D | ucnv.h | 1004 UConverterUnicodeSet whichSet,
|
/external/icu/icu4c/source/test/cintltst/ |
D | ucnvseltst.c | 275 const USet* excludedCodePoints, const UConverterUnicodeSet whichSet) { in getResultsManually() argument 293 whichSet, &status); in getResultsManually()
|