c++ - Is it possible to reserve memory in icu::UnicodeString? -
i wondering if possible reserve memory in icu::unicodestring (icu 59.1) similar how done in std::string through std::string::reserve method? have looked through documentation provided icu::unicodestring, have not seen method allow me that. have missed one, or not possible?
thanks!
Comments
Post a Comment