Home
last modified time | relevance | path

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

/external/skia/modules/svg/src/
DSkSVGAttributeParser.cpp132 const char* hexEnd; in parseEscape() local
133 if (this->matchHexToken(&hexEnd)) { in parseEscape()
134 if (hexEnd - fCurPos > 6) { in parseEscape()
135 hexEnd = fCurPos + 6; in parseEscape()
138 size_t hexSize = hexEnd - fCurPos; in parseEscape()
147 fCurPos = hexEnd; in parseEscape()
260 const char* hexEnd; in parseHexColorToken() local
261 if (!this->parseExpectedStringToken("#") || !this->matchHexToken(&hexEnd)) { in parseHexColorToken()
266 SkString hexString(fCurPos, hexEnd - fCurPos); in parseHexColorToken()
285 fCurPos = hexEnd; in parseHexColorToken()
/external/ot-br-posix/src/utils/
Dhex.cpp48 const char *hexEnd = aHex + hexLength; in Hex2Bytes() local
58 while (aHex < hexEnd) in Hex2Bytes()
/external/owasp/sanitizer/src/main/org/owasp/html/
DCssTokens.java839 int hexEnd = hexStart;
843 ++hexEnd;
844 if (hexEnd == hexLimit) { break; }
845 esc = css.charAt(hexEnd);
852 pos = hexEnd;
/external/ot-br-posix/src/openwrt/ubus/
Dotubus.cpp1745 const char *hexEnd = aHex + hexLength; in Hex2Bin() local
1753 while (aHex < hexEnd) in Hex2Bin()