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

References

lib/Support/ConvertUTF.cpp
  183             *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START);
  209                 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) {
  211                         + (ch2 - UNI_SUR_LOW_START) + halfBase;
  225             if (ch >= UNI_SUR_LOW_START && ch <= UNI_SUR_LOW_END) {
  266                 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) {
  268                         + (ch2 - UNI_SUR_LOW_START) + halfBase;
  282             if (ch >= UNI_SUR_LOW_START && ch <= UNI_SUR_LOW_END) {
  604             *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START);