Home | History | Annotate | Download | only in runtime

Lines Matching refs:trailing

78     result.resize(result.size() - 1);  // Lose the trailing '\n'.
527 const uint32_t trailing = GetTrailingUtf16Char(ch);
528 if (trailing != 0) {
530 StringAppendF(&result, "\\u%04x", trailing);
557 const uint32_t trailing = GetTrailingUtf16Char(ch);
560 if (trailing != 0) {
561 trailing);
581 // Descriptors have the leading 'L' and trailing ';' stripped.
607 // Remove the leading 'L' and trailing ';'...
684 const uint16_t trailing = GetLeadingUtf16Char(pair2);
686 return (GetTrailingUtf16Char(pair2) == 0) && (0xdc00 <= trailing && trailing <= 0xdfff);
692 // It's a trailing surrogate, which is not valid at this point.