Searched refs:headerEnd (Results 1 – 8 of 8) sorted by relevance
/third_party/node/test/parallel/ |
D | test-http-outgoing-first-chunk-singlebyte-encoding.js | 24 const headerEnd = received.indexOf('\r\n\r\n', 'utf8'); constant 25 assert.notStrictEqual(headerEnd, -1); 27 const header = received.toString('utf8', 0, headerEnd).split('\r\n'); 28 const body = received.toString(enc, headerEnd + 4);
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/ |
D | GlyphRenumberer.java | 42 headerEnd(10), enumConstant 88 int index = Offset.headerEnd.offset; in renumberCompositeGlyph()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/ |
D | GlyphRenumberer.java | 42 headerEnd(10), enumConstant 88 int index = Offset.headerEnd.offset; in renumberCompositeGlyph()
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
D | wrtxml.cpp | 1024 const char* headerEnd = "</header>\n"; in bundle_write_xml() local 1184 write_utf8_file(out, UnicodeString(headerEnd)); in bundle_write_xml()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/ |
D | wrtxml.cpp | 1024 const char* headerEnd = "</header>\n"; in bundle_write_xml() local 1184 write_utf8_file(out, UnicodeString(headerEnd)); in bundle_write_xml()
|
/third_party/icu/icu4c/source/tools/genrb/ |
D | wrtxml.cpp | 1024 const char* headerEnd = "</header>\n"; in bundle_write_xml() local 1184 write_utf8_file(out, UnicodeString(headerEnd)); in bundle_write_xml()
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
D | wrtxml.cpp | 1020 const char* headerEnd = "</header>\n"; in bundle_write_xml() local 1180 write_utf8_file(out, UnicodeString(headerEnd)); in bundle_write_xml()
|
/third_party/flutter/skia/src/sksl/ |
D | README | 93 @headerEnd (at the end of the .h file)
|