HomeSort by relevance Sort by last modified time
    Searched refs:UCollationElements (Results 1 - 25 of 37) sorted by null

1 2

  /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/chromium_org/third_party/icu/source/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;
328 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 471 OrderAndOffset* getOrders(UCollationElements *iter, int32_t *orderLength)
520 backAndForth(UCollationElements *iter)
597 UCollationElements *iter;
    [all...]
  /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...]
  /external/icu/icu4c/source/i18n/
ucoleitr.cpp 178 UCollationPCE::UCollationPCE(UCollationElements *elems) { init(elems); }
182 void UCollationPCE::init(UCollationElements *elems) {
263 U_CAPI UCollationElements* U_EXPORT2
294 ucol_closeElements(UCollationElements *elems)
300 ucol_reset(UCollationElements *elems)
306 ucol_next(UCollationElements *elems,
360 ucol_previous(UCollationElements *elems,
450 ucol_getMaxExpansion(const UCollationElements *elems,
465 ucol_setText( UCollationElements *elems,
483 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 50 inline void setColEIterOffset(UCollationElements *elems,
295 UCollationElements *coleiter = strsrch->utilIter;
367 UCollationElements *coleiter = strsrch->utilIter;
625 UCollationElements *coleiter = strsrch->utilIter;
870 UCollationElements *coleiter = strsrch->utilIter;
    [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 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);
610 * This indicates the last element in a UCollationElements has been consumed.
    [all...]
ucol_elm.cpp     [all...]
  /libcore/luni/src/main/native/
libcore_icu_NativeCollation.cpp 23 // Manages a UCollationElements instance along with the jchar
35 UCollationElements* get() const {
40 // we have a valid UCollationElements object, we call ucol_setText
51 // If we don't have a UCollationElements object yet, create
79 UCollationElements* mElements;
  /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/chromium_org/third_party/icu/source/test/perf/collationperf/
collperf.cpp 836 UCollationElements *iter = ucol_openElements(gCol, NULL, 0, &error);
    [all...]
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 836 UCollationElements *iter = ucol_openElements(gCol, NULL, 0, &error);
    [all...]

Completed in 753 milliseconds

1 2