Searched refs:USet (Results 1 - 25 of 47) sorted by relevance

12

/external/icu4c/common/
H A Duset_imp.h16 * Internal USet definitions.
28 USetAdd(USet *set, UChar32 c);
31 USetAddRange(USet *set, UChar32 start, UChar32 end);
34 USetAddString(USet *set, const UChar *str, int32_t length);
37 USetRemove(USet *set, UChar32 c);
40 USetRemoveRange(USet *set, UChar32 start, UChar32 end);
43 * Interface for adding items to a USet, to keep low-level code from
44 * statically depending on the USet implementation.
48 USet *set;
H A Duset.cpp16 * There are functions to efficiently serialize a USet into an array of uint16_t
18 * instantiating a new USet.
31 U_CAPI USet* U_EXPORT2
33 return (USet*) new UnicodeSet();
36 U_CAPI USet* U_EXPORT2
38 return (USet*) new UnicodeSet(start, end);
42 uset_close(USet* set) {
46 U_CAPI USet * U_EXPORT2
47 uset_clone(const USet *set) {
48 return (USet*) (((UnicodeSe
[all...]
H A Duset_props.cpp30 U_CAPI USet* U_EXPORT2
46 return (USet*) set;
49 U_CAPI USet* U_EXPORT2
66 return (USet*) set;
71 uset_applyPattern(USet *set,
100 uset_applyIntPropertyValue(USet* set,
106 uset_applyPropertyAlias(USet* set,
129 uset_toPattern(const USet* set,
H A Ducnv_set.c16 * Conversion API functions using USet (ucnv_getUnicodeSet())
18 * implementation functions on the USet implementation.
31 USet *setFillIn,
/external/icu4c/common/unicode/
H A Duset.h35 struct USet;
41 typedef struct USet USet; typedef in typeref:struct:USet
239 * USet API
243 * Create an empty USet object.
245 * @return a newly created USet. The caller must call uset_close() on
249 U_STABLE USet* U_EXPORT2
253 * Creates a USet object that contains the range of characters
258 * @return a newly created USet. The caller must call uset_close() on
262 U_STABLE USet* U_EXPORT
[all...]
H A Ducnvsel.h72 const USet* excludedCodePoints,
H A Duniset.h474 * Get a UnicodeSet pointer from a USet
476 * @param uset a USet (the ICU plain C type for UnicodeSet)
481 inline static UnicodeSet *fromUSet(USet *uset);
484 * Get a UnicodeSet pointer from a const USet
486 * @param uset a const USet (the ICU plain C type for UnicodeSet)
491 inline static const UnicodeSet *fromUSet(const USet *uset);
494 * Produce a USet * pointer for this UnicodeSet.
495 * USet is the plain C type for UnicodeSet
497 * @return a USet pointer for this UnicodeSet
500 inline USet *toUSe
[all...]
H A Ducnv.h57 * USet is the C API type for Unicode sets.
65 struct USet;
67 typedef struct USet USet; typedef in typeref:struct:USet
936 * @param setFillIn A valid USet *. It will be cleared by this function before
937 * the converter's specific set is filled into the USet.
950 USet *setFillIn,
H A Dunorm2.h155 * @param filterSet USet which determines the characters to be normalized
164 unorm2_openFiltered(const UNormalizer2 *norm2, const USet *filterSet, UErrorCode *pErrorCode);
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Duset.h34 struct USet;
40 typedef struct USet USet; typedef in typeref:struct:USet
117 * USet API
121 * Creates a USet object that contains the range of characters
125 * @return a newly created USet. The caller must call uset_close() on
129 U_STABLE USet* U_EXPORT2
141 U_STABLE USet* U_EXPORT2
156 U_STABLE USet* U_EXPORT2
162 * Disposes of the storage used by a USet objec
[all...]
H A Ducnv.h56 * USet is the C API type for Unicode sets.
64 struct USet;
66 typedef struct USet USet; typedef in typeref:struct:USet
816 * @param setFillIn A valid USet *. It will be cleared by this function before
817 * the converter's specific set is filled into the USet.
830 USet *setFillIn,
H A Ducol.h359 USet *conts,
1005 * @return a pointer to newly created USet. Must be be disposed by using uset_close
1010 U_STABLE USet * U_EXPORT2
1142 USet *unsafe,
/external/webkit/Source/WebCore/icu/unicode/
H A Duset.h34 struct USet;
40 typedef struct USet USet; typedef in typeref:struct:USet
117 * USet API
121 * Creates a USet object that contains the range of characters
125 * @return a newly created USet. The caller must call uset_close() on
129 U_STABLE USet* U_EXPORT2
141 U_STABLE USet* U_EXPORT2
156 U_STABLE USet* U_EXPORT2
162 * Disposes of the storage used by a USet objec
[all...]
H A Ducnv.h56 * USet is the C API type for Unicode sets.
64 struct USet;
66 typedef struct USet USet; typedef in typeref:struct:USet
816 * @param setFillIn A valid USet *. It will be cleared by this function before
817 * the converter's specific set is filled into the USet.
830 USet *setFillIn,
H A Ducol.h359 USet *conts,
1005 * @return a pointer to newly created USet. Must be be disposed by using uset_close
1010 U_STABLE USet * U_EXPORT2
1142 USet *unsafe,
/external/webkit/Source/WebCore/editing/
H A DSmartReplaceICU.cpp40 static void addAllCodePoints(USet* smartSet, const String& string)
49 static USet* getSmartSet(bool isPreviousCharacter)
51 static USet* preSmartSet = NULL;
52 static USet* postSmartSet = NULL;
53 USet* smartSet = isPreviousCharacter ? preSmartSet : postSmartSet;
82 USet* icuPunct = uset_openPattern(punctuationClass.characters(), punctuationClass.length(), &ec);
/external/icu4c/test/cintltst/
H A Dusettest.c27 static void expect(const USet* set,
31 static void expectContainment(const USet* set,
35 static void expectItems(const USet* set,
56 USet *s = uset_open(1, 0);
82 USet* set;
83 USet* set2;
236 static void expect(const USet* set,
245 log_err("FAIL: USet is NULL\n");
253 static void expectContainment(const USet* set,
355 static void expectItems(const USet* se
[all...]
H A Dcldrtest.c23 static USet*
24 createFlattenSet(USet *origSet, UErrorCode *status) {
27 USet *newSet = NULL;
806 USet *origSet = uset_openPatternOptions(exemplarCharacters, exemplarLen, USET_CASE_INSENSITIVE, &errorCode);
807 USet *exemplarSet = createFlattenSet(origSet, &errorCode);
849 USet *exemplarSet,
851 USet *scripts[10]= {0};
1095 USet *exemplarSet = ulocdata_getExemplarSet(uld, NULL, 0, ULOCDATA_ES_STANDARD, &errorCode);
1142 USet* exemplarSets[2];
1143 USet* unassignedSe
[all...]
/external/icu4c/i18n/unicode/
H A Dulocdata.h130 * @param fillIn Pointer to a USet object to receive the
133 * then a new USet is created and returned. The caller
146 * @return USet* Either fillIn, or if fillIn is NULL, a pointer to
147 * a newly-allocated USet that the user must close.
150 U_STABLE USet* U_EXPORT2
151 ulocdata_getExemplarSet(ULocaleData *uld, USet *fillIn,
H A Ducol.h365 USet *conts,
381 USet *contractions, USet *expansions,
1105 * @return a pointer to newly created USet. Must be be disposed by using uset_close
1110 U_STABLE USet * U_EXPORT2
1151 USet *unsafe,
H A Duspoof.h446 * or deleting the USet after calling this function.
451 uspoof_setAllowedChars(USpoofChecker *sc, const USet *chars, UErrorCode *status);
455 * Get a USet for the characters permitted in an identifier.
470 * @return A USet containing the characters that are permitted by
474 U_STABLE const USet * U_EXPORT2
493 * or deleting the USet after calling this function.
/external/icu4c/i18n/
H A Dname2uni.cpp38 _set_add(USet *set, UChar32 c) {
44 _set_addRange(USet *set, UChar32 start, UChar32 end) {
49 _set_addString(USet *set, const UChar *str, int32_t length) {
65 (USet *)legalPtr, // USet* == UnicodeSet*
H A Ducol_tok.h123 USet *copySet;
124 USet *removeSet;
H A Ducol_sit.cpp675 USet *conts;
676 USet *expansions;
677 USet *removedContractions;
689 USet *contractions = context->conts;
690 USet *expansions = context->expansions;
760 USet *expansions = ((contContext *)context)->expansions;
761 USet *removed = ((contContext *)context)->removedContractions;
806 USet *contractions,
825 USet *contractions,
826 USet *expansion
[all...]
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Ducnv.h56 * USet is the C API type for Unicode sets.
64 struct USet;
66 typedef struct USet USet; typedef in typeref:struct:USet
816 * @param setFillIn A valid USet *. It will be cleared by this function before
817 * the converter's specific set is filled into the USet.
830 USet *setFillIn,

Completed in 351 milliseconds

12