Home
last modified time | relevance | path

Searched defs:set (Results 351 - 375 of 1222) sorted by relevance

1...<<11121314151617181920>>...49

/third_party/skia/third_party/externals/tint/src/utils/
H A Dunique_vector.h106 std::unordered_set<T, HASH, EQUAL> set; member
/third_party/skia/third_party/externals/icu/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/skia/third_party/externals/icu/source/common/
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...]
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...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnmodifiableLazyStringList.java82 public void set(int index, ByteString element) { in set() method in UnmodifiableLazyStringList
102 public void set(int index, byte[] element) { in set() method in UnmodifiableLazyStringList
/third_party/protobuf/src/google/protobuf/
H A Dproto3_arena_unittest.cc383 TestAllFieldsSet(const protobuf_unittest::TestProto3Optional& msg, bool set) TestAllFieldsSet() argument
[all...]
/third_party/skia/include/core/
H A DSkPoint3.h33 void set(SkScalar x, SkScalar y, SkScalar z) { fX = x; fY = y; fZ = z; } in set() function
/third_party/skia/experimental/xform/
H A DSkShape.h86 void set(int index, sk_sp<Shape> s) { in set() function in GroupShape
/third_party/rust/crates/termcolor/wincolor/src/
H A Dwin.rs73 fn set(&mut self) -> io::Result<()> { in set() functions
/third_party/rust/crates/nix/src/
H A Dsched.rs200 pub fn set(&mut self, field: usize) -> Result<()> { in set() functions
/third_party/rust/crates/nix/src/sys/
H A Dtimerfd.rs140 pub fn set( in set() functions
[all...]
/third_party/elfutils/tests/
H A Dallregs.c74 const char *set, *pfx; member
172 const char *set = NULL; main() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DRow.java92 protected Row<C0, C1, C2, C3, C4> set(int i, Object item) { in set() method in Row
H A DEmojiProps.java109 public UnicodeSet addPropertyStarts(UnicodeSet set) { in addPropertyStarts() argument
177 public void addStrings(int which, UnicodeSet set) { in addStrings() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DLocaleValidityChecker.java36 public boolean set(Datatype datatype, String code) { in set() method in LocaleValidityChecker.Where
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/range/
H A DStandardPluralRanges.java125 public static StandardPluralRanges forSet(String set) { in forSet() argument
103 getPluralRangesData( String set, StandardPluralRanges out) getPluralRangesData() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCodePointMap.java142 public void set(int start, int end, int value) { in set() method in CodePointMap.Range
/third_party/icu/icu4c/source/test/intltest/
H A Dtrnserr.cpp171 UnicodeSet set; in TestUnicodeSetErrors() local
/third_party/icu/icu4c/source/common/
H A Dlstmbe.cpp765 LSTMBreakEngine::LSTMBreakEngine(const LSTMData* data, const UnicodeSet& set, UErrorCode &status) in LSTMBreakEngine() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DUTS46Test.java135 private void set(String[] data) { in set() method in UTS46Test.TestCase
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DFieldsSet.java57 public void set(int field, int amount) { in set() method in FieldsSet
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DFieldsSet.java54 public void set(int field, int amount) { in set() method in FieldsSet
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DLocaleValidityChecker.java41 public boolean set(Datatype datatype, String code) { in set() method in LocaleValidityChecker.Where
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DCodePointMap.java130 public void set(int start, int end, int value) { in set() method in CodePointMap.Range
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DRow.java108 protected Row<C0, C1, C2, C3, C4> set(int i, Object item) { in set() method in Row

Completed in 15 milliseconds

1...<<11121314151617181920>>...49