LMMS
Loading...
Searching...
No Matches
juce_CharacterFunctions.h File Reference

Go to the source code of this file.

Classes

struct  juce::internal::make_unsigned< Type >
struct  juce::internal::make_unsigned< signed char >
struct  juce::internal::make_unsigned< char >
struct  juce::internal::make_unsigned< short >
struct  juce::internal::make_unsigned< int >
struct  juce::internal::make_unsigned< long >
struct  juce::internal::make_unsigned< long long >
class  juce::CharacterFunctions
struct  juce::CharacterFunctions::HexParser< ResultType >

Namespaces

namespace  juce
namespace  juce::internal

Macros

#define JUCE_NATIVE_WCHAR_IS_UTF8   0
#define JUCE_NATIVE_WCHAR_IS_UTF16   0
#define JUCE_NATIVE_WCHAR_IS_UTF32   1
#define JUCE_T(stringLiteral)

Typedefs

using juce::juce_wchar = wchar_t

Macro Definition Documentation

◆ JUCE_NATIVE_WCHAR_IS_UTF16

#define JUCE_NATIVE_WCHAR_IS_UTF16   0

This macro will be set to 1 if the compiler's native wchar_t is a 16-bit type.

◆ JUCE_NATIVE_WCHAR_IS_UTF32

#define JUCE_NATIVE_WCHAR_IS_UTF32   1

This macro will be set to 1 if the compiler's native wchar_t is a 32-bit type.

◆ JUCE_NATIVE_WCHAR_IS_UTF8

#define JUCE_NATIVE_WCHAR_IS_UTF8   0

This macro will be set to 1 if the compiler's native wchar_t is an 8-bit type.

◆ JUCE_T

#define JUCE_T ( stringLiteral)
Value:
(L##stringLiteral)

This macro is deprecated, but preserved for compatibility with old code.