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

/macosx-10.9.5/CF-855.17/
H A DCFURL.c2571 CFStringAppendBuffer appendBuffer; local
2573 CFStringInitAppendBuffer(alloc, &appendBuffer);
2579 CFStringAppendCharactersToAppendBuffer(&appendBuffer, buf, rg.length);
2581 CFStringAppendCharactersToAppendBuffer(&appendBuffer, chars, 1);
2585 CFStringAppendStringToAppendBuffer(&appendBuffer, relString);
2589 CFStringAppendCharactersToAppendBuffer(&appendBuffer, chars, 2);
2593 CFStringAppendCharactersToAppendBuffer(&appendBuffer, buf, rg.length);
2641 CFStringAppendCharactersToAppendBuffer(&appendBuffer, chars, 1);
2644 CFStringAppendStringToAppendBuffer(&appendBuffer, newPath);
2651 CFStringAppendCharactersToAppendBuffer(&appendBuffer, bu
[all...]

Completed in 85 milliseconds