Searched refs:tmpState (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ucnv_ct.c | 341 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS() local 395 tmpState = getState(sourceChar); 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() 405 if (tmpState == DO_SEARCH) { in UConverter_fromUnicode_CompoundText_OFFSETS() 410 tmpState = (COMPOUND_TEXT_CONVERTERS)i; in UConverter_fromUnicode_CompoundText_OFFSETS() 411 if (currentState != tmpState) { in UConverter_fromUnicode_CompoundText_OFFSETS() 412 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS() 423 } else if (tmpState == COMPOUND_TEXT_SINGLE_0) { in UConverter_fromUnicode_CompoundText_OFFSETS() 469 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_toUnicode_CompoundText_OFFSETS() local [all …]
|
/external/chromium_org/third_party/icu/source/common/ |
D | ucnv_ct.c | 341 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS() local 395 tmpState = getState(sourceChar); 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() 405 if (tmpState == DO_SEARCH) { in UConverter_fromUnicode_CompoundText_OFFSETS() 410 tmpState = (COMPOUND_TEXT_CONVERTERS)i; in UConverter_fromUnicode_CompoundText_OFFSETS() 411 if (currentState != tmpState) { in UConverter_fromUnicode_CompoundText_OFFSETS() 412 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS() 423 } else if (tmpState == COMPOUND_TEXT_SINGLE_0) { in UConverter_fromUnicode_CompoundText_OFFSETS() 469 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_toUnicode_CompoundText_OFFSETS() local [all …]
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
D | filterbanks.c | 128 WebRtc_Word32 tmpState[WEBRTC_SPL_MUL_16_16(2,(QORDER-1))]; /* 4 */ in WebRtcIsacfix_SplitAndFilter1() local 162 tmpState[k] = prefiltdata->INSTAT1_fix[k]; in WebRtcIsacfix_SplitAndFilter1() 163 …FRAMESAMPLES/2,WebRtcIsacfix_kUpperApFactorsQ15, QLOOKAHEAD , NUMBEROFCHANNELAPSECTIONS, tmpState); in WebRtcIsacfix_SplitAndFilter1() 165 tmpState[k] = prefiltdata->INSTAT2_fix[k]; in WebRtcIsacfix_SplitAndFilter1() 166 …FRAMESAMPLES/2,WebRtcIsacfix_kLowerApFactorsQ15, QLOOKAHEAD , NUMBEROFCHANNELAPSECTIONS, tmpState); in WebRtcIsacfix_SplitAndFilter1()
|
/external/stlport/test/unit/ |
D | codecvt_test.cpp | 248 mbstate_t tmpState = mb; in do_length() local 249 do_in(tmpState, efrom, eend, ecur, ibegin, ibegin + m + offset, icur); in do_length()
|