Lines Matching refs:patLocal
312 UnicodeString patLocal, buf; in applyPattern() local
366 patLocal.append((UChar) 0x5B /*'['*/); in applyPattern()
372 patLocal.append((UChar) 0x5E /*'^'*/); in applyPattern()
416 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
422 patLocal.append(op); in applyPattern()
435 nested->applyPattern(chars, symbols, patLocal, options, caseClosure, depth + 1, ec); in applyPattern()
439 nested->applyPropertyPattern(chars, patLocal, ec); in applyPattern()
443 nested->_toPattern(patLocal, FALSE); in applyPattern()
489 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
494 patLocal.append(op); in applyPattern()
500 patLocal.append((UChar) 0x5D /*']'*/); in applyPattern()
514 patLocal.append(HYPHEN_RIGHT_BRACE, 2); in applyPattern()
543 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
568 patLocal.append((UChar) 0x7B /*'{'*/); in applyPattern()
569 _appendToPat(patLocal, buf, FALSE); in applyPattern()
570 patLocal.append((UChar) 0x7D /*'}'*/); in applyPattern()
592 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
596 patLocal.append((UChar) SymbolTable::SYMBOL_REF); in applyPattern()
597 patLocal.append((UChar) 0x5D /*']'*/); in applyPattern()
629 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
630 patLocal.append(op); in applyPattern()
631 _appendToPat(patLocal, c, FALSE); in applyPattern()
636 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
679 rebuiltPat.append(patLocal); in applyPattern()