• Home
  • Raw
  • Download

Lines Matching refs:currentState

339     COMPOUND_TEXT_CONVERTERS currentState, tmpState;  in UConverter_fromUnicode_CompoundText_OFFSETS()  local
346 currentState = myConverterData->state; 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()
398 for (i = 0; escSeqCompoundText[currentState][i] != 0; i++) { in UConverter_fromUnicode_CompoundText_OFFSETS()
399 tmpTargetBuffer[tmpTargetBufferLength++] = escSeqCompoundText[currentState][i]; in UConverter_fromUnicode_CompoundText_OFFSETS()
409 if (currentState != tmpState) { in UConverter_fromUnicode_CompoundText_OFFSETS()
410 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS()
411 for (j = 0; escSeqCompoundText[currentState][j] != 0; j++) { in UConverter_fromUnicode_CompoundText_OFFSETS()
412 … tmpTargetBuffer[tmpTargetBufferLength++] = escSeqCompoundText[currentState][j]; in UConverter_fromUnicode_CompoundText_OFFSETS()
424 …pValueLength = ucnv_MBCSFromUChar32(myConverterData->myConverterArray[currentState], sourceChar, &… in UConverter_fromUnicode_CompoundText_OFFSETS()
453 myConverterData->state = currentState; 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()
512 if (tmpState != currentState) { in UConverter_toUnicode_CompoundText_OFFSETS()
513 currentState = tmpState; in UConverter_toUnicode_CompoundText_OFFSETS()
516 … sourceOffset = uprv_strlen((char*)escSeqCompoundText[currentState]) - args->converter->toULength; in UConverter_toUnicode_CompoundText_OFFSETS()
523 if (currentState == COMPOUND_TEXT_SINGLE_0) { in UConverter_toUnicode_CompoundText_OFFSETS()
544 subArgs.converter->sharedData = myConverterData->myConverterArray[currentState]; in UConverter_toUnicode_CompoundText_OFFSETS()
570 myConverterData->state = currentState; in UConverter_toUnicode_CompoundText_OFFSETS()