Lines Matching +defs:deep +defs:c
47 UChar32 c; in utext_moveIndex32() local
125 UChar c= ut->chunkContents[ut->chunkOffset]; in utext_setNativeIndex() local
152 UChar c = ut->chunkContents[i]; in utext_getPreviousNativeIndex() local
187 UChar32 c; in utext_current32() local
241 UChar32 c = U_SENTINEL; in utext_char32At() local
268 UChar32 c; in utext_next32() local
308 UChar32 c; in utext_previous32() local
348 UChar32 c = U_SENTINEL; in utext_next32From() local
520 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status) { in utext_clone()
1213 UChar32 c = 0; in utf8TextAccess() local
1321 UChar32 c; in utf8TextAccess() local
1550 utf8TextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) in utf8TextClone()
1683 repTextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) { in repTextClone()
2073 unistrTextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) { in unistrTextClone()
2333 ucstrTextClone(UText *dest, const UText * src, UBool deep, UErrorCode * status) { in ucstrTextClone()
2734 charIterTextClone(UText *dest, const UText *src, UBool deep, UErrorCode * status) { in charIterTextClone()
2784 UChar32 c = ci->next32PostInc(); in charIterTextExtract() local