Lines Matching full:deep
316 * A deep clone will copy both the UText data structures and the underlying text.
319 * required to support deep clones. The user of clone() must check the status return
323 * Replaceable all support deep cloning.
325 * The UText returned from a deep clone will be writable, assuming that the text
350 * write access with deep clones.
359 * @param deep TRUE to request a deep clone, FALSE for a shallow clone.
363 * @param status Errors are returned here. For deep clones, U_UNSUPPORTED_ERROR
370 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status);
953 * Generally occurs as the result of a deep clone of the UText.
967 * A deep clone will copy both the UText data structures and the underlying text.
970 * required to support deep clones. The user of clone() must check the status return
982 * This is true for both shallow and deep clones.
990 * @param deep TRUE to request a deep clone, FALSE for a shallow clone.
991 * @param status Errors are returned here. For deep clones, U_UNSUPPORTED_ERROR
999 UTextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status);