Home
last modified time | relevance | path

Searched full:tailored (Results 1 – 25 of 406) sorted by relevance

12345678910>>...17

/external/icu/icu4c/source/i18n/
Dcollationbuilder.h90 * Makes and inserts a new tailored node into the list, after the one at index.
108 * Skips weaker nodes and tailored nodes if the current node is stronger
156 * Walks the tailoring graph and overwrites tailored nodes with new CEs.
158 * The nodes array can then be used only as a source of tailored CEs.
162 * Counts the tailored nodes of the given strength up to the next node
239 * Node bit 3 distinguishes a tailored node, which has no weight value,
324 * Data structure for assigning tailored weights and CEs.
336 * "Tailored" nodes, with the IS_TAILORED bit set,
343 * - a tailored node of the same strength.
348 * a secondary node with an explicit below-common weight, then a secondary tailored node,
[all …]
Dcollationsets.cpp37 return true; // fallback to base, not tailored in enumTailoredRange()
73 tailored->add(start); in handleCE32()
132 // and in tailorings we assume that performance of tailored characters is more important. in compare()
150 // or when a single-character mapping was copied for tailored contractions. in compare()
207 if(tailored->contains(jamos[0]) || tailored->contains(jamos[1]) || in compare()
208 (length == 3 && tailored->contains(jamos[2]))) { in compare()
324 tailored->add(UnicodeString(unreversedPrefix).append(c)); in addPrefix()
338 tailored->add(UnicodeString(unreversedPrefix).append(c).append(sfx)); in addSuffix()
344 tailored->add(c); in add()
351 tailored->add(s); in add()
[all …]
Dcollationsets.h47 tailored(t), in TailoredSet()
81 UnicodeSet *tailored; variable
132 int8_t checkTailored; // -1: collected tailored +1: exclude tailored
133 UnicodeSet tailored; variable
Dcollationdatareader.cpp175 // Use the base data. Only the settings are tailored. in read()
187 errorCode = U_INVALID_FORMAT_ERROR; // Tailored ces without tailored trie. in read()
199 errorCode = U_INVALID_FORMAT_ERROR; // Tailored ce32s without tailored trie. in read()
252 errorCode = U_INVALID_FORMAT_ERROR; // Tailored contexts without tailored trie. in read()
Dcollationbuilder.cpp336 // Reset to just before this same-strength tailored node. in addReset()
412 // Skip weaker nodes and same-level tailored nodes. in addReset()
416 // maybe with following weaker or tailored nodes. in addReset()
444 // If it is not, then return the low non-primary boundary for a tailored CE. in getWeight16Before()
500 // Look for a tailored tertiary node after [0, 0, 0]. in getSpecialResetPosition()
519 // Look for a tailored secondary node after [0, 0, *]. in getSpecialResetPosition()
593 // Find the first character tailored after the boundary CE, in getSpecialResetPosition()
596 // If there is a following node, then it must be tailored in getSpecialResetPosition()
615 // Get the first node that was tailored before this one at a weaker strength. in getSpecialResetPosition()
628 // Find the last node that was tailored after the [last xyz] in getSpecialResetPosition()
[all …]
/external/cronet/third_party/icu/source/i18n/
Dcollationbuilder.h90 * Makes and inserts a new tailored node into the list, after the one at index.
108 * Skips weaker nodes and tailored nodes if the current node is stronger
156 * Walks the tailoring graph and overwrites tailored nodes with new CEs.
158 * The nodes array can then be used only as a source of tailored CEs.
162 * Counts the tailored nodes of the given strength up to the next node
239 * Node bit 3 distinguishes a tailored node, which has no weight value,
324 * Data structure for assigning tailored weights and CEs.
336 * "Tailored" nodes, with the IS_TAILORED bit set,
343 * - a tailored node of the same strength.
348 * a secondary node with an explicit below-common weight, then a secondary tailored node,
[all …]
Dcollationsets.cpp37 return true; // fallback to base, not tailored in enumTailoredRange()
73 tailored->add(start); in handleCE32()
132 // and in tailorings we assume that performance of tailored characters is more important. in compare()
150 // or when a single-character mapping was copied for tailored contractions. in compare()
207 if(tailored->contains(jamos[0]) || tailored->contains(jamos[1]) || in compare()
208 (length == 3 && tailored->contains(jamos[2]))) { in compare()
324 tailored->add(UnicodeString(unreversedPrefix).append(c)); in addPrefix()
338 tailored->add(UnicodeString(unreversedPrefix).append(c).append(sfx)); in addSuffix()
344 tailored->add(c); in add()
351 tailored->add(s); in add()
[all …]
Dcollationsets.h47 tailored(t), in TailoredSet()
81 UnicodeSet *tailored; variable
132 int8_t checkTailored; // -1: collected tailored +1: exclude tailored
133 UnicodeSet tailored; variable
Dcollationdatareader.cpp175 // Use the base data. Only the settings are tailored. in read()
187 errorCode = U_INVALID_FORMAT_ERROR; // Tailored ces without tailored trie. in read()
199 errorCode = U_INVALID_FORMAT_ERROR; // Tailored ce32s without tailored trie. in read()
252 errorCode = U_INVALID_FORMAT_ERROR; // Tailored contexts without tailored trie. in read()
Dcollationbuilder.cpp336 // Reset to just before this same-strength tailored node. in addReset()
412 // Skip weaker nodes and same-level tailored nodes. in addReset()
416 // maybe with following weaker or tailored nodes. in addReset()
444 // If it is not, then return the low non-primary boundary for a tailored CE. in getWeight16Before()
500 // Look for a tailored tertiary node after [0, 0, 0]. in getSpecialResetPosition()
519 // Look for a tailored secondary node after [0, 0, *]. in getSpecialResetPosition()
593 // Find the first character tailored after the boundary CE, in getSpecialResetPosition()
596 // If there is a following node, then it must be tailored in getSpecialResetPosition()
615 // Get the first node that was tailored before this one at a weaker strength. in getSpecialResetPosition()
628 // Find the last node that was tailored after the [last xyz] in getSpecialResetPosition()
[all …]
/external/icu/libicu/cts_headers/
Dcollationbuilder.h90 * Makes and inserts a new tailored node into the list, after the one at index.
108 * Skips weaker nodes and tailored nodes if the current node is stronger
156 * Walks the tailoring graph and overwrites tailored nodes with new CEs.
158 * The nodes array can then be used only as a source of tailored CEs.
162 * Counts the tailored nodes of the given strength up to the next node
239 * Node bit 3 distinguishes a tailored node, which has no weight value,
324 * Data structure for assigning tailored weights and CEs.
336 * "Tailored" nodes, with the IS_TAILORED bit set,
343 * - a tailored node of the same strength.
348 * a secondary node with an explicit below-common weight, then a secondary tailored node,
[all …]
Dcollationsets.h47 tailored(t), in TailoredSet()
81 UnicodeSet *tailored; variable
132 int8_t checkTailored; // -1: collected tailored +1: exclude tailored
133 UnicodeSet tailored; variable
/external/icu/icu4j/main/collate/src/main/java/com/ibm/icu/impl/coll/
DContractionsAndExpansions.java30 private int checkTailored = 0; // -1: collected tailored +1: exclude tailored
31 private UnicodeSet tailored = new UnicodeSet(); field in ContractionsAndExpansions
63 // Add all from the base data but only for un-tailored code points. in forData()
64 tailored.freeze(); in forData()
76 // No need to collect nor check the tailored set. in enumCnERange()
80 return; // fallback to base, not tailored in enumCnERange()
82 cne.tailored.add(start, end); in enumCnERange()
84 // checkTailored > 0: Exclude tailored ranges from the base data enumeration. in enumCnERange()
86 if (cne.tailored.contains(start)) { in enumCnERange()
89 } else if (cne.tailored.containsSome(start, end)) { in enumCnERange()
[all …]
DTailoredSet.java44 private UnicodeSet tailored; field in TailoredSet
49 tailored = t; in TailoredSet()
66 return; // fallback to base, not tailored in enumTailoredRange()
90 tailored.add(start); in handleCE32()
147 … // and in tailorings we assume that performance of tailored characters is more important. in compare()
165 // or when a single-character mapping was copied for tailored contractions. in compare()
224 if (tailored.contains(jamos.charAt(0)) || tailored.contains(jamos.charAt(1)) in compare()
225 || (length == 3 && tailored.contains(jamos.charAt(2)))) { in compare()
358 tailored.add(new StringBuilder(unreversedPrefix.appendCodePoint(c))); in addPrefix()
371 tailored.add(new StringBuilder(unreversedPrefix).appendCodePoint(c).append(sfx)); in addSuffix()
[all …]
DCollationBuilder.java140 // Reset to just before this same-strength tailored node. in addReset()
210 // Skip weaker nodes and same-level tailored nodes. in addReset()
214 // maybe with following weaker or tailored nodes. in addReset()
241 // If it is not, then return the low non-primary boundary for a tailored CE. in getWeight16Before()
295 // Look for a tailored tertiary node after [0, 0, 0]. in getSpecialResetPosition()
313 // Look for a tailored secondary node after [0, 0, *]. in getSpecialResetPosition()
383 // Find the first character tailored after the boundary CE, in getSpecialResetPosition()
386 // If there is a following node, then it must be tailored in getSpecialResetPosition()
404 // Get the first node that was tailored before this one at a weaker strength. in getSpecialResetPosition()
417 // Find the last node that was tailored after the [last xyz] in getSpecialResetPosition()
[all …]
DCollationDataReader.java219 // Use the base data. Only the settings are tailored. in read()
236 throw new ICUException("Tailored ces without tailored trie"); in read()
253 throw new ICUException("Tailored ce32s without tailored trie"); in read()
309 throw new ICUException("Tailored contexts without tailored trie"); in read()
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DContractionsAndExpansions.java34 private int checkTailored = 0; // -1: collected tailored +1: exclude tailored
35 private UnicodeSet tailored = new UnicodeSet(); field in ContractionsAndExpansions
70 // Add all from the base data but only for un-tailored code points. in forData()
71 tailored.freeze(); in forData()
83 // No need to collect nor check the tailored set. in enumCnERange()
87 return; // fallback to base, not tailored in enumCnERange()
89 cne.tailored.add(start, end); in enumCnERange()
91 // checkTailored > 0: Exclude tailored ranges from the base data enumeration. in enumCnERange()
93 if (cne.tailored.contains(start)) { in enumCnERange()
96 } else if (cne.tailored.containsSome(start, end)) { in enumCnERange()
[all …]
DTailoredSet.java46 private UnicodeSet tailored; field in TailoredSet
51 tailored = t; in TailoredSet()
68 return; // fallback to base, not tailored in enumTailoredRange()
92 tailored.add(start); in handleCE32()
149 … // and in tailorings we assume that performance of tailored characters is more important. in compare()
167 // or when a single-character mapping was copied for tailored contractions. in compare()
226 if (tailored.contains(jamos.charAt(0)) || tailored.contains(jamos.charAt(1)) in compare()
227 || (length == 3 && tailored.contains(jamos.charAt(2)))) { in compare()
360 tailored.add(new StringBuilder(unreversedPrefix.appendCodePoint(c))); in addPrefix()
373 tailored.add(new StringBuilder(unreversedPrefix).appendCodePoint(c).append(sfx)); in addSuffix()
[all …]
DCollationBuilder.java144 // Reset to just before this same-strength tailored node. in addReset()
214 // Skip weaker nodes and same-level tailored nodes. in addReset()
218 // maybe with following weaker or tailored nodes. in addReset()
245 // If it is not, then return the low non-primary boundary for a tailored CE. in getWeight16Before()
299 // Look for a tailored tertiary node after [0, 0, 0]. in getSpecialResetPosition()
317 // Look for a tailored secondary node after [0, 0, *]. in getSpecialResetPosition()
387 // Find the first character tailored after the boundary CE, in getSpecialResetPosition()
390 // If there is a following node, then it must be tailored in getSpecialResetPosition()
408 // Get the first node that was tailored before this one at a weaker strength. in getSpecialResetPosition()
421 // Find the last node that was tailored after the [last xyz] in getSpecialResetPosition()
[all …]
DCollationDataReader.java220 // Use the base data. Only the settings are tailored. in read()
237 throw new ICUException("Tailored ces without tailored trie"); in read()
254 throw new ICUException("Tailored ce32s without tailored trie"); in read()
310 throw new ICUException("Tailored contexts without tailored trie"); in read()
/external/sdv/vsomeip/third_party/boost/regex/doc/
Dstandards.qbk80 [[3.1][Tailored Punctuation.][Not Supported.]]
81 [[3.2][Tailored Grapheme Clusters][Not Supported.]]
82 [[3.3][Tailored Word Boundaries.][Not Supported.]]
83 [[3.4][Tailored Loose Matches][Partial support: \[\[\=c\=\]\] matches characters with the same prim…
84 [[3.5][Tailored Ranges][Supported: \[a-b\] matches any character that collates in the range a to b,…
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/posix/
DPOSIX_LCCollate.java79 // Add all the tailored characters if we are using the default collation set in POSIX_LCCollate()
81 UnicodeSet tailored = col.getTailoredSet(); in POSIX_LCCollate() local
82 UnicodeSetIterator it = new UnicodeSetIterator(tailored); in POSIX_LCCollate()
104 // get the tailored contractions in POSIX_LCCollate()
106 UnicodeSet tailored = col.getTailoredSet(); in POSIX_LCCollate() local
107 getFilteredSet(chars, tailored); in POSIX_LCCollate()
113 getFilteredSet(uca_contractions, tailored); in POSIX_LCCollate()
116 private void getFilteredSet(UnicodeSet chars, UnicodeSet tailored) { in getFilteredSet() argument
117 for (UnicodeSetIterator it = new UnicodeSetIterator(tailored); it.next(); ) { in getFilteredSet()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DChartCollation.java51 + "'>not tailored</span> (added from standard exemplars for context)</li>"
55 … + "'>tailored</span>, but not in any exemplars (standard, aux, punctuation)</li>"
57 + "<li>those both tailored and in exemplars</li>"
61 + "<li>The tailored characters may include:"
365 UnicodeSet tailored = new UnicodeSet(col.getTailoredSet()); in writeContents() local
368 tailored.addAllTo(sorted); in writeContents()
387 if (!tailored.contains(s)) { in writeContents()
/external/aws-sdk-java-v2/core/aws-core/target/generated-sources/sdk/software/amazon/awssdk/awscore/defaultsmode/
DDefaultsMode.java24 * mode, the SDK will vend sensible default values tailored to the mode for the following settings:
92 …* The MOBILE mode builds on the standard mode and includes optimization tailored for mobile applic…
103 …* The CROSS_REGION mode builds on the standard mode and includes optimization tailored for applica…
115 …* The IN_REGION mode builds on the standard mode and includes optimization tailored for applicatio…
/external/aws-sdk-java-v2/core/aws-core/src/main/resources/software/amazon/awssdk/awscore/internal/defaults/
Dsdk-default-configuration.json41 …he IN_REGION mode builds on the standard mode and includes optimization tailored for applications …
42 …CROSS_REGION mode builds on the standard mode and includes optimization tailored for applications …
43 …"mobile": "<p>The MOBILE mode builds on the standard mode and includes optimization tailored for m…

12345678910>>...17