Lines Matching refs:setTo
208 sbuf.setTo(description, 0, brack1); in makeRules()
261 descriptor.setTo(description, 0, p); in parseRuleDescriptor()
516 subToken.setTo(fRuleText, subStart, subEnd + 1 - subStart); in extractSubstitution()
700 ruleTextCopy.setTo(fRuleText); in _appendRuleText()
919 prefix.setTo(fRuleText, 0, sub1Pos); in doParse()
1003 temp.setTo(fRuleText, sub1Pos, sub2Pos - sub1Pos); in doParse()
1017 workText2.setTo(workText, pp.getIndex(), workText.length() - pp.getIndex()); in doParse()
1024 temp.setTo(fRuleText, sub2Pos, fRuleText.length() - sub2Pos); in doParse()
1190 subText.setTo(text, 0, dPos); in matchToDelimiter()
1420 temp.setTo(str, 0, prefix.length()); in prefixLength()
1436 temp.setTo(str, 0, p); in prefixLength()
1551 temp.setTo(str, p, str.length() - p); in findTextLenient()