BufferOverflow enum value | ICU | [private] |
CaseOption enum name | UText | |
charAt typedef | UText | |
codePoints(uint start=0, uint length=uint.max) | UText | [inline] |
compare(UText other, bool codePointOrder=false) | UText | [inline] |
compare(wchar[] other, bool codePointOrder=false) | UText | [inline] |
compareFolded(UText other, CaseOption option=CaseOption.Default) | UText | [inline] |
compareFolded(wchar[] other, CaseOption option=CaseOption.Default) | UText | [inline] |
compareFolded(wchar[] s1, wchar[] s2, CaseOption option=CaseOption.Default) | UText | [inline] |
content | UText | |
copy() | UText | [inline] |
Default enum value | UText | |
endsWith(UText other) | UText | [inline] |
endsWith(wchar[] chars) | UText | [inline] |
Error enum name | ICU | [private] |
extract(uint start, uint len=uint.max) | UText | [inline] |
get() | UText | [inline] |
getCharLimit(uint i) | UText | [inline] |
getCharStart(uint i) | UText | [inline] |
Handle typedef | ICU | [private] |
hasSurrogates(uint start=0, uint length=uint.max) | UText | [inline] |
indexOf(wchar c, uint start=0) | UText | [inline] |
indexOf(UText other, uint start=0) | UText | [inline] |
indexOf(wchar[] chars, uint start=0) | UText | [inline] |
isError(Error e) | ICU | [inline, private, static] |
isLeading(wchar c) | UText | [inline, static] |
isSurrogate(wchar c) | UText | [inline, static] |
isTrailing(wchar c) | UText | [inline, static] |
lastIndexOf(wchar c, uint start=uint.max) | UText | [inline] |
lastIndexOf(UText other, uint start=uint.max) | UText | [inline] |
lastIndexOf(wchar[] chars, uint start=uint.max) | UText | [inline] |
len | UText | |
length() | UText | [inline] |
ICU::length(char *s) | ICU | [inline, private, static] |
ICU::length(wchar *s) | ICU | [inline, private, static] |
library | UText | [private, static] |
mutable | UText | [private] |
OK enum value | ICU | [private] |
opCmp(Object o) | UText | [inline] |
opEquals(Object o) | UText | [inline] |
opIndex(uint index) | UText | [inline] |
pinIndex(inout uint x) | UText | [inline] |
pinIndices(inout uint start, inout uint length) | UText | [inline] |
SpecialI enum value | UText | |
startsWith(UText other) | UText | [inline] |
startsWith(wchar[] chars) | UText | [inline] |
targets | UText | [static] |
test() | UText | [inline, private, static] |
testError(Error e, char[] msg) | ICU | [inline, private, static] |
this() | UText | [inline, private] |
this(wchar[] content) | UText | [inline] |
this() | UText | [inline, static] |
toArray(char *s) | ICU | [inline, private, static] |
toArray(wchar *s) | ICU | [inline, private, static] |
toFolded(UString dst, CaseOption option=CaseOption.Default) | UText | [inline] |
toHash() | UText | [inline] |
toLower(UString dst) | UText | [inline] |
toLower(UString dst, inout ULocale locale) | UText | [inline] |
toString(char[] string) | ICU | [inline, private, static] |
toString(wchar[] string) | ICU | [inline, private, static] |
toUpper(UString dst) | UText | [inline] |
toUpper(UString dst, inout ULocale locale) | UText | [inline] |
toUtf8(char[] dst=null) | UText | [inline] |
trim() | UText | [inline] |
unEscape() | UText | [inline] |
~this() | UText | [inline, static] |