Searched defs:USet (Results 1 - 7 of 7) sorted by relevance

/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 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,
/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,
/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,
/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 143 milliseconds