Lines Matching refs:currentState
341 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS() local
348 currentState = myConverterData->state; 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()
400 for (i = 0; escSeqCompoundText[currentState][i] != 0; i++) { in UConverter_fromUnicode_CompoundText_OFFSETS()
401 tmpTargetBuffer[tmpTargetBufferLength++] = escSeqCompoundText[currentState][i]; in UConverter_fromUnicode_CompoundText_OFFSETS()
411 if (currentState != tmpState) { in UConverter_fromUnicode_CompoundText_OFFSETS()
412 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS()
413 for (j = 0; escSeqCompoundText[currentState][j] != 0; j++) { in UConverter_fromUnicode_CompoundText_OFFSETS()
414 … tmpTargetBuffer[tmpTargetBufferLength++] = escSeqCompoundText[currentState][j]; in UConverter_fromUnicode_CompoundText_OFFSETS()
426 …pValueLength = ucnv_MBCSFromUChar32(myConverterData->myConverterArray[currentState], sourceChar, &… in UConverter_fromUnicode_CompoundText_OFFSETS()
455 myConverterData->state = currentState; 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()
514 if (tmpState != currentState) { in UConverter_toUnicode_CompoundText_OFFSETS()
515 currentState = tmpState; in UConverter_toUnicode_CompoundText_OFFSETS()
518 … sourceOffset = uprv_strlen((char*)escSeqCompoundText[currentState]) - args->converter->toULength; in UConverter_toUnicode_CompoundText_OFFSETS()
525 if (currentState == COMPOUND_TEXT_SINGLE_0) { in UConverter_toUnicode_CompoundText_OFFSETS()
546 subArgs.converter->sharedData = myConverterData->myConverterArray[currentState]; in UConverter_toUnicode_CompoundText_OFFSETS()
572 myConverterData->state = currentState; in UConverter_toUnicode_CompoundText_OFFSETS()