/external/icu4c/common/ |
uset_imp.h | 16 * Internal USet definitions. 23 #include "unicode/uset.h" 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 [all...] |
uset_props.cpp | 22 #include "unicode/uset.h" 30 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,
|
uset.cpp | 8 * file name: uset.c 16 * There are functions to efficiently serialize a USet into an array of uint16_t 18 * instantiating a new USet. 23 #include "unicode/uset.h" 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_EXPORT [all...] |
ucnv_set.c | 16 * Conversion API functions using USet (ucnv_getUnicodeSet()) 18 * implementation functions on the USet implementation. 22 #include "unicode/uset.h" 31 USet *setFillIn,
|
usetiter.cpp | 20 UnicodeSetIterator::UnicodeSetIterator(const UnicodeSet& uSet) { 22 reset(uSet); 102 void UnicodeSetIterator::reset(const UnicodeSet& uSet) { 103 this->set = &uSet;
|
rbbinode.h | 29 uset, enumerator in enum:RBBINode::NodeType 58 UnicodeSet *fInputSet; // For uset nodes only.
|
rbbitblb.h | 62 // TODO: make a USet subclass of UVector
|
ubidi_props.c | 20 #include "unicode/uset.h" 55 /* add the start code point to the USet */
|
ucnv_cnv.h | 26 #include "unicode/uset.h" 195 * The API function ucnv_getUnicodeSet() clears the USet before calling 200 * the same USet, which will result in a union of the sets of all subconverters.
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
uset.h | 8 * file name: uset.h 34 struct USet; 40 typedef struct USet 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_EXPORT [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
uset.h | 8 * file name: uset.h 34 struct USet; 40 typedef struct USet 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_EXPORT [all...] |
/external/icu4c/common/unicode/ |
uset.h | 8 * file name: uset.h 35 struct USet; 41 typedef struct USet 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() o [all...] |
uniset.h | 16 #include "unicode/uset.h" 474 * 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) [all...] |
ucnvsel.h | 22 #include "unicode/uset.h" 72 const USet* excludedCodePoints,
|
/external/webkit/Source/WebCore/editing/ |
SmartReplaceICU.cpp | 35 #include <unicode/uset.h> 40 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/i18n/ |
name2uni.cpp | 36 // Does not use uset.h to reduce code dependencies 38 _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*
|
ucol_tok.h | 25 #include "unicode/uset.h" 123 USet *copySet; 124 USet *removeSet;
|
ucol_sit.cpp | 675 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 *expansions [all...] |
ulocdata.c | 99 U_CAPI USet* U_EXPORT2 100 ulocdata_getExemplarSet(ULocaleData *uld, USet *fillIn,
|
/external/icu4c/test/cintltst/ |
usettest.c | 7 #include "unicode/uset.h" 15 #define TEST(x) addTest(root, &x, "uset/" # x) 27 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); 79 * Basic API test for uset.x 82 USet* set; 83 USet* set2; 236 static void expect(const USet* set [all...] |
spooftest.c | 28 #include "unicode/uset.h" 246 USet *us; 247 const USet *uset; local 249 uset = uspoof_getAllowedChars(sc, &status); 251 TEST_ASSERT(uset_isFrozen(uset)); 364 * AllowedChars set/get the USet of allowed characters. 367 const USet *set; 368 USet *tmpSet; 371 /* By default, we should see no restriction; the USet should allow all characters. * [all...] |
cldrtest.c | 11 #include "unicode/uset.h" 23 static USet* 24 createFlattenSet(USet *origSet, UErrorCode *status) { 27 USet *newSet = NULL; [all...] |
/external/icu4c/test/perf/usetperf/ |
UsetPerf.pl | 19 "title"=>"Uset performance: ICU (".$ICUPreviousVersion." and ".$ICULatestVersion.")",
|
/external/icu4c/i18n/unicode/ |
ulocdata.h | 22 #include "unicode/uset.h" 130 * @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,
|
/external/libpcap/ |
gencode.h | 213 typedef bpf_u_int32 *uset; typedef 224 uset edom; 244 uset dom; 245 uset closure;
|