Lines Matching refs:tmpState
339 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS() local
393 tmpState = getState(sourceChar); in UConverter_fromUnicode_CompoundText_OFFSETS()
395 if (tmpState != DO_SEARCH && currentState != tmpState) { in UConverter_fromUnicode_CompoundText_OFFSETS()
397 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS()
403 if (tmpState == DO_SEARCH) { in UConverter_fromUnicode_CompoundText_OFFSETS()
408 tmpState = (COMPOUND_TEXT_CONVERTERS)i; in UConverter_fromUnicode_CompoundText_OFFSETS()
409 if (currentState != tmpState) { in UConverter_fromUnicode_CompoundText_OFFSETS()
410 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS()
421 } else if (tmpState == COMPOUND_TEXT_SINGLE_0) { in UConverter_fromUnicode_CompoundText_OFFSETS()
467 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_toUnicode_CompoundText_OFFSETS() local
485 currentState = tmpState = myConverterData->state; in UConverter_toUnicode_CompoundText_OFFSETS()
496 …tmpState = findStateFromEscSeq(mySource, mySourceLimit, args->converter->toUBytes, args->converter… in UConverter_toUnicode_CompoundText_OFFSETS()
504 } else if (tmpState == INVALID) { in UConverter_toUnicode_CompoundText_OFFSETS()
512 if (tmpState != currentState) { in UConverter_toUnicode_CompoundText_OFFSETS()
513 currentState = tmpState; in UConverter_toUnicode_CompoundText_OFFSETS()