Lines Matching defs:begin
861 * Fills the DTable rank with all the symbols from [begin, end) that are each
865 * @param begin The first symbol to fill (inclusive).
874 sortedSymbol_t const* begin, sortedSymbol_t const* end,
883 for (ptr = begin; ptr != end; ++ptr) {
889 for (ptr = begin; ptr != end; ++ptr) {
897 for (ptr = begin; ptr != end; ++ptr) {
905 for (ptr = begin; ptr != end; ++ptr) {
915 for (ptr = begin; ptr != end; ++ptr) {
973 int const begin = rankStart[w];
979 sortedSymbols + begin, sortedSymbols + end,
999 int const begin = (int)rankStart[w];
1013 for (s = begin; s != end; ++s) {
1025 sortedList + begin, sortedList + end,