Lines Matching refs:setTo
180 rule2->ruleText.setTo(sbuf); in makeRules()
187 sbuf.setTo(description, 0, brack1); in makeRules()
192 rule1->ruleText.setTo(sbuf); in makeRules()
233 descriptor.setTo(description, 0, p); in parseRuleDescriptor()
446 subToken.setTo(ruleText, subStart, subEnd + 1 - subStart); in extractSubstitution()
618 ruleTextCopy.setTo(ruleText); in _appendRuleText()
770 prefix.setTo(ruleText, 0, sub1->getPos()); in doParse()
842 temp.setTo(ruleText, sub1->getPos(), sub2->getPos() - sub1->getPos()); in doParse()
855 workText2.setTo(workText, pp.getIndex(), workText.length() - pp.getIndex()); in doParse()
862 temp.setTo(ruleText, sub2->getPos(), ruleText.length() - sub2->getPos()); in doParse()
1028 subText.setTo(text, 0, dPos); in matchToDelimiter()
1254 temp.setTo(str, 0, prefix.length()); in prefixLength()
1270 temp.setTo(str, 0, p); in prefixLength()
1350 temp.setTo(str, p, str.length() - p); in findText()