Searched refs:strippedRules (Results 1 – 2 of 2) sorted by relevance
149 UnicodeString strippedRules((const UnicodeString&)RBBIRuleScanner::stripRules(fRules)); in flattenData() local163 int32_t rulesSize = align8((strippedRules.length()+1) * sizeof(UChar)); in flattenData()199 data->fRuleSourceLen = strippedRules.length() * sizeof(UChar); in flattenData()214 strippedRules.extract((UChar *)((uint8_t *)data+data->fRuleSource), rulesSize/2+1, *fStatus); in flattenData()
766 UnicodeString strippedRules; in stripRules() local778 strippedRules.append(ch); in stripRules()782 return strippedRules; in stripRules()