Lines Matching defs:Grapheme
6718 @trusted struct Grapheme struct
6750 see also $(LREF Grapheme.valid). argument
6761 auto g = Grapheme("A\u0302"); argument
6798 See_Also: $(LREF Grapheme.valid) in length() argument
6800 ref opOpAssign(string op)(dchar ch) in length()
6838 auto g = Grapheme("A"); in length() argument
6876 genericDecodeGrapheme!false(r); in length() argument
6880 this(this) pure @nogc nothrow in this()
6896 ~this() pure @nogc nothrow in ~this()
6909 enum grow = 20;
6910 enum small_cap = small_bytes/3;
6911 enum small_flag = 0x80, small_mask = 0x7F;
6914 {
6929 void convertToBig() pure @nogc nothrow in convertToBig()
6958 static assert(Grapheme.sizeof == size_t.sizeof*4); argument