Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d150 The functions $(LREF codepointTrie), $(LREF codepointSetTrie)
484 the user in a form of the convenience functions $(LREF codepointTrie),
4324 public template codepointTrie(T, sizes...)
4331 auto codepointTrie(Set)(in Set set)
4338 auto codepointTrie()(T[dchar] map, T defValue=T.init) in codepointTrie() function
4344 auto codepointTrie(R)(R range, T defValue=T.init)
4392 auto trie = codepointTrie!(LuckFactor, 8, 5, 8)(map);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d151 The functions $(LREF codepointTrie), $(LREF codepointSetTrie)
482 the user in a form of the convenience functions $(LREF codepointTrie),
4315 public template codepointTrie(T, sizes...)
4322 auto codepointTrie(Set)(const scope Set set)
4330 auto codepointTrie()(T[dchar] map, T defValue=T.init)
4337 auto codepointTrie(R)(R range, T defValue=T.init)
4385 auto trie = codepointTrie!(LuckFactor, 8, 5, 8)(map);