Searched refs:characterLength (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/mail/
H A Dmail_util.cpp289 int32 characterLength; local
311 characterLength = 1; // Regular ASCII equivalent code.
313 characterLength = 1; // Invalid in-between data byte 10xxxxxx.
315 characterLength = 2;
317 characterLength = 3;
319 characterLength = 4;
321 characterLength = 5;
323 characterLength = 6;
325 characterLength = 1; // 0xFE and 0xFF are invalid in UTF-8.
331 if (srcRemaining < characterLength) {
[all...]

Completed in 93 milliseconds