OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmpState
(Results
1 - 3
of
3
) sorted by null
/ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp
248
mbstate_t
tmpState
= mb;
249
do_in(
tmpState
, efrom, eend, ecur, ibegin, ibegin + m + offset, icur);
251
char *state = (char*)&
tmpState
;
/ndk/tests/device/test-stlport/unit/
codecvt_test.cpp
248
mbstate_t
tmpState
= mb;
249
do_in(
tmpState
, efrom, eend, ecur, ibegin, ibegin + m + offset, icur);
251
char *state = (char*)&
tmpState
;
/external/icu/icu4c/source/common/
ucnv_ct.c
339
COMPOUND_TEXT_CONVERTERS currentState,
tmpState
;
393
tmpState
= getState(sourceChar);
395
if (
tmpState
!= DO_SEARCH && currentState !=
tmpState
) {
397
currentState =
tmpState
;
403
if (
tmpState
== DO_SEARCH) {
408
tmpState
= (COMPOUND_TEXT_CONVERTERS)i;
409
if (currentState !=
tmpState
) {
410
currentState =
tmpState
;
421
} else if (
tmpState
== COMPOUND_TEXT_SINGLE_0)
[
all
...]
Completed in 560 milliseconds