| 841 | } |
| 842 | |
| 843 | FORCE_INLINE |
| 844 | const char* substr_utf8_int64(gdv_int64 context, const char* input, gdv_int32 in_len, |
| 845 | gdv_int64 offset64, gdv_int32* out_len) { |
| 846 | return substr_utf8_int64_int64(context, input, in_len, offset64, in_len, out_len); |
| 847 | } |
| 848 | |
| 849 | FORCE_INLINE |
| 850 | const char* repeat_utf8_int32(gdv_int64 context, const char* in, gdv_int32 in_len, |