Home
last modified time | relevance | path

Searched refs:UCollationElements (Results 1 – 25 of 51) sorted by relevance

123

/external/cronet/tot/third_party/icu/source/i18n/unicode/
Ducoleitr.h39 typedef struct UCollationElements UCollationElements; typedef
116 U_CAPI UCollationElements* U_EXPORT2
139 ucol_closeElements(UCollationElements *elems);
151 ucol_reset(UCollationElements *elems);
163 ucol_next(UCollationElements *elems, UErrorCode *status);
179 ucol_previous(UCollationElements *elems, UErrorCode *status);
193 ucol_getMaxExpansion(const UCollationElements *elems, int32_t order);
213 ucol_setText( UCollationElements *elems,
228 ucol_getOffset(const UCollationElements *elems);
243 ucol_setOffset(UCollationElements *elems,
Dcoleitr.h45 struct UCollationElements;
293 static inline CollationElementIterator *fromUCollationElements(UCollationElements *uc) { in fromUCollationElements()
297 …static inline const CollationElementIterator *fromUCollationElements(const UCollationElements *uc)… in fromUCollationElements()
301 inline UCollationElements *toUCollationElements() { in toUCollationElements()
302 return reinterpret_cast<UCollationElements *>(this); in toUCollationElements()
305 inline const UCollationElements *toUCollationElements() const { in toUCollationElements()
306 return reinterpret_cast<const UCollationElements *>(this); in toUCollationElements()
/external/icu/libicu/cts_headers/unicode/
Ducoleitr.h39 typedef struct UCollationElements UCollationElements; typedef
116 U_CAPI UCollationElements* U_EXPORT2
139 ucol_closeElements(UCollationElements *elems);
151 ucol_reset(UCollationElements *elems);
163 ucol_next(UCollationElements *elems, UErrorCode *status);
179 ucol_previous(UCollationElements *elems, UErrorCode *status);
193 ucol_getMaxExpansion(const UCollationElements *elems, int32_t order);
213 ucol_setText( UCollationElements *elems,
228 ucol_getOffset(const UCollationElements *elems);
243 ucol_setOffset(UCollationElements *elems,
Dcoleitr.h45 struct UCollationElements;
293 static inline CollationElementIterator *fromUCollationElements(UCollationElements *uc) { in fromUCollationElements()
297 …static inline const CollationElementIterator *fromUCollationElements(const UCollationElements *uc)… in fromUCollationElements()
301 inline UCollationElements *toUCollationElements() { in toUCollationElements()
302 return reinterpret_cast<UCollationElements *>(this); in toUCollationElements()
305 inline const UCollationElements *toUCollationElements() const { in toUCollationElements()
306 return reinterpret_cast<const UCollationElements *>(this); in toUCollationElements()
/external/cronet/stable/third_party/icu/source/i18n/unicode/
Ducoleitr.h39 typedef struct UCollationElements UCollationElements; typedef
116 U_CAPI UCollationElements* U_EXPORT2
139 ucol_closeElements(UCollationElements *elems);
151 ucol_reset(UCollationElements *elems);
163 ucol_next(UCollationElements *elems, UErrorCode *status);
179 ucol_previous(UCollationElements *elems, UErrorCode *status);
193 ucol_getMaxExpansion(const UCollationElements *elems, int32_t order);
213 ucol_setText( UCollationElements *elems,
228 ucol_getOffset(const UCollationElements *elems);
243 ucol_setOffset(UCollationElements *elems,
Dcoleitr.h45 struct UCollationElements;
293 static inline CollationElementIterator *fromUCollationElements(UCollationElements *uc) { in fromUCollationElements()
297 …static inline const CollationElementIterator *fromUCollationElements(const UCollationElements *uc)… in fromUCollationElements()
301 inline UCollationElements *toUCollationElements() { in toUCollationElements()
302 return reinterpret_cast<UCollationElements *>(this); in toUCollationElements()
305 inline const UCollationElements *toUCollationElements() const { in toUCollationElements()
306 return reinterpret_cast<const UCollationElements *>(this); in toUCollationElements()
/external/icu/libandroidicu/include/unicode/
Ducoleitr.h39 typedef struct UCollationElements UCollationElements; typedef
116 U_CAPI UCollationElements* U_EXPORT2
139 ucol_closeElements(UCollationElements *elems);
151 ucol_reset(UCollationElements *elems);
163 ucol_next(UCollationElements *elems, UErrorCode *status);
179 ucol_previous(UCollationElements *elems, UErrorCode *status);
193 ucol_getMaxExpansion(const UCollationElements *elems, int32_t order);
213 ucol_setText( UCollationElements *elems,
228 ucol_getOffset(const UCollationElements *elems);
243 ucol_setOffset(UCollationElements *elems,
/external/icu/icu4c/source/i18n/unicode/
Ducoleitr.h39 typedef struct UCollationElements UCollationElements; typedef
116 U_CAPI UCollationElements* U_EXPORT2
139 ucol_closeElements(UCollationElements *elems);
151 ucol_reset(UCollationElements *elems);
163 ucol_next(UCollationElements *elems, UErrorCode *status);
179 ucol_previous(UCollationElements *elems, UErrorCode *status);
193 ucol_getMaxExpansion(const UCollationElements *elems, int32_t order);
213 ucol_setText( UCollationElements *elems,
228 ucol_getOffset(const UCollationElements *elems);
243 ucol_setOffset(UCollationElements *elems,
Dcoleitr.h45 struct UCollationElements;
293 static inline CollationElementIterator *fromUCollationElements(UCollationElements *uc) { in fromUCollationElements()
297 …static inline const CollationElementIterator *fromUCollationElements(const UCollationElements *uc)… in fromUCollationElements()
301 inline UCollationElements *toUCollationElements() { in toUCollationElements()
302 return reinterpret_cast<UCollationElements *>(this); in toUCollationElements()
305 inline const UCollationElements *toUCollationElements() const { in toUCollationElements()
306 return reinterpret_cast<const UCollationElements *>(this); in toUCollationElements()
/external/icu/icu4c/source/i18n/
Ducoleitr.cpp188 UCollationPCE::UCollationPCE(UCollationElements *elems) { init(elems); } in UCollationPCE()
192 void UCollationPCE::init(UCollationElements *elems) { in init()
273 U_CAPI UCollationElements* U_EXPORT2
304 ucol_closeElements(UCollationElements *elems) in ucol_closeElements()
310 ucol_reset(UCollationElements *elems) in ucol_reset()
316 ucol_next(UCollationElements *elems, in ucol_next()
370 ucol_previous(UCollationElements *elems, in ucol_previous()
463 ucol_getMaxExpansion(const UCollationElements *elems, in ucol_getMaxExpansion()
478 ucol_setText( UCollationElements *elems, in ucol_setText()
496 ucol_getOffset(const UCollationElements *elems) in ucol_getOffset()
[all …]
Dusrchimp.h89 UCollationPCE(UCollationElements *elems);
93 void init(UCollationElements *elems);
171 UCollationElements *textIter;
175 UCollationElements *utilIter;
/external/cronet/stable/third_party/icu/source/i18n/
Ducoleitr.cpp188 UCollationPCE::UCollationPCE(UCollationElements *elems) { init(elems); } in UCollationPCE()
192 void UCollationPCE::init(UCollationElements *elems) { in init()
273 U_CAPI UCollationElements* U_EXPORT2
304 ucol_closeElements(UCollationElements *elems) in ucol_closeElements()
310 ucol_reset(UCollationElements *elems) in ucol_reset()
316 ucol_next(UCollationElements *elems, in ucol_next()
370 ucol_previous(UCollationElements *elems, in ucol_previous()
463 ucol_getMaxExpansion(const UCollationElements *elems, in ucol_getMaxExpansion()
478 ucol_setText( UCollationElements *elems, in ucol_setText()
496 ucol_getOffset(const UCollationElements *elems) in ucol_getOffset()
[all …]
Dusrchimp.h89 UCollationPCE(UCollationElements *elems);
93 void init(UCollationElements *elems);
171 UCollationElements *textIter;
175 UCollationElements *utilIter;
/external/cronet/tot/third_party/icu/source/i18n/
Ducoleitr.cpp188 UCollationPCE::UCollationPCE(UCollationElements *elems) { init(elems); } in UCollationPCE()
192 void UCollationPCE::init(UCollationElements *elems) { in init()
273 U_CAPI UCollationElements* U_EXPORT2
304 ucol_closeElements(UCollationElements *elems) in ucol_closeElements()
310 ucol_reset(UCollationElements *elems) in ucol_reset()
316 ucol_next(UCollationElements *elems, in ucol_next()
370 ucol_previous(UCollationElements *elems, in ucol_previous()
463 ucol_getMaxExpansion(const UCollationElements *elems, in ucol_getMaxExpansion()
478 ucol_setText( UCollationElements *elems, in ucol_setText()
496 ucol_getOffset(const UCollationElements *elems) in ucol_getOffset()
[all …]
Dusrchimp.h89 UCollationPCE(UCollationElements *elems);
93 void init(UCollationElements *elems);
171 UCollationElements *textIter;
175 UCollationElements *utilIter;
/external/icu/libicu/cts_headers/
Dusrchimp.h89 UCollationPCE(UCollationElements *elems);
93 void init(UCollationElements *elems);
171 UCollationElements *textIter;
175 UCollationElements *utilIter;
/external/icu/icu4c/source/test/cintltst/
Dcitertst.c80 UCollationElements *pitr = ucol_openElements(coll, pattern, -1, in TestBug672()
82 UCollationElements *titer = ucol_openElements(coll, text, -1, in TestBug672()
153 UCollationElements *pitr = NULL; in TestBug672Normalize()
154 UCollationElements *titer = NULL; in TestBug672Normalize()
224 UCollationElements *iter; in TestUnicodeChar()
290 UCollationElements *iter; in TestNormalizedUnicodeChar()
369 UCollationElements *iter; in TestNormalization()
427 UCollationElements *iter; in TestPrevious()
565 UCollationElements *iter, *pristine; in TestOffset()
711 UCollationElements *iter1, *iter2; in TestSetText()
[all …]
Dcitertst.h99 static void assertEqual(UCollationElements *i1, UCollationElements *i2);
Dcallcoll.h45 void backAndForth(UCollationElements *iter);
47 OrderAndOffset* getOrders(UCollationElements *iter, int32_t *orderLength);
/external/cronet/stable/third_party/icu/source/test/cintltst/
Dcitertst.c80 UCollationElements *pitr = ucol_openElements(coll, pattern, -1, in TestBug672()
82 UCollationElements *titer = ucol_openElements(coll, text, -1, in TestBug672()
153 UCollationElements *pitr = NULL; in TestBug672Normalize()
154 UCollationElements *titer = NULL; in TestBug672Normalize()
224 UCollationElements *iter; in TestUnicodeChar()
290 UCollationElements *iter; in TestNormalizedUnicodeChar()
369 UCollationElements *iter; in TestNormalization()
427 UCollationElements *iter; in TestPrevious()
565 UCollationElements *iter, *pristine; in TestOffset()
711 UCollationElements *iter1, *iter2; in TestSetText()
[all …]
Dcitertst.h99 static void assertEqual(UCollationElements *i1, UCollationElements *i2);
Dcallcoll.h45 void backAndForth(UCollationElements *iter);
47 OrderAndOffset* getOrders(UCollationElements *iter, int32_t *orderLength);
/external/cronet/tot/third_party/icu/source/test/cintltst/
Dcitertst.c80 UCollationElements *pitr = ucol_openElements(coll, pattern, -1, in TestBug672()
82 UCollationElements *titer = ucol_openElements(coll, text, -1, in TestBug672()
153 UCollationElements *pitr = NULL; in TestBug672Normalize()
154 UCollationElements *titer = NULL; in TestBug672Normalize()
224 UCollationElements *iter; in TestUnicodeChar()
290 UCollationElements *iter; in TestNormalizedUnicodeChar()
369 UCollationElements *iter; in TestNormalization()
427 UCollationElements *iter; in TestPrevious()
565 UCollationElements *iter, *pristine; in TestOffset()
711 UCollationElements *iter1, *iter2; in TestSetText()
[all …]
Dcitertst.h99 static void assertEqual(UCollationElements *i1, UCollationElements *i2);
Dcallcoll.h45 void backAndForth(UCollationElements *iter);
47 OrderAndOffset* getOrders(UCollationElements *iter, int32_t *orderLength);

123