Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp1996 char *linePtr, *lineNext; in loadLists() local
2023 linePtr = line; in loadLists()
2026 while(isspace(*linePtr)) { in loadLists()
2027 linePtr++; in loadLists()
2030 s=linePtr; in loadLists()
2039 if((*linePtr == 0) || (*linePtr == '#')) { in loadLists()
2046 while(linePtr && *linePtr) { /* process space-separated items */ in loadLists()
2047 while(*linePtr == ' ') { in loadLists()
2048 linePtr++; in loadLists()
2051 if(linePtr[0] == '"') in loadLists()
[all …]
/external/icu/icu4c/source/tools/toolutil/
Dpkg_gencmn.c122 char *linePtr; in createCommonDataFile() local
134 linePtr = line; in createCommonDataFile()
170 while((s != NULL && *s != 0) || (s=T_FileStream_readLine(in, (line=linePtr), in createCommonDataFile()
208 uprv_free(linePtr); in createCommonDataFile()