Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp1994 char *linePtr, *lineNext; in loadLists() local
2021 linePtr = line; in loadLists()
2024 while(isspace(*linePtr)) { in loadLists()
2025 linePtr++; in loadLists()
2028 s=linePtr; in loadLists()
2037 if((*linePtr == 0) || (*linePtr == '#')) { in loadLists()
2044 while(linePtr && *linePtr) { /* process space-separated items */ in loadLists()
2045 while(*linePtr == ' ') { in loadLists()
2046 linePtr++; in loadLists()
2049 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()