GME
13
|
Go to the source code of this file.
Functions | |
static UChar * | convertToUChar (const XMLCh *const toConvert, const XMLSize_t srcLen=0, MemoryManager *const manager=0) |
static XMLCh * | convertToXMLCh (const UChar *const toConvert, MemoryManager *const manager=0) |
template<class FunctionType > | |
static void | doCaseConvert (XMLCh *convertString, FunctionType caseFunction) |
Variables | |
const uint8_t U_IMPORT | icudata_dat [] |
static XERCES_CPP_NAMESPACE_BEGIN const XMLCh | gMyServiceId [] |
static const XMLCh | gS390Id [] |
static const XMLCh | gs390Id [] |
static const XMLCh | gswaplfnlId [] |
static UChar* convertToUChar | ( | const XMLCh *const | toConvert, |
const XMLSize_t | srcLen = 0 , |
||
MemoryManager *const | manager = 0 |
||
) | [static] |
Definition at line 96 of file ICUTransService.cpp.
static XMLCh* convertToXMLCh | ( | const UChar *const | toConvert, |
MemoryManager *const | manager = 0 |
||
) | [static] |
Definition at line 116 of file ICUTransService.cpp.
static void doCaseConvert | ( | XMLCh * | convertString, |
FunctionType | caseFunction | ||
) | [static] |
Definition at line 312 of file ICUTransService.cpp.
XERCES_CPP_NAMESPACE_BEGIN const XMLCh gMyServiceId[] [static] |
{ chLatin_I, chLatin_C, chLatin_U, chNull }
Definition at line 68 of file ICUTransService.cpp.
const XMLCh gS390Id[] [static] |
{ chLatin_S, chDigit_3, chDigit_9, chDigit_0, chNull }
Definition at line 73 of file ICUTransService.cpp.
const XMLCh gs390Id[] [static] |
{ chLatin_s, chDigit_3, chDigit_9, chDigit_0, chNull }
Definition at line 78 of file ICUTransService.cpp.
const XMLCh gswaplfnlId[] [static] |
{ chComma, chLatin_s, chLatin_w, chLatin_a, chLatin_p, chLatin_l, chLatin_f, chLatin_n, chLatin_l, chNull }
Definition at line 83 of file ICUTransService.cpp.
const uint8_t U_IMPORT icudata_dat[] |
Definition at line 46 of file ICUTransService.cpp.