Searched refs:UITER_NO_STATE (Results 1 - 10 of 10) sorted by relevance

/external/icu4c/common/
H A Dunorm_it.c41 * 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...]
H A Duiter.cpp55 return UITER_NO_STATE;
1102 return UITER_NO_STATE;
/external/icu4c/common/unicode/
H A Duiter.h84 #define UITER_NO_STATE ((uint32_t)0xffffffff) macro
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/Source/JavaScriptCore/icu/unicode/
H A Duiter.h84 #define UITER_NO_STATE ((uint32_t)0xffffffff) macro
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/Source/JavaScriptGlue/icu/unicode/
H A Duiter.h84 #define UITER_NO_STATE ((uint32_t)0xffffffff) macro
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/Source/WebCore/icu/unicode/
H A Duiter.h84 #define UITER_NO_STATE ((uint32_t)0xffffffff) macro
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/Source/WebKit/mac/icu/unicode/
H A Duiter.h84 #define UITER_NO_STATE ((uint32_t)0xffffffff) macro
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/
H A Ducol.cpp185 // no we try to fixup if we're using a normalizing iterator and we get UITER_NO_STATE
186 if(backup->iteratorIndex == UITER_NO_STATE) {
187 while((backup->iteratorIndex = data->iterator->getState(data->iterator)) == UITER_NO_STATE) {
5370 // the iterator returned UITER_NO_STATE at the end of the last iteration,
5538 if(newState != UITER_NO_STATE) {
5600 if(newState != UITER_NO_STATE) {
5646 if(newState != UITER_NO_STATE) {
5709 if(newState != UITER_NO_STATE) {
5807 if(newState != UITER_NO_STATE) {
5863 if(newState != UITER_NO_STATE) {
[all...]
/external/icu4c/test/intltest/
H A Dcitrtest.cpp958 if (uiter_getState(&sIter) != UITER_NO_STATE) {
959 errln("error: uiter_getState did not return UITER_NO_STATE on bad input");
/external/icu4c/test/cintltst/
H A Dcustrtst.c1638 while((state=uiter_getState(iter2))==UITER_NO_STATE) {

Completed in 220 milliseconds