Home
last modified time | relevance | path

Searched defs:set (Results 776 - 800 of 1306) sorted by relevance

1...<<31323334353637383940>>...53

/third_party/icu/icu4c/source/i18n/
H A Duspoof.cpp342 const UnicodeSet *set = UnicodeSet::fromUSet(chars); in uspoof_setAllowedChars() local
H A Ducol.cpp613 UnicodeSet *set = Collator::fromUCollator(coll)->getTailoredSet(*status); in ucol_getTailoredSet() local
/third_party/icu/icu4c/source/test/intltest/
H A Ducharstrietest.cpp364 UnicodeSet set; member in __anon3698::Generator
H A Drbbimonkeytest.cpp357 const UnicodeSet *set = cclass->fSet.getAlias(); in compileRules() local
395 void MonkeyTestData::set(BreakRules *rules, IntlTest::icu_rand &rand, UErrorCode &status) { set() function in MonkeyTestData
[all...]
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliterator.java601 public void set(Positio method in Transliterator.Position
[all...]
/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Dfat.c171 int (*set)(struct fat_descriptor *, cl_t, cl_t); member
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
H A DUnicodeMap.java685 public UnicodeMap<T> composeWith(UnicodeSet set, T value, Composer<T> composer) { in composeWith() argument
1180 removeAll(UnicodeSet set) removeAll() argument
1188 retainAll(UnicodeSet set) retainAll() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
H A DRBBIMonkeyTest.java52 CharClass(String name, String originalDef, String expandedDef, UnicodeSet set) { in CharClass() argument
514 void set(BreakRules rules, ICU_Rand rand) { set() method in RBBIMonkeyTest.MonkeyTestData
[all...]
/third_party/icu/tools/unicode/c/genprops/
H A Dcasepropsbuilder.cpp773 UnicodeSet set; in addClosure() local
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DTrie2.java555 public void set(int i) { in set() method in Trie2.CharSequenceIterator
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTransliterator.java589 public void set(Positio method in Transliterator.Position
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBIMonkeyTest.java49 CharClass(String name, String originalDef, String expandedDef, UnicodeSet set) { in CharClass() argument
511 void set(BreakRules rules, ICU_Rand rand) { set() method in RBBIMonkeyTest.MonkeyTestData
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationIterator.java72 long set(int i, long ce) { in set() method in CollationIterator.CEBuffer
[all...]
H A DCollationRuleParser.java80 void suppressContractions(UnicodeSet set) {} in suppressContractions() argument
82 void optimize(UnicodeSet set) {} in optimize() argument
776 parseUnicodeSet(int i, UnicodeSet set) parseUnicodeSet() argument
[all...]
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DUnicodeMap.java682 public UnicodeMap<T> composeWith(UnicodeSet set, T value, Composer<T> composer) { in composeWith() argument
1177 removeAll(UnicodeSet set) removeAll() argument
1185 retainAll(UnicodeSet set) retainAll() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Duset.cpp44 uset_close(USet* set) { in uset_close() argument
49 uset_clone(const USet *set) { in uset_clone() argument
54 uset_isFrozen(const USet *set) { in uset_isFrozen() argument
59 uset_freeze(USet *set) { in uset_freeze() argument
64 uset_cloneAsThawed(const USet *set) { in uset_cloneAsThawed() argument
69 uset_set(USet* set, UChar32 start, UChar32 end) uset_set() argument
75 uset_addAll(USet* set, const USet *additionalSet) uset_addAll() argument
80 uset_add(USet* set, UChar32 c) uset_add() argument
85 uset_addRange(USet* set, UChar32 start, UChar32 end) uset_addRange() argument
90 uset_addString(USet* set, const UChar* str, int32_t strLen) uset_addString() argument
97 uset_addAllCodePoints(USet* set, const UChar *str, int32_t strLen) uset_addAllCodePoints() argument
104 uset_remove(USet* set, UChar32 c) uset_remove() argument
109 uset_removeRange(USet* set, UChar32 start, UChar32 end) uset_removeRange() argument
114 uset_removeString(USet* set, const UChar* str, int32_t strLen) uset_removeString() argument
120 uset_removeAllCodePoints(USet *set, const UChar *str, int32_t length) uset_removeAllCodePoints() argument
126 uset_removeAll(USet* set, const USet* remove) uset_removeAll() argument
131 uset_retain(USet* set, UChar32 start, UChar32 end) uset_retain() argument
136 uset_retainString(USet *set, const UChar *str, int32_t length) uset_retainString() argument
142 uset_retainAllCodePoints(USet *set, const UChar *str, int32_t length) uset_retainAllCodePoints() argument
148 uset_retainAll(USet* set, const USet* retain) uset_retainAll() argument
153 uset_compact(USet* set) uset_compact() argument
158 uset_complement(USet* set) uset_complement() argument
163 uset_complementRange(USet *set, UChar32 start, UChar32 end) uset_complementRange() argument
168 uset_complementString(USet *set, const UChar *str, int32_t length) uset_complementString() argument
174 uset_complementAllCodePoints(USet *set, const UChar *str, int32_t length) uset_complementAllCodePoints() argument
180 uset_complementAll(USet* set, const USet* complement) uset_complementAll() argument
185 uset_clear(USet* set) uset_clear() argument
190 uset_removeAllStrings(USet* set) uset_removeAllStrings() argument
195 uset_isEmpty(const USet* set) uset_isEmpty() argument
200 uset_hasStrings(const USet* set) uset_hasStrings() argument
205 uset_contains(const USet* set, UChar32 c) uset_contains() argument
210 uset_containsRange(const USet* set, UChar32 start, UChar32 end) uset_containsRange() argument
215 uset_containsString(const USet* set, const UChar* str, int32_t strLen) uset_containsString() argument
226 uset_containsAllCodePoints(const USet* set, const UChar *str, int32_t strLen) uset_containsAllCodePoints() argument
243 uset_span(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition) uset_span() argument
248 uset_spanBack(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition) uset_spanBack() argument
253 uset_spanUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition) uset_spanUTF8() argument
258 uset_spanBackUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition) uset_spanBackUTF8() argument
268 uset_indexOf(const USet* set, UChar32 c) uset_indexOf() argument
273 uset_charAt(const USet* set, int32_t index) uset_charAt() argument
278 uset_size(const USet* set) uset_size() argument
291 getStringCount(const UnicodeSet& set) getStringCount() argument
294 getString(const UnicodeSet& set, int32_t i) getString() argument
305 uset_getRangeCount(const USet *set) uset_getRangeCount() argument
311 const UnicodeSet& set = *(const UnicodeSet*)uset; uset_getItemCount() local
321 const UnicodeSet& set = *(const UnicodeSet*)uset; uset_getItem() local
374 uset_serialize(const USet* set, uint16_t* dest, int32_t destCapacity, UErrorCode* ec) uset_serialize() argument
450 uset_serializedContains(const USerializedSet* set, UChar32 c) uset_serializedContains() argument
508 uset_getSerializedRangeCount(const USerializedSet* set) uset_getSerializedRangeCount() argument
517 uset_getSerializedRange(const USerializedSet* set, int32_t rangeIndex, UChar32* pStart, UChar32* pEnd) uset_getSerializedRange() argument
[all...]
H A Duniset_props.cpp790 const USet *set = u_getBinaryPropertySet(prop, &ec); applyIntPropertyValue() local
[all...]
/third_party/libuv/src/unix/
H A Dsunos.c154 sigset_t set; in uv__io_poll() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_shader_calls.c86 BITSET_WORD *set; member
102 struct brw_bitset *set = _set; in src_is_in_bitset() local
117 add_ssa_def_to_bitset(nir_ssa_def *def, struct brw_bitset *set) in add_ssa_def_to_bitset() argument
[all...]
H A Dnir_lower_goto_ifs.c90 print_block_set(const struct set *set) in print_block_set() argument
[all...]
H A Dnir_from_ssa.c120 struct merge_set *set; member
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_shader.c165 unsigned set = nir_intrinsic_desc_set(instr); in lower_vulkan_resource_index() local
331 unsigned set in build_bindless() local
[all...]
/third_party/node/src/
H A Dnode_binding.cc286 void set(void* handle, node_module* mod) { in set() function
H A Dutil-inl.h438 ToV8Value(v8::Local<v8::Context> context, const std::set<T>& set, v8::Isolate* isolate) ToV8Value() argument
/third_party/node/deps/icu-small/source/common/
H A Duniset_props.cpp787 const USet *set = u_getBinaryPropertySet(prop, &ec); applyIntPropertyValue() local
[all...]

Completed in 28 milliseconds

1...<<31323334353637383940>>...53