Home
last modified time | relevance | path

Searched refs:tCESave (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/
Ducol.cpp7589 uint32_t *tCESave = NULL; in ucol_strcollRegular() local
7616 if(tCESave == 0) { in ucol_strcollRegular()
7622tCESave = tCE; /* we save it, so that we know where to come back AND that we need to go forward */ in ucol_strcollRegular()
7629 tCE = tCESave; /* reset the pointer to before continuation */ in ucol_strcollRegular()
7630 tCESave = 0; in ucol_strcollRegular()
/external/chromium/third_party/icu/source/i18n/
Ducol.cpp7858 uint32_t *tCESave = NULL; in ucol_strcollRegular() local
7885 if(tCESave == 0) { in ucol_strcollRegular()
7891tCESave = tCE; /* we save it, so that we know where to come back AND that we need to go forward */ in ucol_strcollRegular()
7898 tCE = tCESave; /* reset the pointer to before continuation */ in ucol_strcollRegular()
7899 tCESave = 0; in ucol_strcollRegular()