HomeSort by relevance Sort by last modified time
    Searched refs:maybeYesCompositions (Results 1 - 3 of 3) sorted by null

  /external/icu4c/tools/gennorm2/
n2builder.cpp 745 UnicodeString maybeYesCompositions;
764 (writer.maybeYesCompositions.length()<<Norm::OFFSET_SHIFT)|
766 writeCompositions(c, p, writer.maybeYesCompositions);
    [all...]
  /external/icu4c/common/
normalizer2impl.h 437 return maybeYesCompositions+norm16-minMaybeYes;
497 const uint16_t *maybeYesCompositions;
719 * uint16_t maybeYesCompositions[MIN_NORMAL_MAYBE_YES-minMaybeYes];
725 * The maybeYesCompositions array contains composition lists for characters that
731 * and the maybeYesCompositions array is empty.
normalizer2impl.cpp 318 maybeYesCompositions=(const uint16_t *)(inBytes+offset);
319 extraData=maybeYesCompositions+(MIN_NORMAL_MAYBE_YES-minMaybeYes);
    [all...]

Completed in 158 milliseconds