Searched refs:strLen (Results 1 – 3 of 3) sorted by relevance
123 explicit StringMapEntry(unsigned strLen) in StringMapEntry() argument124 : StringMapEntryBase(strLen), second() {} in StringMapEntry()125 StringMapEntry(unsigned strLen, const ValueTy &V) in StringMapEntry() argument126 : StringMapEntryBase(strLen), second(V) {} in StringMapEntry()
273 int strLen; member2677 &flags, &loop.strLen, in ApplyModifiers()
170 int strLen; member2109 int nameLen = sizeof(XML_Char) * (tag->name.strLen + 1); in storeRawNames()2472 tag->name.strLen = convLen; in doContent()