Lines Matching refs:tmpState
346 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS() local
400 tmpState = getState(sourceChar); in UConverter_fromUnicode_CompoundText_OFFSETS()
402 if (tmpState != DO_SEARCH && currentState != tmpState) { in UConverter_fromUnicode_CompoundText_OFFSETS()
404 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS()
410 if (tmpState == DO_SEARCH) { in UConverter_fromUnicode_CompoundText_OFFSETS()
415 tmpState = (COMPOUND_TEXT_CONVERTERS)i; in UConverter_fromUnicode_CompoundText_OFFSETS()
416 if (currentState != tmpState) { in UConverter_fromUnicode_CompoundText_OFFSETS()
417 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS()
428 } else if (tmpState == COMPOUND_TEXT_SINGLE_0) { in UConverter_fromUnicode_CompoundText_OFFSETS()
474 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_toUnicode_CompoundText_OFFSETS() local
492 currentState = tmpState = myConverterData->state; in UConverter_toUnicode_CompoundText_OFFSETS()
503 …tmpState = findStateFromEscSeq(mySource, mySourceLimit, args->converter->toUBytes, args->converter… in UConverter_toUnicode_CompoundText_OFFSETS()
511 } else if (tmpState == INVALID) { in UConverter_toUnicode_CompoundText_OFFSETS()
519 if (tmpState != currentState) { in UConverter_toUnicode_CompoundText_OFFSETS()
520 currentState = tmpState; in UConverter_toUnicode_CompoundText_OFFSETS()