Home
last modified time | relevance | path

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

/external/jhead/
Dmain.c238 char* tagEnd = strchr(attrPtr, '='); in saveAttributes() local
239 if (tagEnd == 0) { in saveAttributes()
245 if (tagEnd - attrPtr > 99) { in saveAttributes()
251 memcpy(tag, attrPtr, tagEnd - attrPtr); in saveAttributes()
252 tag[tagEnd - attrPtr] = 0; in saveAttributes()
263 attrPtr = tagEnd + 1; in saveAttributes()
/external/webkit/WebCore/platform/win/
DClipboardUtilitiesWin.cpp414 unsigned tagEnd = cf_html.find("endfragment", fragmentStart, false); in fragmentFromCF_HTML() local
415 unsigned fragmentEnd = cf_html.reverseFind('<', tagEnd); in fragmentFromCF_HTML()
/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()
/external/chromium/third_party/icu/source/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()