Home
last modified time | relevance | path

Searched defs:set (Results 451 - 475 of 2954) sorted by relevance

1...<<11121314151617181920>>...119

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DLocaleDataTest.java177 private UnicodeSet set; field in LocaleDataTest.ExemplarGroup
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DByteArrayWrapper.java131 public final ByteArrayWrapper set(byte[] src, int start, int limit) in set() method in ByteArrayWrapper
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DUnicodeMapIterator.java90 UnicodeMapIterator(UnicodeMap set) UnicodeMapIterator() argument
194 reset(UnicodeMap set) reset() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DUnicodeSetIterator.java78 public UnicodeSetIterator(UnicodeSet set) { in UnicodeSetIterator() argument
222 private UnicodeSet set; global() field in UnicodeSetIterator
[all...]
/third_party/icu/icu4c/source/common/
H A Duset_props.cpp37 UnicodeSet* set = new UnicodeSet(pat, *ec); in uset_openPattern() local
57 UnicodeSet* set = new UnicodeSet(pat, options, NULL, *ec); in uset_openPatternOptions() local
73 uset_applyPattern(USet *set, const UChar *pattern, int32_t patternLength, uint32_t options, UErrorCode *status) uset_applyPattern() argument
102 uset_applyIntPropertyValue(USet* set, UProperty prop, int32_t value, UErrorCode* ec) uset_applyIntPropertyValue() argument
108 uset_applyPropertyAlias(USet* set, const UChar *prop, int32_t propLength, const UChar *value, int32_t valueLength, UErrorCode* ec) uset_applyPropertyAlias() argument
131 uset_toPattern(const USet* set, UChar* result, int32_t resultCapacity, UBool escapeUnprintable, UErrorCode* ec) uset_toPattern() argument
141 uset_closeOver(USet* set, int32_t attributes) uset_closeOver() argument
[all...]
H A Duniset_closure.cpp116 _set_add(USet *set, UChar32 c) { in _set_add() argument
121 _set_addRange(USet *set, UChar32 start, UChar32 end) { in _set_addRange() argument
126 _set_addString(USet *set, const UChar *str, int32_t length) { in _set_addString() argument
137 addCaseMapping(UnicodeSet &set, int32_t result, const UChar *full, UnicodeString &str) { in addCaseMapping() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dpluralranges.cpp69 const UChar* set = ures_getStringByKeyWithFallback(rb.getAlias(), dataPath.data(), &setLen, &internalStatus); in getPluralRangesData() local
H A Dnumber_scientific.cpp32 void ScientificModifier::set(int32_t exponent, const ScientificHandler *handler) { in set() function in ScientificModifier
H A Dfuncrepl.cpp115 UnicodeSet set; in addReplacementSetTo() local
H A Dnumber_usageprefs.cpp93 void StringProp::set(StringPiece value) { in set() function in StringProp
H A Dname2uni.cpp42 _set_add(USet *set, UChar32 c) { in _set_add() argument
/third_party/icu/icu4c/source/common/unicode/
H A Dstringpiece.h221 void set(const char* xdata, int32_t len) { ptr_ = xdata; length_ = len; } in set() function in StringPiece
237 inline void set(const char8_t* xdata, int32_t len) { in set() function in StringPiece
246 inline void set(const char8_t* str) { in set() function in StringPiece
/third_party/libuv/src/unix/
H A Dposix-poll.c137 sigset_t set; in uv__io_poll() local
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-gpio.h55 void (*set)(_lws_plat_gpio_t gpio, int val); member
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_scratch.c104 struct set *set = _mesa_pointer_set_create(NULL); in nir_lower_vars_to_scratch() local
[all...]
/third_party/ltp/lib/
H A Dtst_capability.c26 static void do_cap_drop(uint32_t *set, uint32_t mask, const struct tst_cap *cap) in do_cap_drop() argument
/third_party/musl/porting/linux/user/src/time/
H A Dtimer_create.c71 sigset_t set; in timer_create() local
/third_party/node/deps/icu-small/source/common/unicode/
H A Dstringpiece.h221 void set(const char* xdata, int32_t len) { ptr_ = xdata; length_ = len; } in set() function in StringPiece
237 inline void set(const char8_t* xdata, int32_t len) { in set() function in StringPiece
246 inline void set(const char8_t* str) { in set() function in StringPiece
/third_party/node/deps/icu-small/source/common/
H A Duset_props.cpp37 UnicodeSet* set = new UnicodeSet(pat, *ec); in uset_openPattern() local
57 UnicodeSet* set = new UnicodeSet(pat, options, nullptr, *ec); in uset_openPatternOptions() local
73 uset_applyPattern(USet *set, const char16_t *pattern, int32_t patternLength, uint32_t options, UErrorCode *status) uset_applyPattern() argument
102 uset_applyIntPropertyValue(USet* set, UProperty prop, int32_t value, UErrorCode* ec) uset_applyIntPropertyValue() argument
108 uset_applyPropertyAlias(USet* set, const char16_t *prop, int32_t propLength, const char16_t *value, int32_t valueLength, UErrorCode* ec) uset_applyPropertyAlias() argument
131 uset_toPattern(const USet* set, char16_t* result, int32_t resultCapacity, UBool escapeUnprintable, UErrorCode* ec) uset_toPattern() argument
141 uset_closeOver(USet* set, int32_t attributes) uset_closeOver() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dfuncrepl.cpp115 UnicodeSet set; in addReplacementSetTo() local
H A Dnumber_usageprefs.cpp93 void StringProp::set(StringPiece value) { in set() function in StringProp
H A Dnumber_scientific.cpp32 void ScientificModifier::set(int32_t exponent, const ScientificHandler *handler) { in set() function in ScientificModifier
H A Dname2uni.cpp42 _set_add(USet *set, UChar32 c) { in _set_add() argument
H A Dpluralranges.cpp69 const char16_t* set = ures_getStringByKeyWithFallback(rb.getAlias(), dataPath.data(), &setLen, &internalStatus); in getPluralRangesData() local
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_opt_dual_tex.c131 struct set *set = _mesa_set_create(ctx, coord_hash, coord_equal); in bi_opt_fuse_dual_texture_block() local

Completed in 12 milliseconds

1...<<11121314151617181920>>...119