OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:forceDelete
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
ulist.c
21
UBool
forceDelete
;
69
U_CAPI void U_EXPORT2 ulist_addItemEndList(UList *list, const void *data, UBool
forceDelete
, UErrorCode *status) {
82
newItem->
forceDelete
=
forceDelete
;
96
U_CAPI void U_EXPORT2 ulist_addItemBeginList(UList *list, const void *data, UBool
forceDelete
, UErrorCode *status) {
109
newItem->
forceDelete
=
forceDelete
;
185
if (listHead->
forceDelete
) {
/external/icu/icu4c/source/common/
ulist.c
21
UBool
forceDelete
;
69
U_CAPI void U_EXPORT2 ulist_addItemEndList(UList *list, const void *data, UBool
forceDelete
, UErrorCode *status) {
82
newItem->
forceDelete
=
forceDelete
;
96
U_CAPI void U_EXPORT2 ulist_addItemBeginList(UList *list, const void *data, UBool
forceDelete
, UErrorCode *status) {
109
newItem->
forceDelete
=
forceDelete
;
185
if (listHead->
forceDelete
) {
Completed in 468 milliseconds