Lines Matching +defs:deep +defs:c
45 UChar32 c; in utext_moveIndex32() local
123 UChar c= ut->chunkContents[ut->chunkOffset]; in utext_setNativeIndex() local
150 UChar c = ut->chunkContents[i]; in utext_getPreviousNativeIndex() local
185 UChar32 c; in utext_current32() local
239 UChar32 c = U_SENTINEL; in utext_char32At() local
266 UChar32 c; in utext_next32() local
306 UChar32 c; in utext_previous32() local
346 UChar32 c = U_SENTINEL; in utext_next32From() local
518 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status) { in utext_clone()
1211 UChar32 c = 0; in utf8TextAccess() local
1319 UChar32 c; in utf8TextAccess() local
1548 utf8TextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) in utf8TextClone()
1681 repTextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) { in repTextClone()
2068 unistrTextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) { in unistrTextClone()
2328 ucstrTextClone(UText *dest, const UText * src, UBool deep, UErrorCode * status) { in ucstrTextClone()
2723 charIterTextClone(UText *dest, const UText *src, UBool deep, UErrorCode * status) { in charIterTextClone()
2770 UChar32 c = ci->next32PostInc(); in charIterTextExtract() local