00001 // Copyright (c) 2003 David Muse 00002 // See the COPYING file for more information 00003 00004 private: 00005 static int32_t countLeadingSpaces(const char *string, 00006 int32_t length); 00007 static int32_t countTrailingSpaces(const char *string, 00008 int32_t length);