Searched refs:patLocal (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/common/ |
D | uniset_props.cpp | 457 UnicodeString patLocal, buf; in applyPattern() local 511 patLocal.append((UChar) 0x5B /*'['*/); in applyPattern() 517 patLocal.append((UChar) 0x5E /*'^'*/); in applyPattern() 561 _appendToPat(patLocal, lastChar, FALSE); in applyPattern() 567 patLocal.append(op); in applyPattern() 580 nested->applyPattern(chars, symbols, patLocal, options, caseClosure, ec); in applyPattern() 584 nested->applyPropertyPattern(chars, patLocal, ec); in applyPattern() 588 nested->_toPattern(patLocal, FALSE); in applyPattern() 634 _appendToPat(patLocal, lastChar, FALSE); in applyPattern() 639 patLocal.append(op); in applyPattern() [all …]
|