Home
last modified time | relevance | path

Searched refs:DigitTable (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dxml.d224 return lookup(DigitTable,c); in isDigit()
232 assert(isDigit(c) == lookup(DigitTable, c)); in debug()
3072 immutable DigitTable=[0x0030,0x0039,0x0660,0x0669,0x06F0,0x06F9,0x0966, variable
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dxml.d221 return lookup(DigitTable,c); in isDigit()
229 assert(isDigit(c) == lookup(DigitTable, c)); in debug()
3066 immutable DigitTable=[0x0030,0x0039,0x0660,0x0669,0x06F0,0x06F9,0x0966, variable