reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/ConvertUTF.cpp
  446   b1 = *source;
  448   if (b1 >= 0xC2 && b1 <= 0xDF) {
  448   if (b1 >= 0xC2 && b1 <= 0xDF) {
  462   if (b1 == 0xE0) {
  465   if (b1 >= 0xE1 && b1 <= 0xEC) {
  465   if (b1 >= 0xE1 && b1 <= 0xEC) {
  468   if (b1 == 0xED) {
  471   if (b1 >= 0xEE && b1 <= 0xEF) {
  471   if (b1 >= 0xEE && b1 <= 0xEF) {
  474   if (b1 == 0xF0) {
  484   if (b1 >= 0xF1 && b1 <= 0xF3) {
  484   if (b1 >= 0xF1 && b1 <= 0xF3) {
  494   if (b1 == 0xF4) {
  505   assert((b1 >= 0x80 && b1 <= 0xC1) || b1 >= 0xF5);
  505   assert((b1 >= 0x80 && b1 <= 0xC1) || b1 >= 0xF5);
  505   assert((b1 >= 0x80 && b1 <= 0xC1) || b1 >= 0xF5);