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

  /external/chromium_org/third_party/icu/source/common/
unorm_it.c 42 * from normalization boundaries, and UITER_NO_STATE in between.
141 while(srcIndex<limit && states[srcIndex]==UITER_NO_STATE) {
169 while(srcIndex>start && states[srcIndex]==UITER_NO_STATE) {
213 uni->state=UITER_NO_STATE;
229 uni->state=UITER_NO_STATE;
241 uni->state=UITER_NO_STATE;
250 uni->states[limit++]=UITER_NO_STATE;
283 uni->state=UITER_NO_STATE;
299 uni->state=UITER_NO_STATE;
311 uni->state=UITER_NO_STATE;
    [all...]
uiter.cpp 58 return UITER_NO_STATE;
1087 return UITER_NO_STATE;
  /external/chromium_org/third_party/icu/source/common/unicode/
uiter.h 84 #define UITER_NO_STATE ((uint32_t)0xffffffff)
267 * a valid state for each position, in which case they return UITER_NO_STATE instead.
275 * @see UITER_NO_STATE
534 * if it is NULL or any other error occurs, then UITER_NO_STATE is returned.
537 * a valid state for each position, in which case they return UITER_NO_STATE instead.
545 * @see UITER_NO_STATE
  /external/icu/icu4c/source/common/unicode/
uiter.h 84 #define UITER_NO_STATE ((uint32_t)0xffffffff)
267 * a valid state for each position, in which case they return UITER_NO_STATE instead.
275 * @see UITER_NO_STATE
534 * if it is NULL or any other error occurs, then UITER_NO_STATE is returned.
537 * a valid state for each position, in which case they return UITER_NO_STATE instead.
545 * @see UITER_NO_STATE
  /external/icu/icu4c/source/common/
uiter.cpp 58 return UITER_NO_STATE;
1087 return UITER_NO_STATE;
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp 205 // no we try to fixup if we're using a normalizing iterator and we get UITER_NO_STATE
206 if(backup->iteratorIndex == UITER_NO_STATE) {
207 while((backup->iteratorIndex = data->iterator->getState(data->iterator)) == UITER_NO_STATE) {
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
citrtest.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
citrtest.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
custrtst.c     [all...]

Completed in 2613 milliseconds