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

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Duregex.cpp1161 UChar *destBuf,
1169 (destBuf == NULL && destCapacity > 0) ||
1187 &destBuf, &destCapacity, status);
1189 len += uregex_appendTail(regexp2, &destBuf, &destCapacity, status);
1235 UChar *destBuf,
1243 (destBuf == NULL && destCapacity > 0) ||
1255 &destBuf, &destCapacity, status);
1257 len += uregex_appendTail(regexp2, &destBuf, &destCapacity, status);
1303 UChar **destBuf,
1308 UChar **destBuf,
1158 uregex_replaceAll(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar *destBuf, int32_t destCapacity, UErrorCode *status) argument
1232 uregex_replaceFirst(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar *destBuf, int32_t destCapacity, UErrorCode *status) argument
1344 appendReplacement(RegularExpression *regexp, const UChar *replacementText, int32_t replacementLength, UChar **destBuf, int32_t *destCapacity, UErrorCode *status) argument
1558 uregex_appendReplacement(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar **destBuf, int32_t *destCapacity, UErrorCode *status) argument
1588 appendTail(RegularExpression *regexp, UChar **destBuf, int32_t *destCapacity, UErrorCode *status) argument
1714 uregex_appendTail(URegularExpression *regexp2, UChar **destBuf, int32_t *destCapacity, UErrorCode *status) argument
1778 split(RegularExpression *regexp, UChar *destBuf, int32_t destCapacity, int32_t *requiredCapacity, UChar *destFields[], int32_t destFieldsCapacity, UErrorCode *status) argument
1914 uregex_split(URegularExpression *regexp2, UChar *destBuf, int32_t destCapacity, int32_t *requiredCapacity, UChar *destFields[], int32_t destFieldsCapacity, UErrorCode *status) argument
[all...]
H A Duspoof_wsconf.cpp76 URegularExpression *e, int32_t group, char *destBuf, int32_t destCapacity, UErrorCode &status) {
80 destBuf[0] = 0;
86 s.extract(0, len, destBuf, destCapacity, US_INV);
75 extractGroup( URegularExpression *e, int32_t group, char *destBuf, int32_t destCapacity, UErrorCode &status) argument
H A Duspoof_impl.h69 int32_t confusableLookup(UChar32 inChar, int32_t tableMask, UnicodeString &destBuf) const;
/macosx-10.10.1/IOKitUser-1050.1.21/network.subproj/
H A DIONetworkLib.h72 @param destBuf The buffer where the data read shall be written to.
80 UInt8 * destBuf,
H A DIONetworkLib.c85 UInt8 * destBuf,
90 if (!destBuf || !inOutSizeP)
99 destBuf, &size);// output struct
83 IONetworkReadData(io_connect_t con, IONDHandle dataHandle, UInt8 * destBuf, UInt32 * inOutSizeP) argument
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Duregex.h1050 * @param destBuf A (UChar *) buffer that will receive the result.
1063 UChar *destBuf,
1109 * @param destBuf A (UChar *) buffer that will receive the result.
1122 UChar *destBuf,
1183 * @param destBuf The buffer into which the results of the
1203 UChar **destBuf,
1245 * @param destBuf The buffer in which the results of the
1261 UChar **destBuf,
1312 * @param destBuf A (UChar *) buffer to receive the fields that
1318 * @param destCapacity The capacity of the destBuf
[all...]
/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioEngine.h327 virtual IOReturn convertInputSamplesVBR(const void *sampleBuf, void *destBuf, UInt32 firstSampleFrame, UInt32 &numSampleFrames, const IOAudioStreamFormat *streamFormat, IOAudioStream *audioStream ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
735 virtual IOReturn convertInputSamples(const void *sampleBuf, void *destBuf, UInt32 firstSampleFrame, UInt32 numSampleFrames, const IOAudioStreamFormat *streamFormat, IOAudioStream *audioStream ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
H A DIOAudioEngine.cpp155 IOReturn IOAudioEngine::convertInputSamplesVBR(const void *sampleBuf, void *destBuf, UInt32 firstSampleFrame, UInt32 &numSampleFrames, const IOAudioStreamFormat *streamFormat, IOAudioStream *audioStream) argument
159 result = convertInputSamples(sampleBuf, destBuf, firstSampleFrame, numSampleFrames, streamFormat, audioStream);
2222 IOReturn IOAudioEngine::convertInputSamples(const void *sampleBuf, void *destBuf, UInt32 firstSampleFrame, UInt32 numSampleFrames, const IOAudioStreamFormat *streamFormat, IOAudioStream *audioStream) argument
2224 audioDebugIOLog(6, "+-IOAudioEngine[%p]::convertInputSamples(%p, %p, 0x%lx, 0x%lx, %p, %p)\n", this, sampleBuf, destBuf, (long unsigned int)firstSampleFrame, (long unsigned int)numSampleFrames, streamFormat, audioStream);

Completed in 151 milliseconds