Searched refs:rel6 (Results 1 - 6 of 6) sorted by relevance

/external/marisa-trie/lib/marisa/
H A Drank.h62 UInt32 rel6() const { function in class:marisa::Rank
H A Dbitvector.cc368 offset += rank.rel6();
428 } else if (i < (384U - rank.rel6())) {
438 i -= 384 - rank.rel6();
512 } else if (i < rank.rel6()) {
522 i -= rank.rel6();
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Drank.h62 UInt32 rel6() const { function in class:marisa_alpha::Rank
H A Dbitvector.cc368 offset += rank.rel6();
429 } else if (i < (384U - rank.rel6())) {
439 i -= 384 - rank.rel6();
514 } else if (i < rank.rel6()) {
524 i -= rank.rel6();
/external/marisa-trie/tests/
H A Dunit-test.cc93 ASSERT(rank.rel6() == 0);
111 ASSERT(rank.rel6() == 384);
/external/marisa-trie/v0_1_5/tests/
H A Dunit-test.cc95 ASSERT(rank.rel6() == 0);
113 ASSERT(rank.rel6() == 384);

Completed in 113 milliseconds