Searched refs:patLocal (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/common/ |
D | uniset_props.cpp | 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() [all …]
|