Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp1980 char *linePtr, *lineNext; in loadLists() local
2007 linePtr = line; in loadLists()
2010 while(isspace(*linePtr)) { in loadLists()
2011 linePtr++; in loadLists()
2014 s=linePtr; in loadLists()
2023 if((*linePtr == 0) || (*linePtr == '#')) { in loadLists()
2030 while(linePtr && *linePtr) { /* process space-separated items */ in loadLists()
2031 while(*linePtr == ' ') { in loadLists()
2032 linePtr++; in loadLists()
2035 if(linePtr[0] == '"') in loadLists()
[all …]
/external/icu/icu4c/source/tools/toolutil/
Dpkg_gencmn.c120 char *linePtr; in createCommonDataFile() local
132 linePtr = line; in createCommonDataFile()
168 while((s != NULL && *s != 0) || (s=T_FileStream_readLine(in, (line=linePtr), in createCommonDataFile()
206 uprv_free(linePtr); in createCommonDataFile()