Home
last modified time | relevance | path

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

/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dres_locale.cpp219 const char *pSep = nextPos; in DoParse() local
221 while (*pSep) { in DoParse()
222 if (*pSep == sep) { in DoParse()
225 pSep++; in DoParse()
227 nextPos = ((*pSep == 0) ? nullptr : (pSep + 1)); in DoParse()
228 int16_t subTagLen = pSep - curPos; in DoParse()
/base/global/resource_management/frameworks/resmgr/src/
Dres_locale.cpp225 const char *pSep = nextPos; in DoParse() local
227 while (*pSep) { in DoParse()
228 if (*pSep == sep) { in DoParse()
231 pSep++; in DoParse()
233 nextPos = ((*pSep == 0) ? nullptr : (pSep + 1)); in DoParse()
234 int16_t subTagLen = pSep - curPos; in DoParse()