BufferOverflow enum value | ICU | [private] |
caseConvert(UString.Formatter cvt) | UText | [inline] |
CaseOption enum name | UText | |
charAt(uint index) | UText | [inline] |
codePoints(uint start=0, uint length=uint.max) | UText | [inline] |
compare(UString other, bool codePointOrder=false) | UText | [inline] |
compare(wchar[] other, bool codePointOrder=false) | UText | [inline] |
compareFolded(UString 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] |
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] |
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] |
mutable | UText | [private] |
OK enum value | ICU | [private] |
opCmp(Object o) | UText | [inline] |
opEquals(Object o) | UText | [inline] |
pinIndex(inout uint x) | UText | [inline] |
pinIndices(inout uint start, inout uint length) | UText | [inline] |
read(IReader r) | IReadable | [private] |
SpecialI enum value | UText | |
startsWith(UText other) | UText | [inline] |
startsWith(wchar[] chars) | UText | [inline] |
test() | UText | [inline, private, static] |
testError(Error e, char[] msg) | ICU | [inline, private, static] |
this() | UText | [inline, private] |
this(wchar[] content) | UText | [inline] |
toArray(char *s) | ICU | [inline, private, static] |
toArray(wchar *s) | ICU | [inline, private, static] |
toFolded(CaseOption option=CaseOption.Default) | UText | [inline] |
toHash() | UText | [inline] |
toLower() | UText | [inline] |
toLower(inout ULocale locale) | UText | [inline] |
toString(char[] string) | ICU | [inline, private, static] |
toString(wchar[] string) | ICU | [inline, private, static] |
toUpper() | UText | [inline] |
toUpper(inout ULocale locale) | UText | [inline] |
unEscape() | UText | [inline] |
write(IWriter w) | IWritable | [private] |