#include <llstring.h>
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) |
Definition at line 140 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().
Definition at line 162 of file llstring.h.
static BOOL LLStringOps::isDigit | ( | char | a | ) | [inline, static] |
Definition at line 161 of file llstring.h.
Referenced by LLStringBase< T >::compareDict(), LLMenuGL::createJumpKeys(), LLLineEditor::postvalidateFloat(), LLLineEditor::prevalidateFloat(), LLLineEditor::prevalidateInt(), LLLineEditor::prevalidateNonNegativeS32(), LLLineEditor::prevalidatePositiveS32(), and LLChatBar::stripChannelNumber().
Definition at line 156 of file llstring.h.
static BOOL LLStringOps::isLower | ( | char | elem | ) | [inline, static] |
Definition at line 155 of file llstring.h.
Definition at line 150 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().
Definition at line 153 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(), and LLMenuGL::createJumpKeys().
Definition at line 147 of file llstring.h.
static char LLStringOps::toLower | ( | char | elem | ) | [inline, static] |
Definition at line 146 of file llstring.h.
Referenced by LLStringBase< T >::compareDict(), LLScrollListCtrl::handleUnicodeCharHere(), and LLStringBase< T >::toLower().
Definition at line 144 of file llstring.h.
static char LLStringOps::toUpper | ( | char | elem | ) | [inline, static] |
Definition at line 143 of file llstring.h.
Referenced by LLMenuItemGL::setJumpKey(), and LLStringBase< T >::toUpper().