Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/tools/pkgdata/
Dpkgdata.cpp2070 char *linePtr, *lineNext; in loadLists() local
2097 linePtr = line; in loadLists()
2100 while(isspace(*linePtr)) { in loadLists()
2101 linePtr++; in loadLists()
2104 s=linePtr; in loadLists()
2113 if((*linePtr == 0) || (*linePtr == '#')) { in loadLists()
2120 while(linePtr && *linePtr) { /* process space-separated items */ in loadLists()
2121 while(*linePtr == ' ') { in loadLists()
2122 linePtr++; in loadLists()
2125 if(linePtr[0] == '"') in loadLists()
[all …]
/third_party/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp2070 char *linePtr, *lineNext; in loadLists() local
2097 linePtr = line; in loadLists()
2100 while(isspace(*linePtr)) { in loadLists()
2101 linePtr++; in loadLists()
2104 s=linePtr; in loadLists()
2113 if((*linePtr == 0) || (*linePtr == '#')) { in loadLists()
2120 while(linePtr && *linePtr) { /* process space-separated items */ in loadLists()
2121 while(*linePtr == ' ') { in loadLists()
2122 linePtr++; in loadLists()
2125 if(linePtr[0] == '"') in loadLists()
[all …]
/third_party/node/deps/icu-small/source/tools/pkgdata/
Dpkgdata.cpp2074 char *linePtr, *lineNext; in loadLists() local
2101 linePtr = line; in loadLists()
2104 while(isspace(*linePtr)) { in loadLists()
2105 linePtr++; in loadLists()
2108 s=linePtr; in loadLists()
2117 if((*linePtr == 0) || (*linePtr == '#')) { in loadLists()
2124 while(linePtr && *linePtr) { /* process space-separated items */ in loadLists()
2125 while(*linePtr == ' ') { in loadLists()
2126 linePtr++; in loadLists()
2129 if(linePtr[0] == '"') in loadLists()
[all …]
/third_party/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()
/third_party/skia/third_party/externals/icu/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()
/third_party/node/deps/icu-small/source/tools/toolutil/
Dpkg_gencmn.cpp124 char *linePtr; in createCommonDataFile() local
136 linePtr = line; in createCommonDataFile()
172 while((s != nullptr && *s != 0) || (s=T_FileStream_readLine(in, (line=linePtr), in createCommonDataFile()
210 uprv_free(linePtr); in createCommonDataFile()