namespace PT renamed to pt
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
#include "inttostr.h"
|
||||
|
||||
|
||||
namespace PT
|
||||
namespace pt
|
||||
{
|
||||
|
||||
std::string to_str(unsigned long long value, int base)
|
||||
|
@@ -42,7 +42,7 @@
|
||||
|
||||
|
||||
|
||||
namespace PT
|
||||
namespace pt
|
||||
{
|
||||
|
||||
|
||||
|
@@ -38,7 +38,7 @@
|
||||
#include "misc.h"
|
||||
|
||||
|
||||
namespace PT
|
||||
namespace pt
|
||||
{
|
||||
|
||||
|
||||
|
@@ -42,7 +42,7 @@
|
||||
#include "text.h"
|
||||
|
||||
|
||||
namespace PT
|
||||
namespace pt
|
||||
{
|
||||
|
||||
void SetOverflow(bool * was_overflow, bool val);
|
||||
|
@@ -44,7 +44,7 @@
|
||||
|
||||
|
||||
|
||||
namespace PT
|
||||
namespace pt
|
||||
{
|
||||
|
||||
template<typename CharType, typename StrType>
|
||||
|
@@ -43,7 +43,7 @@
|
||||
#include "misc.h"
|
||||
|
||||
|
||||
namespace PT
|
||||
namespace pt
|
||||
{
|
||||
|
||||
|
||||
|
@@ -40,7 +40,7 @@
|
||||
#include "text_private.h"
|
||||
|
||||
|
||||
namespace PT
|
||||
namespace pt
|
||||
{
|
||||
|
||||
// white_chars table should be sorted (a binary search algorithm is used to find a character)
|
||||
|
@@ -41,7 +41,7 @@
|
||||
#include <string>
|
||||
|
||||
|
||||
namespace PT
|
||||
namespace pt
|
||||
{
|
||||
|
||||
bool is_white(wchar_t c, bool check_additional_chars = true, bool treat_new_line_as_white = true);
|
||||
|
@@ -42,7 +42,7 @@
|
||||
#include "text.h"
|
||||
|
||||
|
||||
namespace PT
|
||||
namespace pt
|
||||
{
|
||||
|
||||
namespace pt_private
|
||||
@@ -302,7 +302,7 @@ bool is_substr_nc_generic(const StringType1 * short_str, const StringType2 * lon
|
||||
|
||||
} // namespace pt_private
|
||||
|
||||
} // namespace PT
|
||||
} // namespace pt
|
||||
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user