openshot-audio  0.1.4
Classes | Macros | Typedefs
juce_CharacterFunctions.h File Reference

Go to the source code of this file.

Classes

class  CharacterFunctions
 
struct  CharacterFunctions::HexParser< ResultType >
 

Macros

#define JUCE_CHARACTERFUNCTIONS_H_INCLUDED
 
#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)   (L##stringLiteral)
 
#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)   (L##stringLiteral)
 

Typedefs

typedef wchar_t juce_wchar
 

Macro Definition Documentation

◆ JUCE_CHARACTERFUNCTIONS_H_INCLUDED

#define JUCE_CHARACTERFUNCTIONS_H_INCLUDED

◆ JUCE_NATIVE_WCHAR_IS_UTF16 [1/2]

#define JUCE_NATIVE_WCHAR_IS_UTF16   0

◆ JUCE_NATIVE_WCHAR_IS_UTF16 [2/2]

#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 [1/2]

#define JUCE_NATIVE_WCHAR_IS_UTF32   1

◆ JUCE_NATIVE_WCHAR_IS_UTF32 [2/2]

#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 [1/2]

#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_NATIVE_WCHAR_IS_UTF8 [2/2]

#define JUCE_NATIVE_WCHAR_IS_UTF8   0

◆ JUCE_T [1/2]

#define JUCE_T (   stringLiteral)    (L##stringLiteral)

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

◆ JUCE_T [2/2]

#define JUCE_T (   stringLiteral)    (L##stringLiteral)

Typedef Documentation

◆ juce_wchar

typedef wchar_t juce_wchar

A platform-independent 32-bit unicode character type.