reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1748 if (Err == End) 1750 End = Err + std::min<unsigned>(llvm::getNumBytesForUTF8(*Err), End-Err); 1750 End = Err + std::min<unsigned>(llvm::getNumBytesForUTF8(*Err), End-Err); 1750 End = Err + std::min<unsigned>(llvm::getNumBytesForUTF8(*Err), End-Err); 1751 while (++Err != End && (*Err & 0xC0) == 0x80) 1751 while (++Err != End && (*Err & 0xC0) == 0x80) 1753 return Err;