Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/gennorm2/
Dn2builder.cpp114 if(compositions==NULL) { in getCompositionPairs()
118 length=compositions->size()/2; in getCompositionPairs()
119 return reinterpret_cast<const CompositionPair *>(compositions->getBuffer()); in getCompositionPairs()
129 UVector32 *compositions; // (trail, composite) pairs member
189 delete norms[i].compositions; in ~Normalizer2DataBuilder()
378 // Insert (trail, composite) pair into compositions list for the lead character. in addComposition()
381 UVector32 *compositions=leadNorm->compositions; in addComposition() local
383 if(compositions==NULL) { in addComposition()
384 compositions=leadNorm->compositions=new UVector32(errorCode); in addComposition()
403 compositions->insertElementAt(trail, 2*i, errorCode); in addComposition()
[all …]
/external/icu/icu4c/source/common/
Dnormalizer2impl.h395 IX_MIN_YES_NO, // Mappings & compositions in [minYesNo..minYesNoMappingsOnly[.
545 const uint16_t *list=extraData+norm16; // composite has both mapping & compositions list in getCompositionsListForComposite()
551 * @param c code point must have compositions
552 * @return compositions list pointer
599 const uint16_t *extraData; // mappings and/or compositions for yesYes, yesNo & noNo characters
715 * pointing to mappings, compositions lists, or both.
740 * The maybeYesCompositions array contains compositions lists for characters that
750 * The extraData array contains compositions lists for "YesYes" characters,
751 * followed by mappings and optional compositions lists for "YesNo" characters,
756 * The data structures for compositions lists and mappings are described in the design doc.
[all …]
Dnormalizer2impl.cpp760 * specified with a pointer to its compositions list,
769 * The compositions list has (trail, compositeAndFwd) pair entries,
777 * of the compositions list format.
827 * @param list some character's compositions list
828 * @param set recursively receives the composites from these compositions
993 // We combined; continue with looking for compositions. in recompose()
1018 // FCC: no discontiguous compositions; any intervening character blocks. in recompose()
1050 // 'a' has a compositions list in extraData in composePair()
1052 if(norm16>minYesNo) { // composite 'a' has both mapping & compositions list in composePair()
1891 // starter's compositions list, and the other characters in in makeCanonIterDataFromNorm16()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNormalizer2Impl.java597 // starter's compositions list, and the other characters in in ensureCanonIterData()
892 // Mappings & compositions in [minYesNo..minYesNoMappingsOnly[.
1733 // composite has both mapping & compositions list in getCompositionsListForComposite()
1740 * @param c code point must have compositions
1798 * specified with a pointer to its compositions list,
1809 * <p>The compositions list has (trail, compositeAndFwd) pair entries,
1817 * of the compositions list format.
1819 private static int combine(String compositions, int list, int trail) { in combine() argument
1825 while(key1>(firstUnit=compositions.charAt(list))) { in combine()
1830 return ((int)compositions.charAt(list+1)<<16)|compositions.charAt(list+2); in combine()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DNormalizer2Impl.java601 // starter's compositions list, and the other characters in in ensureCanonIterData()
896 // Mappings & compositions in [minYesNo..minYesNoMappingsOnly[.
1737 // composite has both mapping & compositions list in getCompositionsListForComposite()
1744 * @param c code point must have compositions
1802 * specified with a pointer to its compositions list,
1813 * <p>The compositions list has (trail, compositeAndFwd) pair entries,
1821 * of the compositions list format.
1823 private static int combine(String compositions, int list, int trail) { in combine() argument
1829 while(key1>(firstUnit=compositions.charAt(list))) { in combine()
1834 return ((int)compositions.charAt(list+1)<<16)|compositions.charAt(list+2); in combine()
[all …]
/external/drm_hwcomposer/
Ddrmcomposition.cpp128 * Leave empty compositions alone in DisableUnusedPlanes()
130 * active compositions have gobbled up all they can in DisableUnusedPlanes()
Dplatform.h117 // compositions. If use_squash_fb is true, the Planner should try to reserve a
/external/snakeyaml/src/test/resources/issues/
Dissue56-1.yaml40 compositions:
188 compositions:
305 compositions:
534 compositions:
706 compositions:
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/test/type/
Dtest_constraint.py181 # Constraints compositions
/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/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
DJsonMessageBuilder.java47 * mimics the field name and message compositions found in that file.
/external/llvm/utils/TableGen/
DCodeGenRegisters.cpp263 // Look at the possible compositions of Idx. in computeSubRegs()
1133 // Ignore identity compositions. in computeComposites()
1142 // Ignore identity compositions. in computeComposites()
1241 // Further compression optimization: For invalid compositions resulting in computeSubRegLaneMasks()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DNormalizerBuilder.java195 // only compositions are canonical pairs in buildDecompositionTables()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DNormalizerBuilder.java194 // only compositions are canonical pairs in buildDecompositionTables()
/external/libdrm/man/
Ddrm-memory.xml68 tasks but not suitable for complex compositions and
/external/parameter-framework/upstream/tools/xmlGenerator/
DEddParser.py453 make needed compositions, join ancestor name to its name,
/external/llvm/include/llvm/Target/
DTargetRegisterInfo.h528 /// compositions. If R does not have a subreg a, or R:a does not have a subreg