Lines Matching refs:patLocal
281 UnicodeString patLocal, buf; in applyPattern() local
334 patLocal.append(u'['); in applyPattern()
340 patLocal.append(u'^'); in applyPattern()
384 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
390 patLocal.append(op); in applyPattern()
403 nested->applyPattern(chars, symbols, patLocal, options, caseClosure, depth + 1, ec); in applyPattern()
407 nested->applyPropertyPattern(chars, patLocal, ec); in applyPattern()
411 nested->_toPattern(patLocal, FALSE); in applyPattern()
457 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
462 patLocal.append(op); in applyPattern()
468 patLocal.append(u']'); in applyPattern()
482 patLocal.append(u"-]", 2); in applyPattern()
511 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
536 patLocal.append(u'{'); in applyPattern()
537 _appendToPat(patLocal, buf, FALSE); in applyPattern()
538 patLocal.append(u'}'); in applyPattern()
560 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
564 patLocal.append((UChar) SymbolTable::SYMBOL_REF); in applyPattern()
565 patLocal.append(u']'); in applyPattern()
597 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
598 patLocal.append(op); in applyPattern()
599 _appendToPat(patLocal, c, FALSE); in applyPattern()
604 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
647 rebuiltPat.append(patLocal); in applyPattern()