FireBirdLib - Topfield TMS PVR TAP Programming Library
FBLib_string.h File Reference
#include "libFireBird.h"

Go to the source code of this file.

Functions

bool isLegalChar (const byte *, eRemoveChars)
 
char * stricstr (const char *, const char *)
 

Variables

char AnsiUpper [30]
 
char AnsiLower [30]
 
char UTF8Upper [64]
 
char UTF8Lower [64]
 

Function Documentation

◆ isLegalChar()

bool isLegalChar ( const byte *  c,
eRemoveChars  ControlCharacters 
)

◆ stricstr()

char * stricstr ( const char *  s1,
const char *  s2 
)

Definition at line 8 of file stricstr.c.

Variable Documentation

◆ AnsiLower

char AnsiLower[30]
extern

Definition at line 133 of file StrToUTF8.c.

Referenced by LowerCase(), and UpperCase().

◆ AnsiUpper

char AnsiUpper[30]
extern

Definition at line 132 of file StrToUTF8.c.

Referenced by LowerCase(), and UpperCase().

◆ UTF8Lower

char UTF8Lower[64]
extern

Definition at line 136 of file StrToUTF8.c.

Referenced by LowerCase(), and UpperCase().

◆ UTF8Upper

char UTF8Upper[64]
extern

Definition at line 135 of file StrToUTF8.c.

Referenced by LowerCase(), and UpperCase().