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

  /external/icu4c/common/
unorm_it.c 41 * from normalization boundaries, and UITER_NO_STATE in between.
140 while(srcIndex<limit && states[srcIndex]==UITER_NO_STATE) {
168 while(srcIndex>start && states[srcIndex]==UITER_NO_STATE) {
212 uni->state=UITER_NO_STATE;
228 uni->state=UITER_NO_STATE;
240 uni->state=UITER_NO_STATE;
249 uni->states[limit++]=UITER_NO_STATE;
282 uni->state=UITER_NO_STATE;
298 uni->state=UITER_NO_STATE;
310 uni->state=UITER_NO_STATE;
    [all...]
uiter.cpp 55 return UITER_NO_STATE;
1102 return UITER_NO_STATE;
  /external/icu4c/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/webkit/JavaScriptCore/icu/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/webkit/JavaScriptGlue/icu/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/webkit/WebCore/icu/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/webkit/WebKit/mac/icu/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/icu4c/i18n/
ucol.cpp 145 // no we try to fixup if we're using a normalizing iterator and we get UITER_NO_STATE
146 if(backup->iteratorIndex == UITER_NO_STATE) {
147 while((backup->iteratorIndex = data->iterator->getState(data->iterator)) == UITER_NO_STATE) {
    [all...]
  /external/icu4c/test/intltest/
citrtest.cpp     [all...]
  /external/icu4c/test/cintltst/
custrtst.c     [all...]

Completed in 1044 milliseconds