Lines Matching defs:set
94 * The "era" of building intermediate contexts when the above builtCE32 was set.
350 // Always set the Hangul tag to help performance.
356 // Copy the set contents but don't copy/clone the set as a whole because
370 // TODO: Do we need to check what values are currently set for start..end?
1008 // No need to update the unsafeBackwardSet because the tailoring set
1009 // is already a copy of the base set.
1165 CollationDataBuilder::optimize(const UnicodeSet &set, UErrorCode &errorCode) {
1166 if(U_FAILURE(errorCode) || set.isEmpty()) { return; }
1167 UnicodeSetIterator iter(set);
1181 CollationDataBuilder::suppressContractions(const UnicodeSet &set, UErrorCode &errorCode) {
1182 if(U_FAILURE(errorCode) || set.isEmpty()) { return; }
1183 UnicodeSetIterator iter(set);
1208 UBool anyJamoAssigned = base == NULL; // always set jamoCE32s in the base data
1367 // we only set this flag if a whole block of 588 Hangul syllables starting with
1389 // assuming that HANGUL_NO_SPECIAL_JAMO is set or not set for whole blocks.
1403 // For U+0000, move its normal ce32 into CE32s[0] and set U0000_TAG.
1532 // Each fallback might be another set of contractions.