Home
last modified time | relevance | path

Searched refs:maybeYesCompositions (Results 1 – 5 of 5) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DNormalizer2Impl.java468 maybeYesCompositions=ICUBinary.getString(bytes, numChars, 0); in load()
469 extraData=maybeYesCompositions.substring(MIN_NORMAL_MAYBE_YES-minMaybeYes); in load()
1881 firstUnit=maybeYesCompositions.charAt(list); in addComposites()
1883 compositeAndFwd=maybeYesCompositions.charAt(list+1); in addComposites()
1886 compositeAndFwd=((maybeYesCompositions.charAt(list+1)&~COMP_2_TRAIL_MASK)<<16)| in addComposites()
1887 maybeYesCompositions.charAt(list+2); in addComposites()
1974 } else if((compositeAndFwd=combine(maybeYesCompositions, compositionsList, c))>=0) { in recompose()
2095 return combine(maybeYesCompositions, list, b)>>1; in composePair()
2211 private String maybeYesCompositions; local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNormalizer2Impl.java464 maybeYesCompositions=ICUBinary.getString(bytes, numChars, 0); in load()
465 extraData=maybeYesCompositions.substring(MIN_NORMAL_MAYBE_YES-minMaybeYes); in load()
1877 firstUnit=maybeYesCompositions.charAt(list); in addComposites()
1879 compositeAndFwd=maybeYesCompositions.charAt(list+1); in addComposites()
1882 compositeAndFwd=((maybeYesCompositions.charAt(list+1)&~COMP_2_TRAIL_MASK)<<16)| in addComposites()
1883 maybeYesCompositions.charAt(list+2); in addComposites()
1970 } else if((compositeAndFwd=combine(maybeYesCompositions, compositionsList, c))>=0) { in recompose()
2091 return combine(maybeYesCompositions, list, b)>>1; in composePair()
2207 private String maybeYesCompositions; local
/external/icu/icu4c/source/tools/gennorm2/
Dn2builder.cpp826 UnicodeString maybeYesCompositions; member in ExtraDataWriter
861 (writer.maybeYesCompositions.length()<<Norm::OFFSET_SHIFT)| in writeExtraData()
863 writeCompositions(c, p, writer.maybeYesCompositions); in writeExtraData()
1078 extraData=extraDataWriter.maybeYesCompositions; in processData()
1101 extraDataWriter.maybeYesCompositions.length(); in processData()
/external/icu/icu4c/source/common/
Dnormalizer2impl.h543 return maybeYesCompositions+norm16-minMaybeYes; in getCompositionsListForDecompYes()
600 const uint16_t *maybeYesCompositions; variable
Dnormalizer2impl.cpp275 maybeYesCompositions=inExtraData; in init()
276 extraData=maybeYesCompositions+(MIN_NORMAL_MAYBE_YES-minMaybeYes); in init()
1063 list=maybeYesCompositions+norm16-minMaybeYes; in composePair()