Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ducol.cpp7421 uint32_t *tCESave = NULL; in ucol_strcollRegular() local
7447 if(tCESave == 0) { in ucol_strcollRegular()
7452tCESave = tCE; /* we save it, so that we know where to come back AND that we need to go forward */ in ucol_strcollRegular()
7459 tCE = tCESave; /* reset the pointer to before continuation */ in ucol_strcollRegular()
7460 tCESave = 0; in ucol_strcollRegular()