Overview | Namespace | Class | Index | Help |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
const OString & | str ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
str | a OString. |
rtl_String * | str ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
str | a OString data. |
sal_Char | value ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
value | a character. |
const sal_Char * | value ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
value | a NULL-terminated character array. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
value | a 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_Unicode * | value, |
sal_Int32 | length, |
rtl_TextEncoding | encoding, |
sal_uInt32 | convertFlags = OUSTRING_TO_OSTRING_CVTFLAGS ); |
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 converted. The Unicode character array length must be greater or equal than this value. |
encoding | the text encoding in which the Unicode character sequence should be converted. |
convertFlags | flags which controls the conversion. see RTL_UNICODETOTEXT_FLAGS_... |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
const OString & | str ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
str | a OString. |
const OString & | str ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
str | a OString. |
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 |
The returned pointer is not guaranteed to point to a null-terminated byte string. Note that this string object may contain embedded null characters, which will thus also be embedded in the returned byte string.
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
The returned pointer is guaranteed to point to a null-terminated byte string. But note that this string object may contain embedded null characters, which will thus also be embedded in the returned null-terminated byte string.
const OString & | str ) const throw(); |
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. |
const OString & | str ) const throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
str | the object to be compared. |
const OString & | str ) const throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
str | the object to be compared. |
const OString & | str ) const throw(); |
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 | NO | NO | NO | NO | YES | NO |
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_Char | 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. |
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. |
const OString & | str ) const throw(); |
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. |
sal_Int32 | beginIndex ) const throw(); |
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. |
const OString & | str ) const throw(); |
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. |
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 |
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 thanthe 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 |
sal_Int16 | radix = 10 ) const throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
radix | the radix (between 2 and 36) |
sal_Int16 | radix = 10 ) const throw(); |
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 |
sal_Bool | b ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | YES | YES | NO |
b | a sal_Bool. |
sal_Char | 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 |
l | 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. |
Copyright © 2003 Sun Microsystems, Inc.