/external/icu/icu4c/source/i18n/unicode/ |
ucoleitr.h | 33 * The UCollationElements struct. 37 typedef struct UCollationElements UCollationElements; 41 * \brief C API: UCollationElements 43 * The UCollationElements API is used as an iterator to walk through each 64 * . UCollationElements *c; 110 U_STABLE UCollationElements* U_EXPORT2 128 * Close a UCollationElements. 129 * Once closed, a UCollationElements may no longer be used. 130 * @param elems The UCollationElements to close [all...] |
coleitr.h | 41 struct UCollationElements; 288 static inline CollationElementIterator *fromUCollationElements(UCollationElements *uc) { 292 static inline const CollationElementIterator *fromUCollationElements(const UCollationElements *uc) { 296 inline UCollationElements *toUCollationElements() { 297 return reinterpret_cast<UCollationElements *>(this); 300 inline const UCollationElements *toUCollationElements() const { 301 return reinterpret_cast<const UCollationElements *>(this);
|
/external/icu/icu4c/source/test/cintltst/ |
citertst.h | 97 static void assertEqual(UCollationElements *i1, UCollationElements *i2);
|
callcoll.h | 43 void backAndForth(UCollationElements *iter); 44 /* gets an array of CEs for a string in UCollationElements iterator. */ 45 OrderAndOffset* getOrders(UCollationElements *iter, int32_t *orderLength);
|
citertst.c | 76 UCollationElements *pitr = ucol_openElements(coll, pattern, -1, 78 UCollationElements *titer = ucol_openElements(coll, text, -1, 149 UCollationElements *pitr = NULL; 150 UCollationElements *titer = NULL; 220 UCollationElements *iter; 286 UCollationElements *iter; 365 UCollationElements *iter; 423 UCollationElements *iter; 561 UCollationElements *iter, *pristine; 707 UCollationElements *iter1, *iter2 [all...] |
callcoll.c | 471 OrderAndOffset* getOrders(UCollationElements *iter, int32_t *orderLength) 520 backAndForth(UCollationElements *iter) 597 UCollationElements *iter; [all...] |
cmsccoll.c | 100 UCollationElements *iter; 126 UCollationElements *iter; 583 UCollationElements *iter; 863 UCollationElements *iter; [all...] |
capitst.c | 449 UCollationElements *iter1, *iter2; [all...] |
/external/icu/icu4c/source/i18n/ |
ucoleitr.cpp | 186 UCollationPCE::UCollationPCE(UCollationElements *elems) { init(elems); } 190 void UCollationPCE::init(UCollationElements *elems) { 271 U_CAPI UCollationElements* U_EXPORT2 302 ucol_closeElements(UCollationElements *elems) 308 ucol_reset(UCollationElements *elems) 314 ucol_next(UCollationElements *elems, 368 ucol_previous(UCollationElements *elems, 461 ucol_getMaxExpansion(const UCollationElements *elems, 476 ucol_setText( UCollationElements *elems, 494 ucol_getOffset(const UCollationElements *elems [all...] |
usrchimp.h | 87 UCollationPCE(UCollationElements *elems); 91 void init(UCollationElements *elems); 173 UCollationElements *textIter; 177 UCollationElements *utilIter;
|
usearch.cpp | 48 inline void setColEIterOffset(UCollationElements *elems, 297 UCollationElements *coleiter = strsrch->utilIter; 369 UCollationElements *coleiter = strsrch->utilIter; 627 UCollationElements *coleiter = strsrch->utilIter; 872 UCollationElements *coleiter = strsrch->utilIter; [all...] |
/external/icu/icu4c/source/test/perf/collationperf/ |
collperf.cpp | 836 UCollationElements *iter = ucol_openElements(gCol, NULL, 0, &error); [all...] |
/external/icu/icu4c/source/test/perf/collperf/ |
collperf.cpp | 138 UCollationElements *iter; 187 UCollationElements *iter;
|
/external/icu/icu4c/source/test/intltest/ |
colldata.cpp | 43 UCollationElements *elems = ucol_openElements(coll, string.getBuffer(), string.length(), &status);
|
ssearch.cpp | 363 UCollationElements *elems = ucol_openElements(coll, string.getBuffer(), string.length(), &status); [all...] |