Lines Matching refs:value
335 // For ICU4X, use the same value for fallback as for the default
343 // that are filled with the default value.
1139 enumRangeForCopy(const void *context, UChar32 start, UChar32 end, uint32_t value) {
1141 value == Collation::UNASSIGNED_CE32 || value == Collation::FALLBACK_CE32 ||
1142 ((CopyHelper *)context)->copyRangeCE32(start, end, value);
1298 enumRangeLeadValue(const void *context, UChar32 /*start*/, UChar32 /*end*/, uint32_t value) {
1300 if(value == Collation::UNASSIGNED_CE32) {
1301 value = Collation::LEAD_ALL_UNASSIGNED;
1302 } else if(value == Collation::FALLBACK_CE32) {
1303 value = Collation::LEAD_ALL_FALLBACK;
1309 *pValue = (int32_t)value;
1310 } else if(*pValue != (int32_t)value) {
1322 int32_t value = -1;
1323 utrie2_enumForLeadSurrogate(trie, lead, NULL, enumRangeLeadValue, &value);
1326 Collation::makeCE32FromTagAndIndex(Collation::LEAD_SURROGATE_TAG, 0) | (uint32_t)value,
1522 // If no other suffix matches, then we return this value.