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

  /external/icu4c/common/
normalizer2impl.h 249 if(norm16>=MIN_NORMAL_MAYBE_YES) {
258 return norm16>=MIN_NORMAL_MAYBE_YES ? (uint8_t)norm16 : 0;
368 MIN_NORMAL_MAYBE_YES=0xfe00,
480 // return norm16<=MIN_NORMAL_MAYBE_YES || norm16==JAMO_VT;
485 (minMaybeYes<=norm16 && norm16<=MIN_NORMAL_MAYBE_YES);
493 return norm16<minYesNo || norm16==MIN_NORMAL_MAYBE_YES || norm16==JAMO_VT;
521 if(norm16==0 || MIN_NORMAL_MAYBE_YES<=norm16) {
723 * uint16_t maybeYesCompositions[MIN_NORMAL_MAYBE_YES-minMaybeYes];
734 * If there are no such characters, then minMaybeYes==MIN_NORMAL_MAYBE_YES
normalizer2impl.cpp 321 extraData=maybeYesCompositions+(MIN_NORMAL_MAYBE_YES-minMaybeYes);
677 } else if(norm16>MIN_NORMAL_MAYBE_YES) {
    [all...]
  /external/icu4c/tools/gennorm2/
n2builder.cpp     [all...]

Completed in 882 milliseconds