Lines Matching defs:in
42 /* size of intermediate and preflighting buffers in ucnv_convert() */
149 /* Creating a temporary stack-based object that can be used in one thread,
227 * on a 64-bit boundary in memory.
320 /*Decreases the reference counter in the shared immutable section of the object
339 /* In order to speed up the close, only call the callbacks when they have been changed.
431 if (*len < converter->subCharLen) /*not enough space in subChars */
437 uprv_memcpy (mySubChar, converter->subChars, converter->subCharLen); /*fills in the subchars */
463 * In order to always have subChar written after it is explicitly set,
554 /* See comment in ucnv_setSubstChars(). */
791 * or the error input sequence started in a previous buffer
810 * converting a replay buffer will not result in a replay.
813 * It may result in some of its units being stored again for a partial match,
817 * recursively in a way that causes another replay to be stored, but that
818 * would be an error in the callback function.
819 * Such violations will cause assertion failures in a debug build,
1193 Prevent code from going into an infinite loop in case we do hit this
1206 * int32_t because some functions use the size (in units or bytes)
1639 Prevent code from going into an infinite loop in case we do hit this
1652 * int32_t because some functions use the size (in units or bytes)
1866 * int32_t because some functions use the size (in units or bytes)
1903 * in case the converter outputs single surrogates from complete
1932 * in addition to setting toULength/toUBytes[]
1951 /* convert to one UChar in buffer[0], or handle getNextUChar() errors */
2204 * The sequence of steps in the loop may appear backward,
2206 * In the chain of
2318 * handling in _toUnicodeWithCallback().
2446 * to it but continue the conversion in order to store in targetCapacity
2480 UConverter in, out; /* stack-allocated */
2501 inConverter=ucnv_createConverter(&in, fromConverterName, pErrorCode);