Home
last modified time | relevance | path

Searched refs:maybeYesCompositions (Results 1 - 15 of 15) sorted by relevance

/third_party/icu/icu4c/source/tools/gennorm2/
H A Dextradata.cpp235 norm.offset=maybeYesCompositions.length(); in writeExtraData()
236 writeCompositions(c, norm, maybeYesCompositions); in writeExtraData()
H A Dextradata.h35 UnicodeString maybeYesCompositions; member in ExtraData
H A Dn2builder.cpp596 // Pad the maybeYesCompositions length to a multiple of 4, in processData()
598 while(extra.maybeYesCompositions.length()&3) { in processData()
599 extra.maybeYesCompositions.append((UChar)0); in processData()
601 extraData.insert(0, extra.maybeYesCompositions); in processData()
604 extra.maybeYesCompositions.length()*2; in processData()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DNormalizer2Impl.java495 maybeYesCompositions=ICUBinary.getString(bytes, numChars, 0); in load()
496 extraData=maybeYesCompositions.substring((MIN_NORMAL_MAYBE_YES-minMaybeYes)>>OFFSET_SHIFT); in load()
1749 * @return index into maybeYesCompositions, or -1
1757 // maybeYesCompositions[MIN_NORMAL_MAYBE_YES-minMaybeYes] in getCompositionsListForDecompYes()
1765 * @return index into maybeYesCompositions
1770 int firstUnit=maybeYesCompositions.charAt(list); in getCompositionsListForComposite()
1771 return list+ // mapping in maybeYesCompositions in getCompositionsListForComposite()
1781 * @return index into maybeYesCompositions
1924 firstUnit=maybeYesCompositions.charAt(list); in addComposites()
1926 compositeAndFwd=maybeYesCompositions in addComposites()
2278 private String maybeYesCompositions; global() field in Normalizer2Impl
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DNormalizer2Impl.java504 maybeYesCompositions=ICUBinary.getString(bytes, numChars, 0); in load()
505 extraData=maybeYesCompositions.substring((MIN_NORMAL_MAYBE_YES-minMaybeYes)>>OFFSET_SHIFT); in load()
1758 * @return index into maybeYesCompositions, or -1
1766 // maybeYesCompositions[MIN_NORMAL_MAYBE_YES-minMaybeYes] in getCompositionsListForDecompYes()
1774 * @return index into maybeYesCompositions
1779 int firstUnit=maybeYesCompositions.charAt(list); in getCompositionsListForComposite()
1780 return list+ // mapping in maybeYesCompositions in getCompositionsListForComposite()
1790 * @return index into maybeYesCompositions
1933 firstUnit=maybeYesCompositions.charAt(list); in addComposites()
1935 compositeAndFwd=maybeYesCompositions in addComposites()
2287 private String maybeYesCompositions; global() field in Normalizer2Impl
[all...]
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/
H A Dextradata.h35 UnicodeString maybeYesCompositions; member in ExtraData
H A Dextradata.cpp235 norm.offset=maybeYesCompositions.length(); in writeExtraData()
236 writeCompositions(c, norm, maybeYesCompositions); in writeExtraData()
H A Dn2builder.cpp596 // Pad the maybeYesCompositions length to a multiple of 4, in processData()
598 while(extra.maybeYesCompositions.length()&3) { in processData()
599 extra.maybeYesCompositions.append((UChar)0); in processData()
601 extraData.insert(0, extra.maybeYesCompositions); in processData()
604 extra.maybeYesCompositions.length()*2; in processData()
/third_party/icu/icu4c/source/common/
H A Dnormalizer2impl.h630 return maybeYesCompositions+norm16-minMaybeYes; in getCompositionsListForDecompYes()
642 return maybeYesCompositions+((norm16-minMaybeYes)>>OFFSET_SHIFT); in getCompositionsListForMaybe()
729 const uint16_t *maybeYesCompositions; member in Normalizer2Impl
872 * uint16_t maybeYesCompositions[MIN_NORMAL_MAYBE_YES-minMaybeYes];
879 * The maybeYesCompositions array contains compositions lists for characters that
885 * and the maybeYesCompositions array is empty.
H A Dnormalizer2impl.cpp449 maybeYesCompositions=inExtraData;
450 extraData=maybeYesCompositions+((MIN_NORMAL_MAYBE_YES-minMaybeYes)>>OFFSET_SHIFT);
/third_party/node/deps/icu-small/source/common/
H A Dnormalizer2impl.h630 return maybeYesCompositions+norm16-minMaybeYes; in getCompositionsListForDecompYes()
642 return maybeYesCompositions+((norm16-minMaybeYes)>>OFFSET_SHIFT); in getCompositionsListForMaybe()
729 const uint16_t *maybeYesCompositions; member in Normalizer2Impl
873 * uint16_t maybeYesCompositions[MIN_NORMAL_MAYBE_YES-minMaybeYes];
880 * The maybeYesCompositions array contains compositions lists for characters that
886 * and the maybeYesCompositions array is empty.
H A Dnormalizer2impl.cpp449 maybeYesCompositions=inExtraData;
450 extraData=maybeYesCompositions+((MIN_NORMAL_MAYBE_YES-minMaybeYes)>>OFFSET_SHIFT);
/third_party/skia/third_party/externals/icu/source/common/
H A Dnormalizer2impl.h630 return maybeYesCompositions+norm16-minMaybeYes; in getCompositionsListForDecompYes()
642 return maybeYesCompositions+((norm16-minMaybeYes)>>OFFSET_SHIFT); in getCompositionsListForMaybe()
729 const uint16_t *maybeYesCompositions; member in Normalizer2Impl
872 * uint16_t maybeYesCompositions[MIN_NORMAL_MAYBE_YES-minMaybeYes];
879 * The maybeYesCompositions array contains compositions lists for characters that
885 * and the maybeYesCompositions array is empty.
H A Dnormalizer2impl.cpp449 maybeYesCompositions=inExtraData;
450 extraData=maybeYesCompositions+((MIN_NORMAL_MAYBE_YES-minMaybeYes)>>OFFSET_SHIFT);
/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 34 milliseconds