Lines Matching refs:tmpState
341 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS() local
395 tmpState = getState(sourceChar); in UConverter_fromUnicode_CompoundText_OFFSETS()
397 if (tmpState != DO_SEARCH && currentState != tmpState) { in UConverter_fromUnicode_CompoundText_OFFSETS()
399 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS()
405 if (tmpState == DO_SEARCH) { in UConverter_fromUnicode_CompoundText_OFFSETS()
410 tmpState = (COMPOUND_TEXT_CONVERTERS)i; in UConverter_fromUnicode_CompoundText_OFFSETS()
411 if (currentState != tmpState) { in UConverter_fromUnicode_CompoundText_OFFSETS()
412 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS()
423 } else if (tmpState == COMPOUND_TEXT_SINGLE_0) { in UConverter_fromUnicode_CompoundText_OFFSETS()
469 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_toUnicode_CompoundText_OFFSETS() local
487 currentState = tmpState = myConverterData->state; in UConverter_toUnicode_CompoundText_OFFSETS()
498 …tmpState = findStateFromEscSeq(mySource, mySourceLimit, args->converter->toUBytes, args->converter… in UConverter_toUnicode_CompoundText_OFFSETS()
506 } else if (tmpState == INVALID) { in UConverter_toUnicode_CompoundText_OFFSETS()
514 if (tmpState != currentState) { in UConverter_toUnicode_CompoundText_OFFSETS()
515 currentState = tmpState; in UConverter_toUnicode_CompoundText_OFFSETS()