Searched defs:PR_UINT32_MAX (Results 1 - 11 of 11) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsEmbedString.h73 nsEmbedString(const char_type* aData, size_type aLength = PR_UINT32_MAX) argument
131 nsEmbedCString(const char_type* aData, size_type aLength = PR_UINT32_MAX) argument
H A DnsStringAPI.h218 * PR_UINT32_MAX to copy until end of aData, designated by
232 PRUint32 aDataLength = PR_UINT32_MAX);
242 * is to be overwritten (pass PR_UINT32_MAX to cause
246 * aCutOffset (pass PR_UINT32_MAX to overwrite until the
251 * PR_UINT32_MAX to copy until end of aData, designated by
265 const PRUnichar *aData, PRUint32 aDataLength = PR_UINT32_MAX);
295 * @param aDataLength number of characters to append (pass PR_UINT32_MAX to
306 PRUint32 aDataLength = PR_UINT32_MAX)
308 return NS_StringSetDataRange(aStr, PR_UINT32_MAX, 0, aData, aDataLength);
320 * @param aDataLength number of characters to append (pass PR_UINT32_MAX t
305 NS_StringAppendData(nsAString &aStr, const PRUnichar *aData, PRUint32 aDataLength = PR_UINT32_MAX) argument
330 NS_StringInsertData(nsAString &aStr, PRUint32 aOffset, const PRUnichar *aData, PRUint32 aDataLength = PR_UINT32_MAX) argument
530 NS_CStringAppendData(nsACString &aStr, const char *aData, PRUint32 aDataLength = PR_UINT32_MAX) argument
555 NS_CStringInsertData(nsACString &aStr, PRUint32 aOffset, const char *aData, PRUint32 aDataLength = PR_UINT32_MAX) argument
692 Assign(const char_type* aData, size_type aLength = PR_UINT32_MAX) argument
774 Assign(const char_type* aData, size_type aLength = PR_UINT32_MAX) argument
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprtypes.h369 * PR_UINT32_MAX
376 #define PR_UINT32_MAX PR_UINT32(4294967295) macro
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h228 #define PR_UINT32_MAX PR_UINT32(4294967295) macro
H A DVBoxCAPI_v3_0.h228 #define PR_UINT32_MAX PR_UINT32(4294967295) macro
H A DVBoxCAPI_v3_1.h228 #define PR_UINT32_MAX PR_UINT32(4294967295) macro
H A DVBoxCAPI_v3_2.h228 #define PR_UINT32_MAX PR_UINT32(4294967295) macro
H A DVBoxCAPI_v4_0.h228 #define PR_UINT32_MAX PR_UINT32(4294967295) macro
H A DVBoxCAPI_v4_1.h228 #define PR_UINT32_MAX PR_UINT32(4294967295) macro
H A DVBoxCAPI_v4_2.h228 #define PR_UINT32_MAX PR_UINT32(4294967295) macro
H A DVBoxCAPI_v4_3.h290 #define PR_UINT32_MAX PR_UINT32(4294967295) macro

Completed in 532 milliseconds