Home
last modified time | relevance | path

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

/external/jhead/
Dmain.c240 char* tagEnd = strchr(attrPtr, '='); in saveAttributes() local
241 if (tagEnd == 0) { in saveAttributes()
247 if (tagEnd - attrPtr > 99) { in saveAttributes()
253 memcpy(tag, attrPtr, tagEnd - attrPtr); in saveAttributes()
254 tag[tagEnd - attrPtr] = 0; in saveAttributes()
265 attrPtr = tagEnd + 1; in saveAttributes()
/external/webkit/Source/WebCore/platform/network/
DMIMESniffing.cpp417 …ze_t& pos, size_t dataSize, const char* tag, size_t tagSize, const char* tagEnd, size_t tagEndSize) in skipTag() argument
422 while (pos < dataSize && !checkText(data, pos, dataSize, tagEnd, tagEndSize)) in skipTag()
/external/webkit/Source/WebCore/platform/win/
DClipboardUtilitiesWin.cpp245 unsigned tagEnd = cfhtml.find("endfragment", fragmentStart, false); in extractMarkupFromCFHTML() local
246 unsigned fragmentEnd = cfhtml.reverseFind('<', tagEnd); in extractMarkupFromCFHTML()
/external/icu4c/tools/genrb/
Dwrtxml.cpp385 print(UChar* src, int32_t srcLen,const char *tagStart,const char *tagEnd, UErrorCode *status){ in print() argument
404 write_utf8_file(out,UnicodeString(tagEnd)); in print()