/external/chromium_org/third_party/icu/source/i18n/unicode/ |
ucoleitr.h | 41 * The UCollationElements struct. 45 typedef struct UCollationElements UCollationElements; 49 * \brief C API: UCollationElements 51 * The UCollationElements API is used as an iterator to walk through each 72 * . UCollationElements *c; 118 U_STABLE UCollationElements* U_EXPORT2 136 * Close a UCollationElements. 137 * Once closed, a UCollationElements may no longer be used. 138 * @param elems The UCollationElements to close [all...] |
coleitr.h | 45 * The UCollationElements struct. 49 typedef struct UCollationElements UCollationElements; 343 UCollationElements *m_data_;
|
/external/icu4c/i18n/unicode/ |
ucoleitr.h | 43 * The UCollationElements struct. 47 typedef struct UCollationElements UCollationElements; 51 * \brief C API: UCollationElements 53 * The UCollationElements API is used as an iterator to walk through each 74 * . UCollationElements *c; 120 U_STABLE UCollationElements* U_EXPORT2 138 * Close a UCollationElements. 139 * Once closed, a UCollationElements may no longer be used. 140 * @param elems The UCollationElements to close [all...] |
coleitr.h | 45 * The UCollationElements struct. 49 typedef struct UCollationElements UCollationElements; 343 UCollationElements *m_data_;
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
citertst.h | 115 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 | 81 UCollationElements *pitr = ucol_openElements(coll, pattern, -1, 83 UCollationElements *titer = ucol_openElements(coll, text, -1, 154 UCollationElements *pitr = NULL; 155 UCollationElements *titer = NULL; 225 UCollationElements *iter; 291 UCollationElements *iter; 370 UCollationElements *iter; 428 UCollationElements *iter; 566 UCollationElements *iter, *pristine; 712 UCollationElements *iter1, *iter2 [all...] |
callcoll.c | 442 OrderAndOffset* getOrders(UCollationElements *iter, int32_t *orderLength) 491 backAndForth(UCollationElements *iter) 568 UCollationElements *iter; 940 UCollationElements *ceiX, *ceiY, *ceiZ; [all...] |
/external/icu4c/test/cintltst/ |
citertst.h | 115 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 | 81 UCollationElements *pitr = ucol_openElements(coll, pattern, -1, 83 UCollationElements *titer = ucol_openElements(coll, text, -1, 154 UCollationElements *pitr = NULL; 155 UCollationElements *titer = NULL; 225 UCollationElements *iter; 291 UCollationElements *iter; 370 UCollationElements *iter; 428 UCollationElements *iter; 566 UCollationElements *iter, *pristine; 712 UCollationElements *iter1, *iter2 [all...] |
callcoll.c | 470 OrderAndOffset* getOrders(UCollationElements *iter, int32_t *orderLength) 519 backAndForth(UCollationElements *iter) 596 UCollationElements *iter; [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
usrchimp.h | 67 UCollationElements *textIter; 70 UCollationElements *utilIter;
|
ucoleitr.cpp | 211 UCollationPCE(UCollationElements *elems); 222 UCollationPCE::UCollationPCE(UCollationElements *elems) 246 inline uint64_t processCE(UCollationElements *elems, uint32_t ce) 299 uprv_init_pce(const UCollationElements *elems) 310 U_CAPI UCollationElements* U_EXPORT2 320 UCollationElements *result = new UCollationElements; 340 ucol_closeElements(UCollationElements *elems) 367 ucol_reset(UCollationElements *elems) 389 ucol_forceHanImplicit(UCollationElements *elems, UErrorCode *status [all...] |
usearch.cpp | 51 inline void setColEIterOffset(UCollationElements *elems, 303 UCollationElements *coleiter = strsrch->utilIter; 378 UCollationElements *coleiter = strsrch->utilIter; 638 UCollationElements *coleiter = strsrch->utilIter; [all...] |
coleitr.cpp | 393 UCollationElements *ucolelem = this->m_data_; 394 UCollationElements *otherucolelem = other.m_data_;
|
ucol_imp.h | 366 struct UCollationElements : public U_NAMESPACE_QUALIFIER UMemory 389 struct UCollationElements; 393 uprv_init_pce(const struct UCollationElements *elems); 606 * This indicates the last element in a UCollationElements has been consumed. [all...] |
/external/icu4c/i18n/ |
usrchimp.h | 67 UCollationElements *textIter; 70 UCollationElements *utilIter;
|
ucoleitr.cpp | 211 UCollationPCE(UCollationElements *elems); 222 UCollationPCE::UCollationPCE(UCollationElements *elems) 246 inline uint64_t processCE(UCollationElements *elems, uint32_t ce) 299 uprv_init_pce(const UCollationElements *elems) 310 U_CAPI UCollationElements* U_EXPORT2 320 UCollationElements *result = new UCollationElements; 340 ucol_closeElements(UCollationElements *elems) 367 ucol_reset(UCollationElements *elems) 389 ucol_forceHanImplicit(UCollationElements *elems, UErrorCode *status [all...] |
usearch.cpp | 51 inline void setColEIterOffset(UCollationElements *elems, 303 UCollationElements *coleiter = strsrch->utilIter; 378 UCollationElements *coleiter = strsrch->utilIter; 638 UCollationElements *coleiter = strsrch->utilIter; [all...] |
coleitr.cpp | 394 UCollationElements *ucolelem = this->m_data_; 395 UCollationElements *otherucolelem = other.m_data_;
|
ucol_imp.h | 364 struct UCollationElements : public icu::UMemory 387 struct UCollationElements; 391 uprv_init_pce(const struct UCollationElements *elems); 622 * This indicates the last element in a UCollationElements has been consumed. [all...] |
/libcore/luni/src/main/native/ |
libcore_icu_NativeCollation.cpp | 27 static UCollationElements* toCollationElements(jlong address) { 28 return reinterpret_cast<UCollationElements*>(static_cast<uintptr_t>(address)); 64 UCollationElements* result = ucol_openElements(toCollator(address), source.get(), source.size(), &status);
|
/external/chromium_org/third_party/icu/source/tools/dumpce/ |
dumpce.cpp | 162 void serialize(FILE *f, UCollationElements *iter) { 244 UCollationElements *iter) { 371 UCollationElements *iter = ucol_openElements(COLLATOR_, str, strlen, [all...] |
/external/icu4c/tools/dumpce/ |
dumpce.cpp | 162 void serialize(FILE *f, UCollationElements *iter) { 244 UCollationElements *iter) { 371 UCollationElements *iter = ucol_openElements(COLLATOR_, str, strlen, [all...] |