Home
last modified time | relevance | path

Searched full:compositions (Results 1 – 25 of 50) sorted by relevance

12

/external/icu/icu4c/source/tools/gennorm2/
Dnorms.h74 if(compositions==nullptr) { in getCompositionPairs()
78 length=compositions->size()/2; in getCompositionPairs()
79 return reinterpret_cast<const CompositionPair *>(compositions->getBuffer()); in getCompositionPairs()
90 UVector32 *compositions; // (trail, composite) pairs member
110 /** Starter, no mapping, has compositions. */
112 /** Starter with a round-trip mapping and compositions. */
114 /** Starter with a round-trip mapping but no compositions. */
127 * Combines both backward and forward, has compositions.
Dnorms.cpp83 delete norms[i].compositions; in ~Norms()
201 // Insert (trail, composite) pair into compositions list for the lead character. in rangeHandler()
204 UVector32 *compositions=leadNorm->compositions; in rangeHandler() local
206 if(compositions==nullptr) { in rangeHandler()
207 compositions=leadNorm->compositions=new UVector32(errorCode); in rangeHandler()
226 compositions->insertElementAt(trail, 2*i, errorCode); in rangeHandler()
227 compositions->insertElementAt(start, 2*i+1, errorCode); in rangeHandler()
Dextradata.h8 // Write mappings and compositions in compact form for Normalizer2 "extra data",
55 /** Requires norm.compositions!=nullptr. */
Dn2builder.cpp253 // Compose as far as possible, and see if further compositions with in mappingHasCompBoundaryAfter()
257 (starterNorm==nullptr || starterNorm->compositions==nullptr)) { in mappingHasCompBoundaryAfter()
273 (starterNorm==nullptr || starterNorm->compositions==nullptr)) { in mappingHasCompBoundaryAfter()
280 (starterNorm==nullptr || starterNorm->compositions==nullptr)) { in mappingHasCompBoundaryAfter()
326 // Prerequisites: Compositions are built, mappings are recursively decomposed. in postProcess()
358 norm.compositions==nullptr && mappingHasCompBoundaryAfter(buffer, norm.mappingType); in postProcess()
363 if(norm.compositions!=NULL) { in postProcess()
369 if(norm.compositions!=NULL) { in postProcess()
389 norm.cc==0 && !norm.combinesBack && norm.compositions==nullptr; in postProcess()
392 if(norm.compositions!=nullptr) { in postProcess()
[all …]
Dextradata.cpp28 yesYesCompositions(1000, (UChar32)0xffff, 2), // 0=inert, 1=Jamo L, 2=start of compositions in ExtraData()
140 if(norms.getNormRef(pair.composite).compositions!=NULL) { in writeCompositions()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DNormalizer2Impl.java622 // starter's compositions list, and the other characters in in ensureCanonIterData()
948 /** Mappings & compositions in [minYesNo..minYesNoMappingsOnly[. */
1777 // A composite has both mapping & compositions list. in getCompositionsListForComposite()
1789 * @param c code point must have compositions
1861 * specified with a pointer to its compositions list,
1872 * <p>The compositions list has (trail, compositeAndFwd) pair entries,
1880 * of the compositions list format.
1882 private static int combine(String compositions, int list, int trail) { in combine() argument
1888 while(key1>(firstUnit=compositions.charAt(list))) { in combine()
1893 return (compositions.charAt(list+1)<<16)|compositions.charAt(list+2); in combine()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNormalizer2Impl.java613 // starter's compositions list, and the other characters in in ensureCanonIterData()
939 /** Mappings & compositions in [minYesNo..minYesNoMappingsOnly[. */
1768 // A composite has both mapping & compositions list. in getCompositionsListForComposite()
1780 * @param c code point must have compositions
1852 * specified with a pointer to its compositions list,
1863 * <p>The compositions list has (trail, compositeAndFwd) pair entries,
1871 * of the compositions list format.
1873 private static int combine(String compositions, int list, int trail) { in combine() argument
1879 while(key1>(firstUnit=compositions.charAt(list))) { in combine()
1884 return (compositions.charAt(list+1)<<16)|compositions.charAt(list+2); in combine()
[all …]
/external/icu/libicu/cts_headers/
Dnormalizer2impl.h435 /** Mappings & compositions in [minYesNo..minYesNoMappingsOnly[. */
628 // A composite has both mapping & compositions list. in getCompositionsListForComposite()
639 * @param c code point must have compositions
640 * @return compositions list pointer
721 const uint16_t *extraData; // mappings and/or compositions for yesYes, yesNo & noNo characters
843 * pointing to mappings, compositions lists, or both.
870 * The maybeYesCompositions array contains compositions lists for characters that
880 * The extraData array contains compositions lists for "YesYes" characters,
881 * followed by mappings and optional compositions lists for "YesNo" characters,
888 * The data structures for compositions lists and mappings are described in the design doc.
[all …]
/external/icu/icu4c/source/common/
Dnormalizer2impl.h435 /** Mappings & compositions in [minYesNo..minYesNoMappingsOnly[. */
628 // A composite has both mapping & compositions list. in getCompositionsListForComposite()
639 * @param c code point must have compositions
640 * @return compositions list pointer
721 const uint16_t *extraData; // mappings and/or compositions for yesYes, yesNo & noNo characters
843 * pointing to mappings, compositions lists, or both.
870 * The maybeYesCompositions array contains compositions lists for characters that
880 * The extraData array contains compositions lists for "YesYes" characters,
881 * followed by mappings and optional compositions lists for "YesNo" characters,
888 * The data structures for compositions lists and mappings are described in the design doc.
[all …]
Dnormalizer2impl.cpp985 * specified with a pointer to its compositions list,
994 * The compositions list has (trail, compositeAndFwd) pair entries,
1002 * of the compositions list format.
1052 * @param list some character's compositions list
1053 * @param set recursively receives the composites from these compositions
1218 // We combined; continue with looking for compositions. in recompose()
1243 // FCC: no discontiguous compositions; any intervening character blocks. in recompose()
1276 // 'a' has a compositions list in extraData in composePair()
1278 if(norm16>minYesNo) { // composite 'a' has both mapping & compositions list in composePair()
2439 // starter's compositions list, and the other characters in in makeCanonIterDataFromNorm16()
/external/snakeyaml/src/test/resources/issues/
Dissue56-1.yaml40 compositions:
188 compositions:
305 compositions:
534 compositions:
706 compositions:
/external/skqp/src/compute/skc/platforms/cl_12/
Dsurface_cl_12.h25 // compositions and stylings.
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/
DLottieCompositionCache.java45 * Set the maximum number of compositions to keep cached in memory.
/external/tensorflow/tensorflow/python/ops/linalg/
Dregistrations_util.py69 """Get combined PD hint for compositions."""
/external/llvm-project/llvm/test/DebugInfo/ARM/
Dpartial-subreg.ll2 ; This tests a fragment that partially covers subregister compositions.
/external/skqp/src/compute/skc/
Dskc.h197 // existing compositions
/external/tensorflow/tensorflow/python/ops/distributions/
Dbijector_test_util.py104 # These compositions should be the identity.
/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DLottieAnimationView.java354 …* If set to true, all future compositions that are set will be cached so that they don't need to b…
355 * next time they are loaded. This won't apply to compositions that have already been loaded.
758 * located because bodymovin uses the name filenames across all compositions (img_#).
/external/dng_sdk/source/
Ddng_1d_function.h124 …/// Be careful using this method with compositions where the inner function does not have a range …
/external/python/pyasn1/tests/type/
Dtest_constraint.py275 # Constraints compositions
/external/llvm-project/mlir/test/Dialect/Affine/SuperVectorize/
Dcompose_maps.mlir9 // will produce the sequence of compositions: f, g(f), h(g(f)) and print the
/external/llvm-project/flang/docs/
DArrayComposition.md97 index tuples, be seen as compositions of those functions with
/external/llvm-project/mlir/include/mlir/IR/
DAffineExpr.h64 /// operate on chainable, lightweight compositions.
/external/libdrm/man/
Ddrm-memory.7.rst40 complex compositions and renderings.
/external/ImageMagick/MagickCore/
Dcomposite.c169 2) All mathematical compositions work as per the SVG specification
174 is turned off (enabled by default) then mathematical compositions are
491 Porter-Duff compositions: in CompositeOverImage()
1715 Porter-Duff compositions: in CompositeImage()

12