/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | LocaleDataTest.java | 177 private UnicodeSet set; field in LocaleDataTest.ExemplarGroup [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | ByteArrayWrapper.java | 131 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 D | UnicodeMapIterator.java | 90 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 D | UnicodeSetIterator.java | 78 public UnicodeSetIterator(UnicodeSet set) { in UnicodeSetIterator() argument 222 private UnicodeSet set; global() field in UnicodeSetIterator [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | uset_props.cpp | 37 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 D | uniset_closure.cpp | 116 _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 D | pluralranges.cpp | 69 const UChar* set = ures_getStringByKeyWithFallback(rb.getAlias(), dataPath.data(), &setLen, &internalStatus); in getPluralRangesData() local
|
H A D | number_scientific.cpp | 32 void ScientificModifier::set(int32_t exponent, const ScientificHandler *handler) { in set() function in ScientificModifier
|
H A D | funcrepl.cpp | 115 UnicodeSet set; in addReplacementSetTo() local
|
H A D | number_usageprefs.cpp | 93 void StringProp::set(StringPiece value) { in set() function in StringProp
|
H A D | name2uni.cpp | 42 _set_add(USet *set, UChar32 c) { in _set_add() argument
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | stringpiece.h | 221 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 D | posix-poll.c | 137 sigset_t set; in uv__io_poll() local
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-gpio.h | 55 void (*set)(_lws_plat_gpio_t gpio, int val); member
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_scratch.c | 104 struct set *set = _mesa_pointer_set_create(NULL); in nir_lower_vars_to_scratch() local [all...] |
/third_party/ltp/lib/ |
H A D | tst_capability.c | 26 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 D | timer_create.c | 71 sigset_t set; in timer_create() local
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | stringpiece.h | 221 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 D | uset_props.cpp | 37 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 D | funcrepl.cpp | 115 UnicodeSet set; in addReplacementSetTo() local
|
H A D | number_usageprefs.cpp | 93 void StringProp::set(StringPiece value) { in set() function in StringProp
|
H A D | number_scientific.cpp | 32 void ScientificModifier::set(int32_t exponent, const ScientificHandler *handler) { in set() function in ScientificModifier
|
H A D | name2uni.cpp | 42 _set_add(USet *set, UChar32 c) { in _set_add() argument
|
H A D | pluralranges.cpp | 69 const char16_t* set = ures_getStringByKeyWithFallback(rb.getAlias(), dataPath.data(), &setLen, &internalStatus); in getPluralRangesData() local
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_opt_dual_tex.c | 131 struct set *set = _mesa_set_create(ctx, coord_hash, coord_equal); in bi_opt_fuse_dual_texture_block() local
|