HomeSort by relevance Sort by last modified time
    Searched refs:UITER_CURRENT (Results 1 - 16 of 16) sorted by null

  /external/icu4c/samples/uciter8/
uciter8.c 86 log_err("%s->next()=U+%04x != U+%04x=%s->next() at %d (started in middle)\n", n1, c1, c2, n2, iter1->getIndex(iter1, UITER_CURRENT));
96 log_err("%s->previous()=U+%04x != U+%04x=%s->previous() at %d (started in middle)\n", n1, c1, c2, n2, iter1->getIndex(iter1, UITER_CURRENT));
126 log_err("%s->next()=U+%04x != U+%04x=%s->next() at %d\n", n1, c1, c2, n2, iter1->getIndex(iter1, UITER_CURRENT));
191 log_err("%s->previous()=U+%04x != U+%04x=%s->previous() at %d\n", n1, c1, c2, n2, iter1->getIndex(iter1, UITER_CURRENT));
237 iter1->move(iter1, -2, UITER_CURRENT);
258 iter2->move(iter2, 2, UITER_CURRENT);
264 iter2->move(iter2, -3, UITER_CURRENT);
271 iter2->move(iter2, 1, UITER_CURRENT);
275 i=iter1->getIndex(iter1, UITER_CURRENT);
276 j=iter2->getIndex(iter2, UITER_CURRENT);
    [all...]
uit_len8.c 115 case UITER_CURRENT:
217 case UITER_CURRENT:
  /external/icu4c/common/
uiter.cpp 93 case UITER_CURRENT:
117 case UITER_CURRENT:
363 case UITER_CURRENT:
383 case UITER_CURRENT:
589 case UITER_CURRENT:
691 case UITER_CURRENT:
1047 iter->move(iter, 1, UITER_CURRENT);
1053 iter->move(iter, -1, UITER_CURRENT);
1060 iter->move(iter, 1, UITER_CURRENT);
1077 iter->move(iter, -1, UITER_CURRENT);
    [all...]
normlzr.cpp 569 nextIndex=text->getIndex(text, UITER_CURRENT);
605 currentIndex=text->getIndex(text, UITER_CURRENT);
unorm_it.c 336 case UITER_CURRENT:
368 case UITER_CURRENT:
unorm.cpp     [all...]
ustring.c 905 int32_t idx=iter1->getIndex(iter1, UITER_CURRENT);
    [all...]
  /external/icu4c/test/intltest/
citrtest.cpp 814 c=(UChar32)iter->move(iter, 2, UITER_CURRENT);
820 c=(UChar32)iter->move(iter, -2, UITER_CURRENT);
835 if(c!=c2 || h!=h2 || ci.getIndex()!=iter->getIndex(iter, UITER_CURRENT)) {
871 sIter.getIndex(&sIter, UITER_CURRENT)!=3 ||
880 sIter.move(&sIter, 3, UITER_CURRENT)!=5 ||
883 sIter.move(&sIter, 0, UITER_CURRENT)!=sIter.getIndex(&sIter, UITER_CURRENT) ||
884 sIter.getIndex(&sIter, UITER_CURRENT)!=3
893 cIter.getIndex(&cIter, UITER_CURRENT)!=3 ||
902 cIter.move(&cIter, 3, UITER_CURRENT)!=5 |
    [all...]
  /external/icu4c/test/cintltst/
custrtst.c     [all...]
cnormtst.c     [all...]
  /external/icu4c/common/unicode/
uiter.h 50 UITER_START, UITER_CURRENT, UITER_LIMIT, UITER_ZERO, UITER_LENGTH
64 * The actual index can be determined with getIndex(UITER_CURRENT)
92 * This function may perform slowly for UITER_CURRENT after setState() was called,
126 * The actual index can be determined with getIndex(UITER_CURRENT)
252 * (getIndex(UITER_CURRENT) followed by move(pos, UITER_ZERO)) is possible but
261 * After calling setState(), a getIndex(UITER_CURRENT) may be slow because
291 * After calling setState(), a getIndex(UITER_CURRENT) may be slow because
  /external/webkit/JavaScriptCore/icu/unicode/
uiter.h 50 UITER_START, UITER_CURRENT, UITER_LIMIT, UITER_ZERO, UITER_LENGTH
64 * The actual index can be determined with getIndex(UITER_CURRENT)
92 * This function may perform slowly for UITER_CURRENT after setState() was called,
126 * The actual index can be determined with getIndex(UITER_CURRENT)
252 * (getIndex(UITER_CURRENT) followed by move(pos, UITER_ZERO)) is possible but
261 * After calling setState(), a getIndex(UITER_CURRENT) may be slow because
291 * After calling setState(), a getIndex(UITER_CURRENT) may be slow because
  /external/webkit/JavaScriptGlue/icu/unicode/
uiter.h 50 UITER_START, UITER_CURRENT, UITER_LIMIT, UITER_ZERO, UITER_LENGTH
64 * The actual index can be determined with getIndex(UITER_CURRENT)
92 * This function may perform slowly for UITER_CURRENT after setState() was called,
126 * The actual index can be determined with getIndex(UITER_CURRENT)
252 * (getIndex(UITER_CURRENT) followed by move(pos, UITER_ZERO)) is possible but
261 * After calling setState(), a getIndex(UITER_CURRENT) may be slow because
291 * After calling setState(), a getIndex(UITER_CURRENT) may be slow because
  /external/webkit/WebCore/icu/unicode/
uiter.h 50 UITER_START, UITER_CURRENT, UITER_LIMIT, UITER_ZERO, UITER_LENGTH
64 * The actual index can be determined with getIndex(UITER_CURRENT)
92 * This function may perform slowly for UITER_CURRENT after setState() was called,
126 * The actual index can be determined with getIndex(UITER_CURRENT)
252 * (getIndex(UITER_CURRENT) followed by move(pos, UITER_ZERO)) is possible but
261 * After calling setState(), a getIndex(UITER_CURRENT) may be slow because
291 * After calling setState(), a getIndex(UITER_CURRENT) may be slow because
  /external/webkit/WebKit/mac/icu/unicode/
uiter.h 50 UITER_START, UITER_CURRENT, UITER_LIMIT, UITER_ZERO, UITER_LENGTH
64 * The actual index can be determined with getIndex(UITER_CURRENT)
92 * This function may perform slowly for UITER_CURRENT after setState() was called,
126 * The actual index can be determined with getIndex(UITER_CURRENT)
252 * (getIndex(UITER_CURRENT) followed by move(pos, UITER_ZERO)) is possible but
261 * After calling setState(), a getIndex(UITER_CURRENT) may be slow because
291 * After calling setState(), a getIndex(UITER_CURRENT) may be slow because
  /external/icu4c/i18n/
ucol.cpp 143 //backup->iteratorIndex = data->iterator->getIndex(data->iterator, UITER_CURRENT);
149 data->iterator->move(data->iterator, -1, UITER_CURRENT);
151 data->iterator->move(data->iterator, backup->iteratorMove, UITER_CURRENT);
174 data->iterator->move(data->iterator, backup->iteratorMove, UITER_CURRENT);
    [all...]

Completed in 2022 milliseconds