Home | History | Annotate | Download | only in gennorm2

Lines Matching refs:lead

340         UChar32 lead=m.char32At(0);
342 if(getCC(lead)!=0) {
347 (long)start, (long)lead);
352 // Insert (trail, composite) pair into compositions list for the lead character.
354 Norm *leadNorm=createNorm(lead);
369 (long)start, (long)lead, (long)trail);
997 // corresponding to a lead surrogate, and set it as that surrogate's value.
1006 for(UChar lead=0xd800; lead<0xdc00; ++lead) {
1007 uint32_t maxValue=utrie2_get32(norm16Trie, lead);
1008 utrie2_enumForLeadSurrogate(norm16Trie, lead, NULL, enumRangeMaxValue, &maxValue);
1017 utrie2_set32ForLeadSurrogateCodeUnit(norm16Trie, lead, maxValue, errorCode);
1020 // Adjust supplementary minimum code points to break quick check loops at their lead surrogates.