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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcitertst.c1163 char *pStartCP = uprv_strchr(str, '['); local
1170 while (*pStartCP == '[') {
1175 pEndCP = strchr(pStartCP, ']');
1179 pStartCP ++;
1181 primarycount = readElement(&pStartCP, primary, ',', status);
1182 secondarycount = readElement(&pStartCP, secondary, ',', status);
1183 tertiarycount = readElement(&pStartCP, tertiary, ']', status);
1218 pStartCP = pEndCP + 1;
1221 return pStartCP;

Completed in 98 milliseconds