Home
last modified time | relevance | path

Searched refs:valueEnd (Results 1 - 9 of 9) sorted by relevance

/third_party/node/lib/internal/
H A Dmime.js253 const valueEnd = StringPrototypeIndexOf(str, SEMICOLON, position);
254 const rawValue = valueEnd === -1 ?
256 StringPrototypeSlice(str, position, valueEnd);
/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmltok.h155 const char *valueEnd; member
H A Dexpat.h741 info->valueEnd - info->valueStart = 4 bytes.
747 XML_Index valueEnd; /* Offset after the attribute value's last byte. */ member
H A Dxmltok_impl.c1547 atts[nAtts].valueEnd = ptr;
1560 atts[nAtts].valueEnd = ptr;
H A Dxmlparse.c3409 currAttInfo->valueEnd = parser->m_parseEndByteIndex in storeAtts()
3410 - (parser->m_parseEndPtr - currAtt->valueEnd); in storeAtts()
3441 parser->m_atts[i].valueEnd, &parser->m_tempPool, account); in storeAtts()
3450 parser->m_atts[i].valueEnd); in storeAtts()
/third_party/python/Modules/expat/
H A Dxmltok.h155 const char *valueEnd; member
H A Dexpat.h754 info->valueEnd - info->valueStart = 4 bytes.
760 XML_Index valueEnd; /* Offset after the attribute value's last byte. */ member
H A Dxmltok_impl.c1549 atts[nAtts].valueEnd = ptr; in getAtts()
1562 atts[nAtts].valueEnd = ptr; in getAtts()
H A Dxmlparse.c3366 currAttInfo->valueEnd = parser->m_parseEndByteIndex in storeAtts()
3367 - (parser->m_parseEndPtr - currAtt->valueEnd); in storeAtts()
3398 parser->m_atts[i].valueEnd, &parser->m_tempPool, account); in storeAtts()
3407 parser->m_atts[i].valueEnd); in storeAtts()

Completed in 28 milliseconds