Home
last modified time | relevance | path

Searched refs:CharRange (Results 1 – 10 of 10) sorted by relevance

/third_party/quickjs/
Dlibunicode.h55 } CharRange; typedef
63 void cr_init(CharRange *cr, void *mem_opaque, void *(*realloc_func)(void *opaque, void *ptr, size_t…
64 void cr_free(CharRange *cr);
65 int cr_realloc(CharRange *cr, int size);
66 int cr_copy(CharRange *cr, const CharRange *cr1);
68 static inline int cr_add_point(CharRange *cr, uint32_t v) in cr_add_point()
78 static inline int cr_add_interval(CharRange *cr, uint32_t c1, uint32_t c2) in cr_add_interval()
89 int cr_union1(CharRange *cr, const uint32_t *b_pt, int b_len);
91 static inline int cr_union_interval(CharRange *cr, uint32_t c1, uint32_t c2) in cr_union_interval()
99 int cr_op(CharRange *cr, const uint32_t *a_pt, int a_len,
[all …]
Dlibunicode.c274 static __maybe_unused void cr_dump(CharRange *cr) in cr_dump()
286 void cr_init(CharRange *cr, void *mem_opaque, DynBufReallocFunc *realloc_func) in cr_init()
294 void cr_free(CharRange *cr) in cr_free()
299 int cr_realloc(CharRange *cr, int size) in cr_realloc()
316 int cr_copy(CharRange *cr, const CharRange *cr1) in cr_copy()
326 static void cr_compress(CharRange *cr) in cr_compress()
355 int cr_op(CharRange *cr, const uint32_t *a_pt, int a_len, in cr_op()
407 int cr_union1(CharRange *cr, const uint32_t *b_pt, int b_len) in cr_union1()
409 CharRange a = *cr; in cr_union1()
419 int cr_invert(CharRange *cr) in cr_invert()
[all …]
Dlibregexp.c224 static int cr_init_char_range(REParseState *s, CharRange *cr, uint32_t c) in cr_init_char_range()
248 static int cr_canonicalize(CharRange *cr) in cr_canonicalize()
250 CharRange a; in cr_canonicalize()
613 static int parse_unicode_property(REParseState *s, CharRange *cr, in parse_unicode_property()
711 static int get_class_atom(REParseState *s, CharRange *cr, in get_class_atom()
821 static int re_emit_range(REParseState *s, const CharRange *cr) in re_emit_range()
863 CharRange cr_s, *cr = &cr_s; in re_parse_char_class()
864 CharRange cr1_s, *cr1 = &cr1_s; in re_parse_char_class()
1220 CharRange cr_s, *cr = &cr_s; in re_parse_term()
/third_party/curl/src/
Dtool_urlglob.c229 pat->content.CharRange.step = (int)step; in glob_range()
230 pat->content.CharRange.ptr_c = pat->content.CharRange.min_c = min_c; in glob_range()
231 pat->content.CharRange.max_c = max_c; in glob_range()
233 if(multiply(amount, ((pat->content.CharRange.max_c - in glob_range()
234 pat->content.CharRange.min_c) / in glob_range()
235 pat->content.CharRange.step + 1))) in glob_range()
546 pat->content.CharRange.ptr_c = in glob_next_url()
547 (char)(pat->content.CharRange.step + in glob_next_url()
548 (int)((unsigned char)pat->content.CharRange.ptr_c)); in glob_next_url()
549 if(pat->content.CharRange.ptr_c > pat->content.CharRange.max_c) { in glob_next_url()
[all …]
Dtool_urlglob.h47 } CharRange; member
/third_party/abseil-cpp/absl/strings/
Dcord.h556 class CharRange {
558 explicit CharRange(const Cord* cord) : cord_(cord) {} in CharRange() function
586 CharRange Chars() const;
1191 inline Cord::CharIterator Cord::CharRange::begin() const { in begin()
1195 inline Cord::CharIterator Cord::CharRange::end() const { in end()
1199 inline Cord::CharRange Cord::Chars() const { return CharRange(this); } in Chars()
Dcord_test.cc1448 absl::Cord::CharRange range = cord.Chars(); in VerifyCharIterator()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcord.h594 class CharRange {
596 explicit CharRange(const Cord* cord) : cord_(cord) {} in CharRange() function
624 CharRange Chars() const;
1414 inline Cord::CharIterator Cord::CharRange::begin() const { in begin()
1418 inline Cord::CharIterator Cord::CharRange::end() const { in end()
1422 inline Cord::CharRange Cord::Chars() const { return CharRange(this); } in Chars()
Dcord_test.cc1579 absl::Cord::CharRange range = cord.Chars(); in VerifyCharIterator()
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dgstttmlrender.c123 } CharRange; typedef
1229 gst_ttml_render_char_range_free (CharRange * range) in gst_ttml_render_char_range_free()
1231 g_slice_free (CharRange, range); in gst_ttml_render_char_range_free()
1587 CharRange *range = g_slice_new0 (CharRange); in gst_ttml_render_get_line_char_ranges()
1603 CharRange *range = g_ptr_array_index (line_ranges, i); in gst_ttml_render_get_line_char_ranges()
1618 CharRange *range, *new_range; in gst_ttml_render_get_line_char_ranges()
1650 new_range = g_slice_new0 (CharRange); in gst_ttml_render_get_line_char_ranges()
1851 CharRange *range = g_ptr_array_index (char_ranges, i); in gst_ttml_render_split_block()
2569 CharRange *range = g_ptr_array_index (ranges, i); in gst_ttml_render_render_text_block()