Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/
Dtoken.go143 lineMax := l.file.LineCount() + 1
144 if line > lineMax {
145 return -1, fmt.Errorf("line is beyond end of file %v", lineMax)
146 } else if line == lineMax {
/third_party/spirv-tools/utils/vscode/src/lsp/span/
Dtoken.go143 lineMax := l.file.LineCount() + 1
144 if line > lineMax {
145 return -1, fmt.Errorf("line is beyond end of file %v", lineMax)
146 } else if line == lineMax {
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/
Dtoken.go143 lineMax := l.file.LineCount() + 1
144 if line > lineMax {
145 return -1, fmt.Errorf("line is beyond end of file %v", lineMax)
146 } else if line == lineMax {
/third_party/skia/third_party/externals/icu/source/tools/pkgdata/
Dpkgdata.cpp2071 const uint32_t lineMax = 16300; in loadLists() local
2092 if(uprv_strlen(line)>lineMax) { in loadLists()
2093 … fprintf(stderr, "%s:%d - line too long (over %d chars)\n", l->str, (int)ln, (int)lineMax); in loadLists()
/third_party/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp2071 const uint32_t lineMax = 16300; in loadLists() local
2092 if(uprv_strlen(line)>lineMax) { in loadLists()
2093 … fprintf(stderr, "%s:%d - line too long (over %d chars)\n", l->str, (int)ln, (int)lineMax); in loadLists()
/third_party/node/deps/icu-small/source/tools/pkgdata/
Dpkgdata.cpp2075 const uint32_t lineMax = 16300; in loadLists() local
2096 if(uprv_strlen(line)>lineMax) { in loadLists()
2097 … fprintf(stderr, "%s:%d - line too long (over %d chars)\n", l->str, (int)ln, (int)lineMax); in loadLists()