Home
last modified time | relevance | path

Searched defs:SimpleCaseEntry (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/
H A Dunicode_tables.d15 struct SimpleCaseEntry struct
17 uint ch;
18 ubyte n, bucket;// n - number in bucket
22 @property ubyte size() const in size()
26 @property auto isLower() const in isLower()
30 @property auto isUpper() const in isUpper()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/
H A Dunicode_tables.d15 struct SimpleCaseEntry struct
17 uint ch;
18 ubyte n, bucket;// n - number in bucket
22 @property ubyte size() const in size()
26 @property auto isLower() const in isLower()
30 @property auto isUpper() const in isUpper()