Home
last modified time | relevance | path

Searched defs:headerline (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/icu/icu4j/tools/build/src/main/java/com/ibm/icu/dev/tool/docs/
H A DCodeMangler.java371 String headerline = HEADER_PREFIX; in processFile() local
417 String headerline = HEADER_PREFIX; in processFile() local
/aosp_15_r20/external/curl/lib/
H A Drequest.h80 int headerline; /* counts header lines to better track the member
H A Dcookie.c1256 bool headerline = FALSE; in Curl_cookie_init() local
H A Dhttp.c1077 Curl_compareheader(const char *headerline, /* line to check */ in Curl_compareheader()