Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan-deps/spirv-tools/src/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 {
/external/deqp-deps/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 {
/external/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 {
/external/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()