Searched refs:pSep (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/common/
H A Duloc_tag.c2165 char *pSep; local
2170 pSep = pSubtag;
2171 while (*pSep) {
2172 if (*pSep == SEP) {
2175 pSep++;
2177 if (*pSep == 0) {
2181 pNext = pSep + 1;
2183 subtagLen = (int32_t)(pSep - pSubtag);
2187 *pSep = 0; /* terminate */
2190 pLastGoodPosition = pSep;
[all...]

Completed in 167 milliseconds