Home | History | Annotate | Download | only in gennorm2

Lines Matching refs:norm16

68         uint16_t norm16;
938 int32_t norm16=0;
945 norm16=Normalizer2Impl::MIN_NORMAL_MAYBE_YES+p->cc;
949 norm16=Normalizer2Impl::MIN_YES_YES_WITH_CC-1+p->cc;
954 norm16=indexes[Normalizer2Impl::IX_MIN_MAYBE_YES]+offset;
958 norm16=offset;
961 norm16=indexes[Normalizer2Impl::IX_MIN_YES_NO]+offset;
965 norm16=indexes[Normalizer2Impl::IX_MIN_YES_NO_MAPPINGS_ONLY]+offset;
969 norm16=indexes[Normalizer2Impl::IX_MIN_NO_NO]+offset;
973 norm16=getCenterNoNoDelta()+offset;
980 utrie2_setRange32(norm16Trie, start, end, (uint32_t)norm16, TRUE, errorCode);
1009 uint16_t norm16=range->norm16;
1010 if(norm16==0) {
1011 norm16=(uint16_t)indexes[Normalizer2Impl::IX_MIN_YES_NO]; // Hangul LV/LVT encoded as minYesNo
1020 utrie2_setRange32(norm16Trie, range->start, range->limit-1, norm16, TRUE, errorCode);
1112 // Look for the "worst" norm16 value of any supplementary code point
1118 // norm16 ranges (yesNo, maybeYes, yesYesWithCC etc.)