MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / isMultiByte

Method isMultiByte

src/common/CharSet.h:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 bool shouldCheckWellFormedness() const { return cs->charset_fn_well_formed != NULL; }
100
101 bool isMultiByte() const
102 {
103 return cs->charset_min_bytes_per_char != cs->charset_max_bytes_per_char;
104 }
105
106 bool wellFormed(ULONG len, const UCHAR* str, ULONG* offendingPos = NULL) const
107 {

Callers 15

executeMethod · 0.80
performMethod · 0.80
stringBooleanMethod · 0.80
StartsMatcherMethod · 0.80
evaluateMethod · 0.80
evlOverlayFunction · 0.80
evlReplaceFunction · 0.80
evlReverseFunction · 0.80
evlRightFunction · 0.80
lookupCollationMethod · 0.80
validateLengthMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected