Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp2029 char *linePtr, *lineNext; in loadLists() local
2056 linePtr = line; in loadLists()
2059 while(isspace(*linePtr)) { in loadLists()
2060 linePtr++; in loadLists()
2063 s=linePtr; in loadLists()
2072 if((*linePtr == 0) || (*linePtr == '#')) { in loadLists()
2079 while(linePtr && *linePtr) { /* process space-separated items */ in loadLists()
2080 while(*linePtr == ' ') { in loadLists()
2081 linePtr++; in loadLists()
2084 if(linePtr[0] == '"') in loadLists()
[all …]
/external/icu/icu4c/source/tools/toolutil/
Dpkg_gencmn.cpp124 char *linePtr; in createCommonDataFile() local
136 linePtr = line; in createCommonDataFile()
172 while((s != NULL && *s != 0) || (s=T_FileStream_readLine(in, (line=linePtr), in createCommonDataFile()
210 uprv_free(linePtr); in createCommonDataFile()