- UTF8String
char* UTF8String()
Undocumented in source. Be warned that the author may not have intended to support it.
- characterAtIndex
wchar characterAtIndex(int index)
- getCharacters
void getCharacters(wchar* buffer, NSRange range)
Undocumented in source. Be warned that the author may not have intended to support it.
- length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
- rangeOfString
NSRange rangeOfString(NSString aString)
Undocumented in source. Be warned that the author may not have intended to support it.
- stringByAppendingString
NSString stringByAppendingString(NSString aString)
Undocumented in source. Be warned that the author may not have intended to support it.
- stringWithCharacters
NSString stringWithCharacters(wchar* chars, size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.