• Home
  • Raw
  • Download

Lines Matching refs:currentState

346     COMPOUND_TEXT_CONVERTERS currentState, tmpState;  in UConverter_fromUnicode_CompoundText_OFFSETS()  local
353 currentState = myConverterData->state; 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()
405 for (i = 0; escSeqCompoundText[currentState][i] != 0; i++) { in UConverter_fromUnicode_CompoundText_OFFSETS()
406 tmpTargetBuffer[tmpTargetBufferLength++] = escSeqCompoundText[currentState][i]; in UConverter_fromUnicode_CompoundText_OFFSETS()
416 if (currentState != tmpState) { in UConverter_fromUnicode_CompoundText_OFFSETS()
417 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS()
418 for (j = 0; escSeqCompoundText[currentState][j] != 0; j++) { in UConverter_fromUnicode_CompoundText_OFFSETS()
419 … tmpTargetBuffer[tmpTargetBufferLength++] = escSeqCompoundText[currentState][j]; in UConverter_fromUnicode_CompoundText_OFFSETS()
431 …pValueLength = ucnv_MBCSFromUChar32(myConverterData->myConverterArray[currentState], sourceChar, &… in UConverter_fromUnicode_CompoundText_OFFSETS()
460 myConverterData->state = currentState; 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()
519 if (tmpState != currentState) { in UConverter_toUnicode_CompoundText_OFFSETS()
520 currentState = tmpState; in UConverter_toUnicode_CompoundText_OFFSETS()
523 …ceOffset = static_cast<int32_t>(uprv_strlen((char*)escSeqCompoundText[currentState]) - args->conve… in UConverter_toUnicode_CompoundText_OFFSETS()
530 if (currentState == COMPOUND_TEXT_SINGLE_0) { in UConverter_toUnicode_CompoundText_OFFSETS()
551 subArgs.converter->sharedData = myConverterData->myConverterArray[currentState]; in UConverter_toUnicode_CompoundText_OFFSETS()
577 myConverterData->state = currentState; in UConverter_toUnicode_CompoundText_OFFSETS()