| /third_party/skia/third_party/externals/tint/src/utils/ |
| H A D | unique_vector.h | 106 std::unordered_set<T, HASH, EQUAL> set; member
|
| /third_party/skia/third_party/externals/icu/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/skia/third_party/externals/icu/source/common/ |
| 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...] |
| 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...] |
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | UnmodifiableLazyStringList.java | 82 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 D | proto3_arena_unittest.cc | 383 TestAllFieldsSet(const protobuf_unittest::TestProto3Optional& msg, bool set) TestAllFieldsSet() argument [all...] |
| /third_party/skia/include/core/ |
| H A D | SkPoint3.h | 33 void set(SkScalar x, SkScalar y, SkScalar z) { fX = x; fY = y; fZ = z; } in set() function
|
| /third_party/skia/experimental/xform/ |
| H A D | SkShape.h | 86 void set(int index, sk_sp<Shape> s) { in set() function in GroupShape
|
| /third_party/rust/crates/termcolor/wincolor/src/ |
| H A D | win.rs | 73 fn set(&mut self) -> io::Result<()> { in set() functions
|
| /third_party/rust/crates/nix/src/ |
| H A D | sched.rs | 200 pub fn set(&mut self, field: usize) -> Result<()> { in set() functions
|
| /third_party/rust/crates/nix/src/sys/ |
| H A D | timerfd.rs | 140 pub fn set( in set() functions [all...] |
| /third_party/elfutils/tests/ |
| H A D | allregs.c | 74 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 D | Row.java | 92 protected Row<C0, C1, C2, C3, C4> set(int i, Object item) { in set() method in Row
|
| H A D | EmojiProps.java | 109 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 D | LocaleValidityChecker.java | 36 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 D | StandardPluralRanges.java | 125 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 D | CodePointMap.java | 142 public void set(int start, int end, int value) { in set() method in CodePointMap.Range
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | trnserr.cpp | 171 UnicodeSet set; in TestUnicodeSetErrors() local
|
| /third_party/icu/icu4c/source/common/ |
| H A D | lstmbe.cpp | 765 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 D | UTS46Test.java | 135 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 D | FieldsSet.java | 57 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 D | FieldsSet.java | 54 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 D | LocaleValidityChecker.java | 41 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 D | CodePointMap.java | 130 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 D | Row.java | 108 protected Row<C0, C1, C2, C3, C4> set(int i, Object item) { in set() method in Row
|