MCPcopy Create free account
hub / github.com/MariaDB/server / numchars

Method numchars

sql/sql_string.h:1131–1134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1129 friend String *copy_if_not_alloced(String *a,String *b,uint32 arg_length);
1130 friend class Field;
1131 uint32 numchars() const
1132 {
1133 return (uint32) Charset::numchars(ptr(), end());
1134 }
1135 int charpos(longlong i, uint32 offset=0)
1136 {
1137 if (i <= 0)

Callers 15

fix_escape_itemFunction · 0.45
execMethod · 0.45
append_lex_cstringMethod · 0.45
val_strMethod · 0.45
val_intMethod · 0.45
fix_length_and_decMethod · 0.45
MetadataMethod · 0.45
Item_stringMethod · 0.45
appendMethod · 0.45
get_string_parameterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected