Lines Matching refs:begin
96 text.begin, text.length, RTL_CONSTASCII_STRINGPARAM("0X"), in parseValue()
99 text.begin + RTL_CONSTASCII_LENGTH("0X"), in parseValue()
101 rtl::OString(text.begin, text.length).toInt32(); in parseValue()
115 text.begin, text.length, RTL_CONSTASCII_STRINGPARAM("0X"), in parseValue()
118 text.begin + RTL_CONSTASCII_LENGTH("0X"), in parseValue()
120 rtl::OString(text.begin, text.length).toInt32(); in parseValue()
130 text.begin, text.length, RTL_CONSTASCII_STRINGPARAM("0X"), in parseValue()
133 text.begin + RTL_CONSTASCII_LENGTH("0X"), in parseValue()
135 rtl::OString(text.begin, text.length).toInt64(); in parseValue()
142 *value = rtl::OString(text.begin, text.length).toDouble(); in parseValue()
164 if (!parseHexDigit(text.begin[i++], &n1) || in parseValue()
165 !parseHexDigit(text.begin[i++], &n2)) in parseValue()
200 t.begin, t.length, sep.begin, sep.length); in parseListValue()
203 xmlreader::Span(t.begin, i == -1 ? t.length : i), &val)) in parseListValue()
213 t.begin += i + sep.length; in parseListValue()
449 pad_.add(text.begin, text.length); in characters()