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

1 2

  /external/webkit/WebCore/icu/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
127 * Close a UCollationElements.
128 * Once closed, a UCollationElements may no longer be used.
129 * @param elems The UCollationElements to close
    [all...]
  /external/chromium/third_party/icu/public/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 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/chromium/third_party/icu/source/test/cintltst/
citertst.h 110 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 78 UCollationElements *pitr = ucol_openElements(coll, pattern, -1,
80 UCollationElements *titer = ucol_openElements(coll, text, -1,
151 UCollationElements *pitr = NULL;
152 UCollationElements *titer = NULL;
222 UCollationElements *iter;
288 UCollationElements *iter;
367 UCollationElements *iter;
425 UCollationElements *iter;
563 UCollationElements *iter, *pristine;
709 UCollationElements *iter1, *iter2
    [all...]
callcoll.c 442 OrderAndOffset* getOrders(UCollationElements *iter, int32_t *orderLength)
491 backAndForth(UCollationElements *iter)
565 UCollationElements *iter;
937 UCollationElements *ceiX, *ceiY, *ceiZ;
    [all...]
  /external/icu4c/test/cintltst/
citertst.h 110 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 78 UCollationElements *pitr = ucol_openElements(coll, pattern, -1,
80 UCollationElements *titer = ucol_openElements(coll, text, -1,
151 UCollationElements *pitr = NULL;
152 UCollationElements *titer = NULL;
222 UCollationElements *iter;
288 UCollationElements *iter;
367 UCollationElements *iter;
425 UCollationElements *iter;
563 UCollationElements *iter, *pristine;
709 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/chromium/third_party/icu/source/i18n/
usrchimp.h 64 UCollationElements *textIter;
67 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
316 UCollationElements *result;
322 result = (UCollationElements *)uprv_malloc(sizeof(UCollationElements));
343 ucol_closeElements(UCollationElements *elems)
376 ucol_reset(UCollationElements *elems
    [all...]
usearch.cpp 49 inline void setColEIterOffset(UCollationElements *elems,
301 UCollationElements *coleiter = strsrch->utilIter;
372 UCollationElements *coleiter = strsrch->utilIter;
628 UCollationElements *coleiter = strsrch->utilIter;
873 UCollationElements *coleiter = strsrch->utilIter;
    [all...]
coleitr.cpp 395 UCollationElements *ucolelem = this->m_data_;
396 UCollationElements *otherucolelem = other.m_data_;
ucol_imp.h 329 struct UCollationElements
352 uprv_init_pce(const struct UCollationElements *elems);
563 * 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 393 UCollationElements *ucolelem = this->m_data_;
394 UCollationElements *otherucolelem = other.m_data_;
  /libcore/luni/src/main/native/
NativeCollation.cpp 26 static UCollationElements* toCollationElements(jint address) {
27 return reinterpret_cast<UCollationElements*>(static_cast<uintptr_t>(address));
56 UCollationElements* result = ucol_openElements(toCollator(address),
  /external/chromium/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...]

Completed in 5942 milliseconds

1 2