Searched defs:excludedCodePoints (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/common/
H A Ducnvsel.cpp59 const USet* excludedCodePoints,
120 if (excludedCodePoints) {
121 int32_t item_count = uset_getItemCount(excludedCodePoints);
126 uset_getItem(excludedCodePoints, j, &start_char, &end_char, NULL, 0,
144 If excludedCodePoints is NULL, don't exclude any codepoints */
147 const USet* excludedCodePoints,
213 generateSelectorData(newSelector.getAlias(), upvec, excludedCodePoints, whichSet, status);
57 generateSelectorData(UConverterSelector* result, UPropsVectors *upvec, const USet* excludedCodePoints, const UConverterUnicodeSet whichSet, UErrorCode* status) argument
146 ucnvsel_open(const char* const* converterList, int32_t converterListSize, const USet* excludedCodePoints, const UConverterUnicodeSet whichSet, UErrorCode* status) argument
/external/icu4c/test/cintltst/
H A Ducnvseltst.c274 const USet* excludedCodePoints, const UConverterUnicodeSet whichSet) {
293 if (excludedCodePoints != NULL) {
294 uset_addAll(set, excludedCodePoints);
272 getResultsManually(const char** encodings, int32_t num_encodings, const char *utf8, int32_t length, const USet* excludedCodePoints, const UConverterUnicodeSet whichSet) argument

Completed in 759 milliseconds