Home
last modified time | relevance | path

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

/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/
DCleanOutputDirectoryTask.java266 int headerStart = skipComment(line); in wasFileAutoGenerated() local
267 if (headerStart < 0) { in wasFileAutoGenerated()
271 if (matchesToEndOfLine(line, headerStart, WAS_GENERATED_LABEL)) { in wasFileAutoGenerated()
286 isLenientHeaderMatchSoFar = matchesToEndOfLine(line, headerStart, headerLines.get(n)); in wasFileAutoGenerated()
/third_party/lz4/lib/
Dlz4frame.c606 BYTE* headerStart; in LZ4F_compressBegin_usingCDict() local
672 headerStart = dstPtr; in LZ4F_compressBegin_usingCDict()
695 *dstPtr = LZ4F_headerChecksum(headerStart, (size_t)(dstPtr - headerStart)); in LZ4F_compressBegin_usingCDict()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dwrtxml.cpp1023 const char* headerStart = "<header>\n"; in bundle_write_xml() local
1171 write_utf8_file(out, UnicodeString(headerStart)); in bundle_write_xml()
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/
Dwrtxml.cpp1023 const char* headerStart = "<header>\n"; in bundle_write_xml() local
1171 write_utf8_file(out, UnicodeString(headerStart)); in bundle_write_xml()
/third_party/icu/icu4c/source/tools/genrb/
Dwrtxml.cpp1023 const char* headerStart = "<header>\n"; in bundle_write_xml() local
1171 write_utf8_file(out, UnicodeString(headerStart)); in bundle_write_xml()
/third_party/node/deps/icu-small/source/tools/genrb/
Dwrtxml.cpp1019 const char* headerStart = "<header>\n"; in bundle_write_xml() local
1167 write_utf8_file(out, UnicodeString(headerStart)); in bundle_write_xml()