HomeSort by relevance Sort by last modified time
    Searched defs:USerializedSet (Results 1 - 3 of 3) sorted by null

  /external/icu4c/common/unicode/
uset.h 214 typedef struct USerializedSet {
235 } USerializedSet;
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
uset.h 93 typedef struct USerializedSet {
114 } USerializedSet;
693 uset_getSerializedSet(USerializedSet* fillSet, const uint16_t* src, int32_t srcLength);
696 * Set the USerializedSet to contain the given character (and nothing
703 uset_setSerializedToOne(USerializedSet* fillSet, UChar32 c);
706 * Returns TRUE if the given USerializedSet contains the given
714 uset_serializedContains(const USerializedSet* set, UChar32 c);
726 uset_getSerializedRangeCount(const USerializedSet* set);
742 uset_getSerializedRange(const USerializedSet* set, int32_t rangeIndex,
  /external/webkit/WebCore/icu/unicode/
uset.h 93 typedef struct USerializedSet {
114 } USerializedSet;
693 uset_getSerializedSet(USerializedSet* fillSet, const uint16_t* src, int32_t srcLength);
696 * Set the USerializedSet to contain the given character (and nothing
703 uset_setSerializedToOne(USerializedSet* fillSet, UChar32 c);
706 * Returns TRUE if the given USerializedSet contains the given
714 uset_serializedContains(const USerializedSet* set, UChar32 c);
726 uset_getSerializedRangeCount(const USerializedSet* set);
742 uset_getSerializedRange(const USerializedSet* set, int32_t rangeIndex,

Completed in 29 milliseconds