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 431 return maybeYesCompositions+norm16-minMaybeYes;
491 const uint16_t *maybeYesCompositions;
713 * uint16_t maybeYesCompositions[MIN_NORMAL_MAYBE_YES-minMaybeYes];
719 * The maybeYesCompositions array contains composition lists for characters that
725 * 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 75 milliseconds