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

References

lib/Support/ConvertUTF.cpp
  202         ch = *source++;
  204         if (ch >= UNI_SUR_HIGH_START && ch <= UNI_SUR_HIGH_END) {
  204         if (ch >= UNI_SUR_HIGH_START && ch <= UNI_SUR_HIGH_END) {
  210                     ch = ((ch - UNI_SUR_HIGH_START) << halfShift)
  210                     ch = ((ch - UNI_SUR_HIGH_START) << halfShift)
  225             if (ch >= UNI_SUR_LOW_START && ch <= UNI_SUR_LOW_END) {
  225             if (ch >= UNI_SUR_LOW_START && ch <= UNI_SUR_LOW_END) {
  235         *target++ = ch;