Home | History | Annotate | Download | only in common

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.
300 in multithreaded applications because the value never changes.
325 /*Decreases the reference counter in the shared immutable section of the object
344 /* In order to speed up the close, only call the callbacks when they have been changed.
390 in multithreaded applications because the value never changes.
441 if (*len < converter->subCharLen) /*not enough space in subChars */
447 uprv_memcpy (mySubChar, converter->subChars, converter->subCharLen); /*fills in the subchars */
473 * In order to always have subChar written after it is explicitly set,
564 /* See comment in ucnv_setSubstChars(). */
801 * or the error input sequence started in a previous buffer
820 * converting a replay buffer will not result in a replay.
823 * It may result in some of its units being stored again for a partial match,
827 * recursively in a way that causes another replay to be stored, but that
828 * would be an error in the callback function.
829 * Such violations will cause assertion failures in a debug build,
1203 Prevent code from going into an infinite loop in case we do hit this
1216 * int32_t because some functions use the size (in units or bytes)
1649 Prevent code from going into an infinite loop in case we do hit this
1662 * int32_t because some functions use the size (in units or bytes)
1876 * int32_t because some functions use the size (in units or bytes)
1913 * in case the converter outputs single surrogates from complete
1942 * in addition to setting toULength/toUBytes[]
1961 /* convert to one UChar in buffer[0], or handle getNextUChar() errors */
2214 * The sequence of steps in the loop may appear backward,
2216 * In the chain of
2328 * handling in _toUnicodeWithCallback().
2456 * to it but continue the conversion in order to store in targetCapacity
2490 UConverter in, out; /* stack-allocated */
2511 inConverter=ucnv_createConverter(&in, fromConverterName, pErrorCode);