Home | History | Annotate | Download | only in src

Lines Matching refs:skipOtherCharacters

79     static int skipOtherCharacters(const uint8_t *const dict, const int pos);
314 AK_FORCE_INLINE int BinaryFormat::skipOtherCharacters(const uint8_t *const dict, const int pos) {
524 pos = BinaryFormat::skipOtherCharacters(root, pos);
592 pos = skipOtherCharacters(root, pos);
767 position = skipOtherCharacters(root, position);