return uiCount;
}
-#ifdef __WXWINCE__
-inline int isascii(wxChar c) { return (c >= 0) && (c <=127); }
-#endif
-
bool wxString::IsAscii() const
{
const wxChar *s = (const wxChar*) *this;
// ArrayString
// ============================================================================
-#if !wxUSE_STL
-
#include "wx/arrstr.h"
+#if !wxUSE_STL
+
// size increment = min(50% of current size, ARRAY_MAXSIZE_INCREMENT)
#define ARRAY_MAXSIZE_INCREMENT 4096