Searched refs:pStartCP (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/test/cintltst/ |
D | citertst.c | 1162 char *pStartCP = uprv_strchr(str, '['); in getCEs() local 1169 while (*pStartCP == '[') { in getCEs() 1174 pEndCP = strchr(pStartCP, ']'); in getCEs() 1178 pStartCP ++; in getCEs() 1180 primarycount = readElement(&pStartCP, primary, ',', status); in getCEs() 1181 secondarycount = readElement(&pStartCP, secondary, ',', status); in getCEs() 1182 tertiarycount = readElement(&pStartCP, tertiary, ']', status); in getCEs() 1217 pStartCP = pEndCP + 1; in getCEs() 1220 return pStartCP; in getCEs()
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | citertst.c | 1162 char *pStartCP = uprv_strchr(str, '['); in getCEs() local 1169 while (*pStartCP == '[') { in getCEs() 1174 pEndCP = strchr(pStartCP, ']'); in getCEs() 1178 pStartCP ++; in getCEs() 1180 primarycount = readElement(&pStartCP, primary, ',', status); in getCEs() 1181 secondarycount = readElement(&pStartCP, secondary, ',', status); in getCEs() 1182 tertiarycount = readElement(&pStartCP, tertiary, ']', status); in getCEs() 1217 pStartCP = pEndCP + 1; in getCEs() 1220 return pStartCP; in getCEs()
|