Home | History | Annotate | Download | only in common

Lines Matching refs:trail

65     int32_t trail=start&0x3f;
70 table[trail]|=bits;
79 while(trail<limitTrail) {
80 table[trail++]|=bits;
86 if(trail>0) {
88 table[trail++]|=bits;
89 } while(trail<64);
97 for(trail=0; trail<64; ++trail) {
98 table[trail]|=bits;
102 for(trail=0; trail<limitTrail; ++trail) {
103 table[trail]|=bits;
196 * (asciiBytes[] trail bytes, table7FF[] 0..7F, bmpBlockBits[] 0..7FF)
295 * Check for sufficient length for trail unit for each surrogate pair.
482 * Precheck for sufficient trail bytes at end of string only once per span.
527 // b>=0x80: lead or trail byte
529 // single trail byte, check for preceding 3- or 4-byte lead byte
536 // 4-byte lead byte with only two trail bytes
543 // lead byte with no trail bytes
556 // ASCII; or trail bytes with the result of contains(FFFD).
587 // All 64 code points with this lead byte and middle trail byte
685 // trail byte: collect a multi-byte character
691 // lead byte in last-trail position