Lines Matching refs:setTo
181 rule2->ruleText.setTo(sbuf); in makeRules()
188 sbuf.setTo(description, 0, brack1); in makeRules()
193 rule1->ruleText.setTo(sbuf); in makeRules()
234 descriptor.setTo(description, 0, p); in parseRuleDescriptor()
447 subToken.setTo(ruleText, subStart, subEnd + 1 - subStart); in extractSubstitution()
619 ruleTextCopy.setTo(ruleText); in _appendRuleText()
771 prefix.setTo(ruleText, 0, sub1->getPos()); in doParse()
843 temp.setTo(ruleText, sub1->getPos(), sub2->getPos() - sub1->getPos()); in doParse()
856 workText2.setTo(workText, pp.getIndex(), workText.length() - pp.getIndex()); in doParse()
863 temp.setTo(ruleText, sub2->getPos(), ruleText.length() - sub2->getPos()); in doParse()
1029 subText.setTo(text, 0, dPos); in matchToDelimiter()
1249 temp.setTo(str, 0, prefix.length()); in prefixLength()
1265 temp.setTo(str, 0, p); in prefixLength()
1345 temp.setTo(str, p, str.length() - p); in findText()