Home | History | Annotate | Download | only in src

Lines Matching refs:getCharCodeAndForwardPointer

38     static int32_t getCharCodeAndForwardPointer(const uint8_t* const dict, int* pos);
71 inline int32_t BinaryFormat::getCharCodeAndForwardPointer(const uint8_t* const dict, int* pos) {
243 int32_t character = BinaryFormat::getCharCodeAndForwardPointer(root, &pos);
250 character = BinaryFormat::getCharCodeAndForwardPointer(root, &pos);
259 character = BinaryFormat::getCharCodeAndForwardPointer(root, &pos);
331 const int32_t character = getCharCodeAndForwardPointer(root, &pos);
337 int32_t nextChar = getCharCodeAndForwardPointer(root, &pos);
343 nextChar = getCharCodeAndForwardPointer(root, &pos);
396 getCharCodeAndForwardPointer(root, &lastCandidateGroupPos);
401 getCharCodeAndForwardPointer(root, &lastCandidateGroupPos);
405 nextChar = getCharCodeAndForwardPointer(root, &lastCandidateGroupPos);