LLStringOps Class Reference

#include <llstring.h>

List of all members.

Static Public Member Functions

static char toUpper (char elem)
static llwchar toUpper (llwchar elem)
static char toLower (char elem)
static llwchar toLower (llwchar elem)
static BOOL isSpace (char elem)
static BOOL isSpace (llwchar elem)
static BOOL isUpper (char elem)
static BOOL isUpper (llwchar elem)
static BOOL isLower (char elem)
static BOOL isLower (llwchar elem)
static S32 collate (const char *a, const char *b)
static S32 collate (const llwchar *a, const llwchar *b)
static BOOL isDigit (char a)
static BOOL isDigit (llwchar a)


Detailed Description

Definition at line 140 of file llstring.h.


Member Function Documentation

static char LLStringOps::toUpper ( char  elem  )  [inline, static]

Definition at line 143 of file llstring.h.

Referenced by LLMenuItemGL::setJumpKey(), and LLStringBase< T >::toUpper().

Here is the caller graph for this function:

static llwchar LLStringOps::toUpper ( llwchar  elem  )  [inline, static]

Definition at line 144 of file llstring.h.

static char LLStringOps::toLower ( char  elem  )  [inline, static]

static llwchar LLStringOps::toLower ( llwchar  elem  )  [inline, static]

Definition at line 147 of file llstring.h.

static BOOL LLStringOps::isSpace ( char  elem  )  [inline, static]

Definition at line 149 of file llstring.h.

Referenced by LLStringBase< T >::trimHead(), and LLStringBase< T >::trimTail().

Here is the caller graph for this function:

static BOOL LLStringOps::isSpace ( llwchar  elem  )  [inline, static]

Definition at line 150 of file llstring.h.

static BOOL LLStringOps::isUpper ( char  elem  )  [inline, static]

Definition at line 152 of file llstring.h.

Referenced by LLStringBase< T >::compareDict(), LLStringBase< T >::compareDictInsensitive(), and LLMenuGL::createJumpKeys().

Here is the caller graph for this function:

static BOOL LLStringOps::isUpper ( llwchar  elem  )  [inline, static]

Definition at line 153 of file llstring.h.

static BOOL LLStringOps::isLower ( char  elem  )  [inline, static]

Definition at line 155 of file llstring.h.

static BOOL LLStringOps::isLower ( llwchar  elem  )  [inline, static]

Definition at line 156 of file llstring.h.

static S32 LLStringOps::collate ( const char *  a,
const char *  b 
) [inline, static]

Definition at line 158 of file llstring.h.

Referenced by LLStringBase< T >::compareInsensitive(), and LLStringBase< T >::compareStrings().

Here is the caller graph for this function:

S32 LLStringOps::collate ( const llwchar a,
const llwchar b 
) [static]

Definition at line 860 of file llstring.cpp.

References wstring_to_utf8str().

Here is the call graph for this function:

static BOOL LLStringOps::isDigit ( char  a  )  [inline, static]

static BOOL LLStringOps::isDigit ( llwchar  a  )  [inline, static]

Definition at line 162 of file llstring.h.


The documentation for this class was generated from the following files:

Generated on Fri May 16 09:08:02 2008 for SecondLife by  doxygen 1.5.5