OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USerializedSet
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/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/Source/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,
/external/icu4c/common/unicode/
uset.h
215
typedef struct
USerializedSet
{
236
}
USerializedSet
;
[
all
...]
/external/icu4c/common/
uset.cpp
346
uset_getSerializedSet(
USerializedSet
* fillSet, const uint16_t* src, int32_t srcLength) {
380
uset_setSerializedToOne(
USerializedSet
* fillSet, UChar32 c) {
413
uset_serializedContains(const
USerializedSet
* set, UChar32 c) {
471
uset_getSerializedRangeCount(const
USerializedSet
* set) {
480
uset_getSerializedRange(const
USerializedSet
* set, int32_t rangeIndex,
/external/icu4c/test/cintltst/
usettest.c
478
USerializedSet
sset;
Completed in 477 milliseconds