| 145 | } |
| 146 | |
| 147 | inline bool isAboveBMP(U32 codepoint) |
| 148 | { |
| 149 | return ( codepoint > 0xFFFF ); |
| 150 | } |
| 151 | |
| 152 | //----------------------------------------------------------------------------- |
| 153 | U32 convertUTF8toUTF16N(const UTF8 *unistring, UTF16 *outbuffer, U32 len) |
no outgoing calls
no test coverage detected