QChar.surrogateToUcs4

Undocumented in source. Be warned that the author may not have intended to support it.
  1. uint surrogateToUcs4(ushort high, ushort low)
    struct QChar
    pragma(inline, true) static
    uint
    surrogateToUcs4
    (
    ushort high
    ,
    ushort low
    )
  2. uint surrogateToUcs4(QChar high, QChar low)

Meta