Home | History | Annotate | Download | only in gennorm2

Lines Matching refs:norm16

68         uint16_t norm16;
838 int32_t norm16=0;
845 norm16=Normalizer2Impl::MIN_NORMAL_MAYBE_YES+p->cc;
849 norm16=Normalizer2Impl::MIN_YES_YES_WITH_CC-1+p->cc;
854 norm16=indexes[Normalizer2Impl::IX_MIN_MAYBE_YES]+offset;
858 norm16=offset;
861 norm16=indexes[Normalizer2Impl::IX_MIN_YES_NO]+offset;
865 norm16=indexes[Normalizer2Impl::IX_MIN_NO_NO]+offset;
869 norm16=getCenterNoNoDelta()+offset;
876 utrie2_setRange32(norm16Trie, start, end, (uint32_t)norm16, TRUE, errorCode);
905 uint16_t norm16norm16;
906 if(norm16==0) {
907 norm16=(uint16_t)indexes[Normalizer2Impl::IX_MIN_YES_NO]; // Hangul LV/LVT encoded as minYesNo
916 utrie2_setRange32(norm16Trie, range->start, range->limit-1, norm16, TRUE, errorCode);
996 // Look for the "worst" norm16 value of any supplementary code point
1002 // norm16 ranges (yesNo, maybeYes, yesYesWithCC etc.)