Overview | Namespace | Class | Index | Help |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
const OUString & | str ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
str | a OUString. |
rtl_uString * | str ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
str | a OUString data. |
rtl_uString * | str, |
__sal_NoAcquire | ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
str | OUString data |
dummy | SAL_NO_ACQUIRE to distinguish from other ctors |
sal_Unicode | value ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
value | a Unicode character. |
const sal_Unicode * | value ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
value | a NULL-terminated Unicode character array. |
const sal_Unicode * | value, |
sal_Int32 | length ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
value | a Unicode character array. |
length | the number of character which should be copied. The character array length must be greater or equal than this value. |
const sal_Char * | value, |
sal_Int32 | length, |
rtl_TextEncoding | encoding, |
sal_uInt32 | convertFlags = OSTRING_TO_OUSTRING_CVTFLAGS ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
value | a 8-Bit character array. |
length | the number of character which should be converted. The 8-Bit character array length must be greater or equal than this value. |
encoding | the text encoding from which the 8-Bit character sequence should be converted. |
convertFlags | flags which controls the conversion. see RTL_TEXTTOUNICODE_FLAGS_... |
const sal_uInt32 * | codePoints, |
sal_Int32 | codePointCount ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
codePoints | an array of at least codePointCount code points, which each must be in the range from 0 to 0x10FFFF, inclusive. May be null if codePointCount is zero. |
codePointCount | the non-negative number of code points. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
str | a OUString. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
str | a OUString. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
str | the object to be compared. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
str | the object to be compared. |
maxLength | the maximum count of characters to be compared. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
str | the object to be compared. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
str | the object to be compared. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
str | the object to be compared. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
str | the object (substring) to be compared. |
fromIndex | the index to start the comparion from. The index must be greater or equal than 0 and less or equal as the string length. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
str | the object (substring) to be compared. |
fromIndex | the index to start the comparion from. The index must be greater or equal than 0 and less or equal as the string length. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
asciiStr | the 8-Bit ASCII character string to be compared. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
asciiStr | the 8-Bit ASCII character string to be compared. |
maxLength | the maximum count of characters to be compared. |
const sal_Char * | asciiStr, |
sal_Int32 | asciiStrLength ) const throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
asciiStr | the 8-Bit ASCII character string to be compared. |
asciiStrLength | the length of the ascii string |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
asciiStr | the 8-Bit ASCII character string to be compared. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
asciiStr | the 8-Bit ASCII character string to be compared. |
asciiStrLength | the length of the ascii string |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
asciiStr | the 8-Bit ASCII character string to be compared. |
const sal_Char * | asciiStr, |
sal_Int32 | asciiStrLength ) const throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
asciiStr | the 8-Bit ASCII character string to be compared. |
asciiStrLength | the length of the ascii string |
const sal_Char * | asciiStr, |
sal_Int32 | asciiStrLength, |
sal_Int32 | fromIndex = 0 ) const throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
str | the object (substring) to be compared. |
fromIndex | the index to start the comparion from. The index must be greater or equal than 0 and less or equal as the string length. |
const sal_Char * | asciiStr, |
sal_Int32 | asciiStrLength, |
sal_Int32 | fromIndex = 0 ) const throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
asciiStr | the 8-Bit ASCII character string to be compared. |
asciiStrLength | the length of the ascii string |
fromIndex | the index to start the comparion from. The index must be greater or equal than 0 and less or equal as the string length. |
const char * | asciiStr, |
sal_Int32 | asciiStrLength ) const; |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
asciiStr | a sequence of at least asciiStrLength ASCII characters (bytes in the range 0x00--0x7F) |
asciiStrLen | the length of asciiStr; must be non-negative |
const char * | asciiStr, |
sal_Int32 | asciiStrLength ) const; |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
asciiStr | a sequence of at least asciiStrLength ASCII characters (bytes in the range 0x00--0x7F) |
asciiStrLen | the length of asciiStr; must be non-negative |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
sal_Unicode | ch, |
sal_Int32 | fromIndex = 0 ) const throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
ch | character to be located. |
fromIndex | the index to start the search from. The index must be greater or equal than 0 and less or equal as the string length. |
sal_Unicode | ch ) const throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
ch | character to be located. |
sal_Unicode | ch, |
sal_Int32 | fromIndex ) const throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
ch | character to be located. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
str | the substring to search for. |
fromIndex | the index to start the search from. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
str | the substring to be searched for. Need not be null-terminated, but must be at least as long as the specified len. Must only contain characters in the ASCII range 0x00--7F. |
len | the length of the substring; must be non-negative. |
fromIndex | the index to start the search from. Must be in the range from zero to the length of this string, inclusive. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
str | the substring to search for. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
str | the substring to search for. |
fromIndex | the index to start the search from. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
str | the substring to be searched for. Need not be null-terminated, but must be at least as long as the specified len. Must only contain characters in the ASCII range 0x00--7F. |
len | the length of the substring; must be non-negative. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
beginIndex | the beginning index, inclusive. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
beginIndex | the beginning index, inclusive. |
count | the number of characters. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
str | the string that is concatenated to the end of this string. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
index | the replacing index in str. The index must be greater or equal as 0 and less or equal as the length of the string. |
count | the count of charcters that will replaced The count must be greater or equal as 0 and less or equal as the length of the string minus index. |
newStr | the new substring. |
sal_Unicode | oldChar, |
sal_Unicode | newChar ) const throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
oldChar | the old character. |
newChar | the new character. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
sal_Int32 | token, |
sal_Unicode | cTok, |
sal_Int32 & | index ) const throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
token | the number of the token to return |
cTok | the character which seperate the tokens. |
index | the position at which the token is searched in the string. The index must not be greater than the length of the string. This param is set to the position of the next token or to -1, if it is the last token. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
radix | the radix (between 2 and 36) |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
radix | the radix (between 2 and 36) |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
OString * | pTarget, |
rtl_TextEncoding | nEncoding, |
sal_uInt32 | nFlags ) const; |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
pTarget | An out parameter receiving the converted OString. Must not be null; the contents are not modified if conversion fails (convertToOString returns false). |
nEncoding | The text encoding to convert into. Must be an octet encoding (i.e., rtl_isOctetTextEncoding(nEncoding) must return true). |
nFlags | A combination of RTL_UNICODETOTEXT_FLAGS that detail how to do the conversion (see rtl_convertUnicodeToText). RTL_UNICODETOTEXT_FLAGS_FLUSH need not be included, it is implicitly assumed. Typical uses are either RTL_UNICODETOTEXT_FLAGS_UNDEFINED_ERROR | RTL_UNICODETOTEXT_FLAGS_INVALID_ERROR (fail if a Unicode character cannot be converted to the target nEncoding) or OUSTRING_TO_OSTRING_CVTFLAGS (make a best efforts conversion). |
sal_Int32 * | indexUtf16, |
sal_Int32 | incrementCodePoints = 1 ) const; |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
indexUtf16 | pointer to a UTF-16 based index into this string; must not be null. On entry, the index must be in the range from zero to the length of this string (in UTF-16 code units), inclusive. Upon successful return, the index will be updated to address the UTF-16 code unit that is the given incrementCodePoints away from the initial index. |
incrementCodePoints | the number of code points to move the given *indexUtf16. If non-negative, moving is done after determining the code point at the index. If negative, moving is done before determining the code point at the (then updated) index. The value must be such that the resulting UTF-16 based index is in the range from zero to the length of this string (in UTF-16 code units), inclusive. |
rtl_uString * const * | ppHandle ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | YES | YES | NO |
ppHandle | pointer to storage |
const sal_Char * | value, |
sal_Int32 | length, |
rtl_TextEncoding | encoding, |
sal_uInt32 | convertFlags = OSTRING_TO_OUSTRING_CVTFLAGS, |
sal_uInt32 * | pInfo = NULL ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | YES | YES | NO |
value | a 8-Bit character array. |
length | the number of character which should be converted. The 8-Bit character array length must be greater or equal than this value. |
encoding | the text encoding from which the 8-Bit character sequence should be converted. |
convertFlags | flags which controls the conversion. see RTL_TEXTTOUNICODE_FLAGS_... |
pInfo | pointer to return conversion status or NULL. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | YES | YES | NO |
b | a sal_Bool. |
sal_Unicode | c ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | YES | YES | NO |
c | a character. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | YES | YES | NO |
i | a int32. |
radix | the radix (between 2 and 36) |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | YES | YES | NO |
ll | a int64. |
radix | the radix (between 2 and 36) |
float | f ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | YES | YES | NO |
f | a float. |
double | d ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | YES | YES | NO |
d | a double. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | YES | YES | NO |
value | the 8-Bit ASCII character string |
Copyright © 2003 Sun Microsystems, Inc.