| 824 | } |
| 825 | |
| 826 | FORCE_INLINE |
| 827 | const char* substr_utf8_int64(gdv_int64 context, const char* input, gdv_int32 in_len, |
| 828 | gdv_int64 offset64, gdv_int32* out_len) { |
| 829 | return substr_utf8_int64_int64(context, input, in_len, offset64, in_len, out_len); |
| 830 | } |
| 831 | |
| 832 | FORCE_INLINE |
| 833 | const char* repeat_utf8_int32(gdv_int64 context, const char* in, gdv_int32 in_len, |