Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ducol.cpp7171 UNormIterator *sNIt = NULL, *tNIt = NULL; in ucol_checkIdent() local
7172 sNIt = unorm_openIter(stackNormIter1, sizeof(stackNormIter1), status); in ucol_checkIdent()
7176 UCharIterator *sIt = unorm_setIter(sNIt, sColl->iterator, UNORM_NFD, status); in ucol_checkIdent()
7179 unorm_closeIter(sNIt); in ucol_checkIdent()
/external/chromium/third_party/icu/source/i18n/
Ducol.cpp7372 UNormIterator *sNIt = NULL, *tNIt = NULL; in ucol_checkIdent() local
7373 sNIt = unorm_openIter(stackNormIter1, sizeof(stackNormIter1), status); in ucol_checkIdent()
7377 UCharIterator *sIt = unorm_setIter(sNIt, sColl->iterator, UNORM_NFD, status); in ucol_checkIdent()
7380 unorm_closeIter(sNIt); in ucol_checkIdent()