Searched refs:tagEnd (Results 1 – 4 of 4) sorted by relevance
/external/jhead/ |
D | main.c | 240 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/chromium_org/third_party/WebKit/Source/core/dom/ |
D | NodeRareData.h | 198 TagNodeListCacheNS::const_iterator tagEnd = m_tagNodeListCacheNS.end(); in adoptDocument() local 199 … for (TagNodeListCacheNS::const_iterator it = m_tagNodeListCacheNS.begin(); it != tagEnd; ++it) { in adoptDocument()
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
D | wrtxml.cpp | 385 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/icu4c/tools/genrb/ |
D | wrtxml.cpp | 387 print(UChar* src, int32_t srcLen,const char *tagStart,const char *tagEnd, UErrorCode *status){ in print() argument 406 write_utf8_file(out,UnicodeString(tagEnd)); in print()
|