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

/macosx-10.9.5/CF-855.17/
H A DCFURL.c502 CF_INLINE Boolean _translateBytes(UniChar ch1, UniChar ch2, uint8_t *result) { function
1113 if (!_translateBytes(ch1, ch2, bytes)) { failed = true; break; }
1138 if (!_translateBytes(ch1, ch2, bytes+j)) { failed = true; break; }
1260 if (!_translateBytes(ch1, ch2, bytes + numBytesUsed)) { failed = true; break; }

Completed in 85 milliseconds