append typedef | UString | |
CaseOption enum name | UText | [private] |
charAt typedef | UText | [private] |
codePoints(uint start=0, uint length=uint.max) | UText | [inline, private] |
compare(UText other, bool codePointOrder=false) | UText | [inline, private] |
compare(wchar[] other, bool codePointOrder=false) | UText | [inline, private] |
compareFolded(UText other, CaseOption option=CaseOption.Default) | UText | [inline, private] |
compareFolded(wchar[] other, CaseOption option=CaseOption.Default) | UText | [inline, private] |
compareFolded(wchar[] s1, wchar[] s2, CaseOption option=CaseOption.Default) | UText | [inline, private] |
content | UText | [private] |
copy() | UText | [inline, private] |
Default enum value | UText | [private] |
endsWith(UText other) | UText | [inline, private] |
endsWith(wchar[] chars) | UText | [inline, private] |
expand(uint count) | UString | [inline] |
extract(uint start, uint len=uint.max) | UText | [inline, private] |
format(Formatter format, char[] msg) | UString | [inline] |
Formatter typedef | UString | |
get() | UText | [inline, private] |
getCharLimit(uint i) | UText | [inline, private] |
getCharStart(uint i) | UText | [inline, private] |
hasSurrogates(uint start=0, uint length=uint.max) | UText | [inline, private] |
indexOf(wchar c, uint start=0) | UText | [inline, private] |
indexOf(UText other, uint start=0) | UText | [inline, private] |
indexOf(wchar[] chars, uint start=0) | UText | [inline, private] |
isLeading(wchar c) | UText | [inline, private, static] |
isSurrogate(wchar c) | UText | [inline, private, static] |
isTrailing(wchar c) | UText | [inline, private, static] |
lastIndexOf(wchar c, uint start=uint.max) | UText | [inline, private] |
lastIndexOf(UText other, uint start=uint.max) | UText | [inline, private] |
lastIndexOf(wchar[] chars, uint start=uint.max) | UText | [inline, private] |
len | UText | [private] |
length() | UText | [inline, private] |
opCat(UText other) | UString | [inline] |
opCat(UText other, uint start, uint len=uint.max) | UString | [inline] |
opCat(wchar chr) | UString | [inline] |
opCat(wchar[] chars) | UString | [inline] |
opCat(char[] chars) | UString | [inline] |
opCat(wchar *chars, uint count) | UString | [inline, private] |
opCmp(Object o) | UText | [inline, private] |
opEquals(Object o) | UText | [inline, private] |
opIndex(uint index) | UText | [inline, private] |
opIndexAssign(wchar chr, uint index) | UString | [inline] |
padLeading(uint count, wchar padChar=0x0020) | UString | [inline] |
padTrailing(uint length, wchar padChar=0x0020) | UString | [inline] |
pinIndex(inout uint x) | UText | [inline, private] |
pinIndices(inout uint start, inout uint length) | UText | [inline, private] |
realloc(uint count=0) | UString | [inline, private] |
remove(uint start, uint length=uint.max) | UString | [inline] |
setCharAt typedef | UString | |
setTo(wchar chr, uint start=0, uint len=uint.max) | UString | [inline] |
setTo(wchar[] chars, bool mutable=true) | UString | [inline] |
setTo(UText other, bool mutable=true) | UString | [inline] |
setTo(UText other, uint start, uint len, bool mutable=true) | UString | [inline] |
SpecialI enum value | UText | [private] |
startsWith(UText other) | UText | [inline, private] |
startsWith(wchar[] chars) | UText | [inline, private] |
targets | UText | [private, static] |
this(uint space=0) | UString | [inline] |
this(wchar[] content, bool mutable=true) | UString | [inline] |
this(UText other, bool mutable=false) | UString | [inline] |
this(UString other, bool mutable=true) | UString | [inline] |
UText::this(wchar[] content) | UText | [inline, private] |
UText::this() | UText | [inline, private, static] |
toFolded(UString dst, CaseOption option=CaseOption.Default) | UText | [inline, private] |
toHash() | UText | [inline, private] |
toLower(UString dst) | UText | [inline, private] |
toLower(UString dst, inout ULocale locale) | UText | [inline, private] |
toUpper(UString dst) | UText | [inline, private] |
toUpper(UString dst, inout ULocale locale) | UText | [inline, private] |
toUtf8(char[] dst=null) | UText | [inline, private] |
trim() | UText | [inline, private] |
truncate(uint length=0) | UString | [inline] |
unEscape() | UText | [inline, private] |
~this() | UText | [inline, private, static] |