Home
last modified time | relevance | path

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

/external/marisa-trie/include/marisa/
Dbase.h21 typedef unsigned __int16 marisa_uint16; typedef
26 typedef uint16_t marisa_uint16;
43 #define MARISA_UINT16_MAX ((marisa_uint16)~(marisa_uint16)0)
175 typedef ::marisa_uint16 UInt16;
/external/marisa-trie/tests/
Dbase-test.cc17 ASSERT(sizeof(marisa_uint16) == 2); in TestTypes()