Home
last modified time | relevance | path

Searched refs:compositions (Results 1 - 13 of 13) sorted by relevance

/third_party/icu/icu4c/source/tools/gennorm2/
H A 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()
H A 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.
H A 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()
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()
398 } else if(norm.compositions! in postProcess()
[all...]
H A Dextradata.cpp28 yesYesCompositions(1000, (UChar32)0xffff, 2), // 0=inert, 1=Jamo L, 2=start of compositions in ExtraData()
141 if(norms.getNormRef(pair.composite).compositions!=NULL) { in writeCompositions()
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/
H A 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()
H A 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.
H A 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()
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()
398 } else if(norm.compositions! in postProcess()
[all...]
H A Dextradata.cpp28 yesYesCompositions(1000, (UChar32)0xffff, 2), // 0=inert, 1=Jamo L, 2=start of compositions in ExtraData()
141 if(norms.getNormRef(pair.composite).compositions!=NULL) { in writeCompositions()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A 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 in combine()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A 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 in combine()
[all...]
/third_party/backends/backend/
H A Dxerox_mfp.h84 int compositions; /* supported image compositions bitmask */ member
H A Dxerox_mfp.c862 dev->compositions = dev->res[0x27]; in dev_inquiry()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 17 milliseconds