Home | History | Annotate | Download | only in dom

Lines Matching refs:length

43     unsigned length = name.length();
44 for (unsigned i = 5; i < length; ++i) {
56 unsigned length = name.length();
57 for (unsigned i = 5; i < length; ++i) {
62 if ((i + 1 < length) && isASCIILower(name[i + 1])) {
78 unsigned propertyLength = propertyName.length();
79 unsigned attributeLength = attributeName.length();
101 unsigned length = name.length();
102 for (unsigned i = 0; i < length; ++i) {
103 if (name[i] == '-' && (i + 1 < length) && isASCIILower(name[i + 1]))
114 unsigned length = name.length();
115 for (unsigned i = 0; i < length; ++i) {
142 unsigned length = m_element->attributeCount();
143 for (unsigned i = 0; i < length; i++) {
155 unsigned length = m_element->attributeCount();
156 for (unsigned i = 0; i < length; i++) {
170 unsigned length = m_element->attributeCount();
171 for (unsigned i = 0; i < length; i++) {