Home
last modified time | relevance | path

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

/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Dbase.h22 typedef unsigned __int16 marisa_alpha_uint16; typedef
27 typedef uint16_t marisa_alpha_uint16;
33 #define MARISA_ALPHA_UINT16_MAX ((marisa_alpha_uint16)-1)
142 typedef ::marisa_alpha_uint16 UInt16;
/external/marisa-trie/v0_1_5/tests/
Dunit-test.cc23 ASSERT(sizeof(marisa_alpha_uint16) == 2); in TestBase()