Searched refs:subpos (Results 1 – 2 of 2) sorted by relevance
174 int subpos = position - hierarchyStart.get(itemIndex); in getItemAt() local175 return item.getItemAt(subpos); in getItemAt()
217 tstring& insert(size_t pos, const tstring& str, size_t subpos, size_t sublen);542 inline tstring& tstring::insert(size_t pos, const tstring& str, size_t subpos, in insert() argument548 memmove(mdata() + pos, str.data() + subpos, sublen); in insert()