Home
last modified time | relevance | path

Searched refs:rebuiltPat (Results 1 - 12 of 12) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Duniset_closure.cpp100 UnicodeString rebuiltPat; in applyPattern() local
102 applyPattern(chars, symbols, rebuiltPat, options, &UnicodeSet::closeOver, 0, status); in applyPattern()
109 setPattern(rebuiltPat); in applyPattern()
H A Duniset_props.cpp194 UnicodeString rebuiltPat; in applyPatternIgnoreSpace() local
196 applyPattern(chars, symbols, rebuiltPat, USET_IGNORE_SPACE, NULL, 0, status); in applyPatternIgnoreSpace()
203 setPattern(rebuiltPat); in applyPatternIgnoreSpace()
253 * @param rebuiltPat the pattern that was parsed, rebuilt or
260 UnicodeString& rebuiltPat, in applyPattern()
647 rebuiltPat.append(patLocal); in applyPattern()
649 _generatePattern(rebuiltPat, false); in applyPattern()
1121 * @param rebuiltPat the pattern that was parsed, rebuilt or
1125 UnicodeString& rebuiltPat, in applyPropertyPattern()
1139 rebuiltPat in applyPropertyPattern()
258 applyPattern(RuleCharacterIterator& chars, const SymbolTable* symbols, UnicodeString& rebuiltPat, uint32_t options, UnicodeSet& (UnicodeSet::*caseClosure)(int32_t attribute), int32_t depth, UErrorCode& ec) applyPattern() argument
1124 applyPropertyPattern(RuleCharacterIterator& chars, UnicodeString& rebuiltPat, UErrorCode& ec) applyPropertyPattern() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Duniset_closure.cpp100 UnicodeString rebuiltPat; in applyPattern() local
102 applyPattern(chars, symbols, rebuiltPat, options, &UnicodeSet::closeOver, 0, status); in applyPattern()
109 setPattern(rebuiltPat); in applyPattern()
H A Duniset_props.cpp194 UnicodeString rebuiltPat; in applyPatternIgnoreSpace() local
196 applyPattern(chars, symbols, rebuiltPat, USET_IGNORE_SPACE, NULL, 0, status); in applyPatternIgnoreSpace()
203 setPattern(rebuiltPat); in applyPatternIgnoreSpace()
253 * @param rebuiltPat the pattern that was parsed, rebuilt or
260 UnicodeString& rebuiltPat, in applyPattern()
647 rebuiltPat.append(patLocal); in applyPattern()
649 _generatePattern(rebuiltPat, FALSE); in applyPattern()
1121 * @param rebuiltPat the pattern that was parsed, rebuilt or
1125 UnicodeString& rebuiltPat, in applyPropertyPattern()
1139 rebuiltPat in applyPropertyPattern()
258 applyPattern(RuleCharacterIterator& chars, const SymbolTable* symbols, UnicodeString& rebuiltPat, uint32_t options, UnicodeSet& (UnicodeSet::*caseClosure)(int32_t attribute), int32_t depth, UErrorCode& ec) applyPattern() argument
1124 applyPropertyPattern(RuleCharacterIterator& chars, UnicodeString& rebuiltPat, UErrorCode& ec) applyPropertyPattern() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Duniset_props.cpp194 UnicodeString rebuiltPat; in applyPatternIgnoreSpace() local
196 applyPattern(chars, symbols, rebuiltPat, USET_IGNORE_SPACE, nullptr, 0, status); in applyPatternIgnoreSpace()
203 setPattern(rebuiltPat); in applyPatternIgnoreSpace()
253 * @param rebuiltPat the pattern that was parsed, rebuilt or
260 UnicodeString& rebuiltPat, in applyPattern()
644 rebuiltPat.append(patLocal); in applyPattern()
646 _generatePattern(rebuiltPat, false); in applyPattern()
1118 * @param rebuiltPat the pattern that was parsed, rebuilt or
1122 UnicodeString& rebuiltPat, in applyPropertyPattern()
1136 rebuiltPat in applyPropertyPattern()
258 applyPattern(RuleCharacterIterator& chars, const SymbolTable* symbols, UnicodeString& rebuiltPat, uint32_t options, UnicodeSet& (UnicodeSet::*caseClosure)(int32_t attribute), int32_t depth, UErrorCode& ec) applyPattern() argument
1121 applyPropertyPattern(RuleCharacterIterator& chars, UnicodeString& rebuiltPat, UErrorCode& ec) applyPropertyPattern() argument
[all...]
H A Duniset_closure.cpp102 UnicodeString rebuiltPat; in applyPattern() local
104 applyPattern(chars, symbols, rebuiltPat, options, &UnicodeSet::closeOver, 0, status); in applyPattern()
111 setPattern(rebuiltPat); in applyPattern()
/third_party/icu/icu4c/source/common/unicode/
H A Duniset.h1576 UnicodeString& rebuiltPat,
1676 UnicodeString& rebuiltPat,
/third_party/node/deps/icu-small/source/common/unicode/
H A Duniset.h1586 UnicodeString& rebuiltPat,
1689 UnicodeString& rebuiltPat,
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Duniset.h1551 UnicodeString& rebuiltPat,
1649 UnicodeString& rebuiltPat,
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSet.java2535 StringBuilder rebuiltPat = new StringBuilder(); in applyPattern()
2538 applyPattern(chars, symbols, rebuiltPat, options, 0); in applyPattern()
2542 pat = rebuiltPat.toString(); in applyPattern()
2585 * @param rebuiltPat the pattern that was parsed, rebuilt or
2591 Appendable rebuiltPat, int options, int depth) { in applyPattern()
2978 append(rebuiltPat, patBuf.toString()); in applyPattern()
2980 appendNewPattern(rebuiltPat, false, true); in applyPattern()
3832 * @param rebuiltPat the pattern that was parsed, rebuilt or
3837 Appendable rebuiltPat, SymbolTable symbols) { in applyPropertyPattern()
3847 append(rebuiltPat, patSt in applyPropertyPattern()
2590 applyPattern(RuleCharacterIterator chars, SymbolTable symbols, Appendable rebuiltPat, int options, int depth) applyPattern() argument
3836 applyPropertyPattern(RuleCharacterIterator chars, Appendable rebuiltPat, SymbolTable symbols) applyPropertyPattern() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DUnicodeSet.java2424 StringBuilder rebuiltPat = new StringBuilder(); in applyPattern()
2427 applyPattern(chars, symbols, rebuiltPat, options, 0); in applyPattern()
2431 pat = rebuiltPat.toString(); in applyPattern()
2474 * @param rebuiltPat the pattern that was parsed, rebuilt or
2480 Appendable rebuiltPat, int options, int depth) { in applyPattern()
2867 append(rebuiltPat, patBuf.toString()); in applyPattern()
2869 appendNewPattern(rebuiltPat, false, true); in applyPattern()
3713 * @param rebuiltPat the pattern that was parsed, rebuilt or
3718 Appendable rebuiltPat, SymbolTable symbols) { in applyPropertyPattern()
3726 append(rebuiltPat, patSt in applyPropertyPattern()
2479 applyPattern(RuleCharacterIterator chars, SymbolTable symbols, Appendable rebuiltPat, int options, int depth) applyPattern() argument
3717 applyPropertyPattern(RuleCharacterIterator chars, Appendable rebuiltPat, SymbolTable symbols) applyPropertyPattern() argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 24 milliseconds