Home | History | Annotate | Download | only in intltest

Lines Matching defs:where

203     int32_t where = 0;
204 while ((where = thisRule->fExpandedRule.indexOf(emptySet, 2, 0)) >= 0) {
205 thisRule->fExpandedRule.replace(where, 2, UnicodeString("[^\\u0000-\\U0010ffff]"));