Home
last modified time | relevance | path

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

12345678910>>...25

/aosp_15_r20/external/icu/icu4c/source/i18n/
H A 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 …]
H A 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 …]
H A 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 …]
H A Dcollationsets.h47 tailored(t), in TailoredSet()
81 UnicodeSet *tailored; variable
132 int8_t checkTailored; // -1: collected tailored +1: exclude tailored
133 UnicodeSet tailored; variable
H A 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()
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A 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 …]
H A 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 …]
H A 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 …]
H A Dcollationsets.h47 tailored(t), in TailoredSet()
81 UnicodeSet *tailored; variable
132 int8_t checkTailored; // -1: collected tailored +1: exclude tailored
133 UnicodeSet tailored; variable
H A 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()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/common_os/include/external/icu/icu4c/source/i18n/
H A Dcollationbuilder.h89 * Makes and inserts a new tailored node into the list, after the one at index.
107 * Skips weaker nodes and tailored nodes if the current node is stronger
155 * Walks the tailoring graph and overwrites tailored nodes with new CEs.
157 * The nodes array can then be used only as a source of tailored CEs.
161 * Counts the tailored nodes of the given strength up to the next node
238 * Node bit 3 distinguishes a tailored node, which has no weight value,
322 * Data structure for assigning tailored weights and CEs.
334 * "Tailored" nodes, with the IS_TAILORED bit set,
341 * - a tailored node of the same strength.
346 * a secondary node with an explicit below-common weight, then a secondary tailored node,
[all …]
H A Dcollationsets.h47 tailored(t), in TailoredSet()
81 UnicodeSet *tailored; variable
132 int8_t checkTailored; // -1: collected tailored +1: exclude tailored
133 UnicodeSet tailored; variable
/aosp_15_r20/external/icu/libicu/cts_headers/
H A 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 …]
H A Dcollationsets.h47 tailored(t), in TailoredSet()
81 UnicodeSet *tailored; variable
132 int8_t checkTailored; // -1: collected tailored +1: exclude tailored
133 UnicodeSet tailored; variable
/aosp_15_r20/external/icu/icu4j/main/collate/src/main/java/com/ibm/icu/impl/coll/
H A 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 …]
H A 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 …]
H A 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 …]
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A 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 …]
H A 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 …]
H A 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 …]
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/posix/
H A 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()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A 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()
/aosp_15_r20/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,…
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/
H A Dcollationtest.txt577 ** test: secondary & tertiary around tailored item
618 &w<x # tailored CE getting case bits
719 ** test: no duplicate tailored CEs for different reset positions with same CEs, ICU ticket 10104
783 ** test: extension contains tailored character, ICU ticket 10105
1186 <1 äs # not tailored
1211 <1 â # tailored
1222 <1 ạ # tailored
1239 <1 \u5140câ # tailored
1260 <1 \u5140câ # tailored
1277 <1 cạ # tailored
[all …]
/aosp_15_r20/external/icu/icu4c/source/test/testdata/
H A Dcollationtest.txt577 ** test: secondary & tertiary around tailored item
618 &w<x # tailored CE getting case bits
719 ** test: no duplicate tailored CEs for different reset positions with same CEs, ICU ticket 10104
783 ** test: extension contains tailored character, ICU ticket 10105
1186 <1 äs # not tailored
1211 <1 â # tailored
1222 <1 ạ # tailored
1239 <1 \u5140câ # tailored
1260 <1 \u5140câ # tailored
1277 <1 cạ # tailored
[all …]

12345678910>>...25