Home
last modified time | relevance | path

Searched refs:newValues (Results 1 – 25 of 27) sorted by relevance

12

/third_party/icu/tools/unicode/c/genprops/
Dcorepropsbuilder.cpp320 virtual void setProps(const UniProps &, const UnicodeSet &newValues, UErrorCode &errorCode);
326 void setGcAndNumeric(const UniProps &, const UnicodeSet &newValues, UErrorCode &errorCode);
511 CorePropsBuilder::setGcAndNumeric(const UniProps &props, const UnicodeSet &newValues, in setGcAndNumeric() argument
525 if(!newValues.contains(UCHAR_GENERAL_CATEGORY) && !newValues.contains(UCHAR_NUMERIC_VALUE)) { in setGcAndNumeric()
655 CorePropsBuilder::setProps(const UniProps &props, const UnicodeSet &newValues, in setProps() argument
657 setGcAndNumeric(props, newValues, errorCode); in setProps()
667 if(newValues.containsSome(0, UCHAR_BINARY_LIMIT-1)) { in setProps()
671 if(newValues.contains(p2b.prop)) { in setProps()
680 if(newValues.containsSome(UCHAR_INT_START, UCHAR_INT_LIMIT-1)) { in setProps()
684 if(newValues.contains(p2e.prop)) { in setProps()
[all …]
Dgenprops.cpp146 UnicodeSet newValues; in main() local
149 const UniProps *props=ppucd.getProps(newValues, errorCode); in main()
150 corePropsBuilder->setProps(*props, newValues, errorCode); in main()
151 bidiPropsBuilder->setProps(*props, newValues, errorCode); in main()
152 casePropsBuilder->setProps(*props, newValues, errorCode); in main()
153 layoutPropsBuilder->setProps(*props, newValues, errorCode); in main()
154 namesPropsBuilder->setProps(*props, newValues, errorCode); in main()
Dlayoutpropsbuilder.cpp84 …virtual void setProps(const UniProps &props, const UnicodeSet &newValues, UErrorCode &errorCode) U…
89 void setIntProp(const UniProps &, const UnicodeSet &newValues,
134 LayoutPropsBuilder::setProps(const UniProps &props, const UnicodeSet &newValues, in setProps() argument
136 setIntProp(props, newValues, UCHAR_INDIC_POSITIONAL_CATEGORY, inpcMutableTrie, errorCode); in setProps()
137 setIntProp(props, newValues, UCHAR_INDIC_SYLLABIC_CATEGORY, inscMutableTrie, errorCode); in setProps()
138 setIntProp(props, newValues, UCHAR_VERTICAL_ORIENTATION, voMutableTrie, errorCode); in setProps()
141 void LayoutPropsBuilder::setIntProp(const UniProps &props, const UnicodeSet &newValues, in setIntProp() argument
144 if (U_SUCCESS(errorCode) && newValues.contains(prop)) { in setIntProp()
Dcasepropsbuilder.cpp275 virtual void setProps(const UniProps &, const UnicodeSet &newValues, UErrorCode &errorCode);
393 CasePropsBuilder::setProps(const UniProps &props, const UnicodeSet &newValues, in setProps() argument
395 if(U_FAILURE(errorCode) || newValues.containsNone(relevantProps)) { return; } in setProps()
476 newValues.contains(PPUCD_CONDITIONAL_CASE_MAPPINGS) in setProps()
482 newValues.contains(PPUCD_TURKIC_CASE_FOLDING) in setProps()
537 newValues.contains(PPUCD_CONDITIONAL_CASE_MAPPINGS) || in setProps()
541 newExcProps->hasTurkicCaseFolding=newValues.contains(PPUCD_TURKIC_CASE_FOLDING); in setProps()
Dbidipropsbuilder.cpp174 virtual void setProps(const UniProps &, const UnicodeSet &newValues, UErrorCode &errorCode);
271 BiDiPropsBuilder::setProps(const UniProps &props, const UnicodeSet &newValues, in setProps() argument
273 if(U_FAILURE(errorCode) || newValues.containsNone(relevantProps)) { return; } in setProps()
Dgenprops.h37 …virtual void setProps(const icu::UniProps &props, const icu::UnicodeSet &newValues, UErrorCode &er…
Dnamespropsbuilder.cpp210 virtual void setProps(const UniProps &, const UnicodeSet &newValues, UErrorCode &errorCode);
296 NamesPropsBuilder::setProps(const UniProps &props, const UnicodeSet &newValues, in setProps() argument
299 if(!newValues.contains(UCHAR_NAME) && !newValues.contains(PPUCD_NAME_ALIAS)) { in setProps()
/third_party/flutter/flutter/packages/flutter/test/material/
Drange_slider_test.dart30 onChanged: (RangeValues newValues) {
32 values = newValues;
85 onChanged: (RangeValues newValues) {
87 values = newValues;
143 onChanged: (RangeValues newValues) {
145 values = newValues;
203 onChanged: (RangeValues newValues) {
205 values = newValues;
260 onChanged: (RangeValues newValues) {
262 values = newValues;
[all …]
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dppucd.cpp186 PreparsedUCD::getProps(UnicodeSet &newValues, UErrorCode &errorCode) { in getProps() argument
188 newValues.clear(); in getProps()
251 newValues=blockValues; in getProps()
255 newValues.remove((UChar32)UCHAR_BLOCK); in getProps()
279 if(!parseProperty(*props, field, newValues, errorCode)) { return NULL; } in getProps()
282 blockValues=newValues; in getProps()
286 if(newValues.contains(prop) && cpProps.binProps[prop]==blockProps.binProps[prop]) { in getProps()
287 newValues.remove(prop); in getProps()
292 if(newValues.contains(prop) && cpProps.intProps[index]==blockProps.intProps[index]) { in getProps()
293 newValues.remove(prop); in getProps()
[all …]
Dppucd.h135 const UniProps *getProps(UnicodeSet &newValues, UErrorCode &errorCode);
153 UBool parseProperty(UniProps &props, const char *field, UnicodeSet &newValues,
/third_party/icu/icu4c/source/tools/toolutil/
Dppucd.cpp186 PreparsedUCD::getProps(UnicodeSet &newValues, UErrorCode &errorCode) { in getProps() argument
188 newValues.clear(); in getProps()
251 newValues=blockValues; in getProps()
255 newValues.remove((UChar32)UCHAR_BLOCK); in getProps()
279 if(!parseProperty(*props, field, newValues, errorCode)) { return NULL; } in getProps()
282 blockValues=newValues; in getProps()
286 if(newValues.contains(prop) && cpProps.binProps[prop]==blockProps.binProps[prop]) { in getProps()
287 newValues.remove(prop); in getProps()
292 if(newValues.contains(prop) && cpProps.intProps[index]==blockProps.intProps[index]) { in getProps()
293 newValues.remove(prop); in getProps()
[all …]
Dppucd.h135 const UniProps *getProps(UnicodeSet &newValues, UErrorCode &errorCode);
153 UBool parseProperty(UniProps &props, const char *field, UnicodeSet &newValues,
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Dppucd.cpp186 PreparsedUCD::getProps(UnicodeSet &newValues, UErrorCode &errorCode) { in getProps() argument
188 newValues.clear(); in getProps()
251 newValues=blockValues; in getProps()
255 newValues.remove((UChar32)UCHAR_BLOCK); in getProps()
279 if(!parseProperty(*props, field, newValues, errorCode)) { return NULL; } in getProps()
282 blockValues=newValues; in getProps()
286 if(newValues.contains(prop) && cpProps.binProps[prop]==blockProps.binProps[prop]) { in getProps()
287 newValues.remove(prop); in getProps()
292 if(newValues.contains(prop) && cpProps.intProps[index]==blockProps.intProps[index]) { in getProps()
293 newValues.remove(prop); in getProps()
[all …]
Dppucd.h135 const UniProps *getProps(UnicodeSet &newValues, UErrorCode &errorCode);
153 UBool parseProperty(UniProps &props, const char *field, UnicodeSet &newValues,
/third_party/node/deps/icu-small/source/tools/toolutil/
Dppucd.cpp193 PreparsedUCD::getProps(UnicodeSet &newValues, UErrorCode &errorCode) { in getProps() argument
195 newValues.clear(); in getProps()
258 newValues=blockValues; in getProps()
262 newValues.remove((UChar32)UCHAR_BLOCK); in getProps()
286 if(!parseProperty(*props, field, newValues, errorCode)) { return NULL; } in getProps()
289 blockValues=newValues; in getProps()
293 if(newValues.contains(prop) && cpProps.binProps[prop]==blockProps.binProps[prop]) { in getProps()
294 newValues.remove(prop); in getProps()
299 if(newValues.contains(prop) && cpProps.intProps[index]==blockProps.intProps[index]) { in getProps()
300 newValues.remove(prop); in getProps()
[all …]
Dppucd.h135 const UniProps *getProps(UnicodeSet &newValues, UErrorCode &errorCode);
153 UBool parseProperty(UniProps &props, const char *field, UnicodeSet &newValues,
/third_party/node/deps/icu-small/source/i18n/
Dsortkey.cpp60 CollationKey::CollationKey(const uint8_t* newValues, int32_t count) in CollationKey() argument
64 if (count < 0 || (newValues == NULL && count != 0) || in CollationKey()
71 uprv_memcpy(getBytes(), newValues, count); in CollationKey()
/third_party/skia/third_party/externals/icu/source/i18n/
Dsortkey.cpp60 CollationKey::CollationKey(const uint8_t* newValues, int32_t count) in CollationKey() argument
64 if (count < 0 || (newValues == NULL && count != 0) || in CollationKey()
71 uprv_memcpy(getBytes(), newValues, count); in CollationKey()
/third_party/icu/icu4c/source/i18n/
Dsortkey.cpp60 CollationKey::CollationKey(const uint8_t* newValues, int32_t count) in CollationKey() argument
64 if (count < 0 || (newValues == NULL && count != 0) || in CollationKey()
71 uprv_memcpy(getBytes(), newValues, count); in CollationKey()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dsortkey.cpp60 CollationKey::CollationKey(const uint8_t* newValues, int32_t count) in CollationKey() argument
64 if (count < 0 || (newValues == NULL && count != 0) || in CollationKey()
71 uprv_memcpy(getBytes(), newValues, count); in CollationKey()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCompactByteArray.java92 byte newValues[]) in CompactByteArray() argument
99 if (index >= newValues.length+BLOCKCOUNT) in CompactByteArray()
103 values = newValues; in CompactByteArray()
DCompactCharArray.java93 char newValues[]) in CompactCharArray() argument
100 if (index >= newValues.length+BLOCKCOUNT) in CompactCharArray()
104 values = newValues; in CompactCharArray()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCompactByteArray.java94 byte newValues[]) in CompactByteArray() argument
101 if (index >= newValues.length+BLOCKCOUNT) in CompactByteArray()
105 values = newValues; in CompactByteArray()
DCompactCharArray.java95 char newValues[]) in CompactCharArray() argument
102 if (index >= newValues.length+BLOCKCOUNT) in CompactCharArray()
106 values = newValues; in CompactCharArray()
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Drange_slider.dart165 /// onChanged: (RangeValues newValues) {
167 /// _rangeValues = newValues;
197 /// onChanged: (RangeValues newValues) {
199 /// _rangeValues = newValues;
232 /// onChanged: (RangeValues newValues) {
234 /// _rangeValues = newValues;
322 /// onChanged: (RangeValues newValues) {
324 /// _dollarsRange = newValues;
741 set values(RangeValues newValues) {
742 assert(newValues != null);
[all …]

12