OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTEXT_HEAP_ALLOCATED
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
utext.cpp
885
UTEXT_HEAP_ALLOCATED
= 1, // 1 if ICU has allocated this UText struct on the heap.
928
ut->flags |=
UTEXT_HEAP_ALLOCATED
;
1029
if (ut->flags &
UTEXT_HEAP_ALLOCATED
) {
[
all
...]
/external/icu4c/common/
utext.cpp
539
UTEXT_HEAP_ALLOCATED
= 1, // 1 if ICU has allocated this UText struct on the heap.
582
ut->flags |=
UTEXT_HEAP_ALLOCATED
;
683
if (ut->flags &
UTEXT_HEAP_ALLOCATED
) {
[
all
...]
Completed in 37 milliseconds