OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addStyleSpan
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/aapt/
StringPool.h
94
status_t
addStyleSpan
(size_t idx, const String16& name,
97
status_t
addStyleSpan
(size_t idx, const entry_style_span& span);
StringPool.cpp
117
status_t StringPool::
addStyleSpan
(size_t idx, const String16& name,
124
return
addStyleSpan
(idx, span);
131
status_t err =
addStyleSpan
(idx, spans[i]);
139
status_t StringPool::
addStyleSpan
(size_t idx, const entry_style_span& span)
Completed in 17 milliseconds