Home
last modified time | relevance | path

Searched refs:headerStart (Results 1 - 5 of 5) sorted by relevance

/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/
H A DCleanOutputDirectoryTask.java267 int headerStart = skipComment(line); in wasFileAutoGenerated()
268 if (headerStart < 0) { in wasFileAutoGenerated()
272 if (matchesToEndOfLine(line, headerStart, WAS_GENERATED_LABEL)) { in wasFileAutoGenerated()
287 isLenientHeaderMatchSoFar = matchesToEndOfLine(line, headerStart, headerLines.get(n)); in wasFileAutoGenerated()
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dwrtxml.cpp1019 const char* headerStart = "<header>\n"; in bundle_write_xml() local
1167 write_utf8_file(out, UnicodeString(headerStart)); in bundle_write_xml()
/third_party/icu/icu4c/source/tools/genrb/
H A Dwrtxml.cpp1019 const char* headerStart = "<header>\n"; in bundle_write_xml() local
1167 write_utf8_file(out, UnicodeString(headerStart)); in bundle_write_xml()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A 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/lz4/lib/
H A Dlz4frame.c756 { BYTE* const headerStart = dstPtr; in LZ4F_compressBegin_usingCDict() local
779 *dstPtr = LZ4F_headerChecksum(headerStart, (size_t)(dstPtr - headerStart)); in LZ4F_compressBegin_usingCDict()

Completed in 10 milliseconds