Rudiments
ucs2charstring.h
1// Copyright (c) 1999-2018 David Muse
2// See the COPYING file for more information
3
4 private:
5 static int32_t countLeadingSpaces(const ucs2_t *string,
6 int32_t length);
7 static int32_t countTrailingSpaces(const ucs2_t *string,
8 int32_t length);
Definition avltree.h:11