Searched refs:patLocal (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/icu-small/source/common/ |
D | uniset_props.cpp | 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() [all …]
|
/third_party/icu/icu4c/source/common/ |
D | uniset_props.cpp | 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() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/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 …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uniset_props.cpp | 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() [all …]
|