Searched refs:tmpState (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucnv_ct.cpp | 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 [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | ucnv_ct.cpp | 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 [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucnv_ct.cpp | 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 [all …]
|
/third_party/icu/icu4c/source/common/ |
D | ucnv_ct.cpp | 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 [all …]
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetCompoundText.java | 352 byte tmpState = 0; in encodeLoop() 416 tmpState = getState(sourceChar); in encodeLoop() 420 if (tmpState < 0) { in encodeLoop() 425 tmpState = (byte)i; in encodeLoop() 431 } else if (tmpState == COMPOUND_TEXT_SINGLE_0) { in encodeLoop() 435 …err = gbEncoder[tmpState].cnvMBCSFromUnicodeWithOffsets(CharBuffer.wrap(sourceCharArray), tmpTarge… in encodeLoop() 444 if (currentState != tmpState) { in encodeLoop() 445 currentState = tmpState; in encodeLoop() 517 byte tmpState = currentState; in decodeLoop() 535 tmpState = findStateFromEscSeq(source, this.toUBytesArray, this.toULength); in decodeLoop() [all …]
|