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

/haiku/src/add-ons/kernel/file_systems/udf/
H A DDString.cpp31 /*! \brief Creates a new DString \a fieldLength bytes long that contains
32 at most the first \c (fieldLength-1) bytes of \a string.Cs0().
34 DString::DString(const UdfString &string, uint8 fieldLength) argument
39 SetTo(string, fieldLength);
43 /*! \brief Creates a new DString \a fieldLength bytes long that contains
44 at most the first \c (fieldLength-1) bytes of the Cs0 representation
47 DString::DString(const char *utf8, uint8 fieldLength) argument
52 SetTo(utf8, fieldLength);
76 /*! \brief Sets the DString be \a fieldLength bytes long and contain
77 at most the first \c (fieldLength
80 SetTo(const UdfString &string, uint8 fieldLength) argument
120 SetTo(const char *utf8, uint8 fieldLength) argument
[all...]
H A DDString.h27 uint8 fieldLength);
28 DString(const char *utf8, uint8 fieldLength);
34 void SetTo(const UdfString &string, uint8 fieldLength);
35 void SetTo(const char *utf8, uint8 fieldLength);
/haiku/src/tests/kits/mail/
H A Dheader_test.cpp100 size_t fieldLength = strlen(gDefaultFields[i].rfc_name); local
102 fieldLength) && buffer[pos + fieldLength] == ':') {
104 pos += fieldLength + 1;
/haiku/src/kits/package/
H A DPackageInfo.cpp1217 size_t fieldLength = strlen(field); local
1227 if (!fieldName.ReplaceSuffix(fieldLength, ":minor"))
1235 if (!fieldName.ReplaceSuffix(fieldLength, ":micro"))
1243 if (!fieldName.ReplaceSuffix(fieldLength, ":pre"))
1251 if (!fieldName.ReplaceSuffix(fieldLength, ":revision"))
1430 size_t fieldLength = strlen(field); local
1441 if (!fieldName.ReplaceSuffix(fieldLength, ":minor"))
1450 if (!fieldName.ReplaceSuffix(fieldLength, ":micro"))
1459 if (!fieldName.ReplaceSuffix(fieldLength, ":pre"))
1468 if (!fieldName.ReplaceSuffix(fieldLength, "
[all...]

Completed in 46 milliseconds