OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LEInsertionList
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/layout/
LEInsertionList.cpp
9
#include "
LEInsertionList
.h"
23
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(
LEInsertionList
)
25
LEInsertionList
::
LEInsertionList
(le_bool rightToLeft)
31
LEInsertionList
::~
LEInsertionList
()
36
void
LEInsertionList
::reset()
49
le_int32
LEInsertionList
::getGrowAmount()
54
LEGlyphID *
LEInsertionList
::insert(le_int32 position, le_int32 count, LEErrorCode &success)
85
le_bool
LEInsertionList
::applyInsertions(LEInsertionCallback *callback
[
all
...]
LEInsertionList.h
19
* This class encapsulates the callback used by <code>
LEInsertionList
</code>
28
* This method will be called by <code>
LEInsertionList
::applyInsertions</code> for each
63
class
LEInsertionList
: public UObject
74
LEInsertionList
(le_bool rightToLeft);
79
~
LEInsertionList
();
LEGlyphStorage.h
12
#include "
LEInsertionList
.h"
27
* The storage is growable using the <code>
LEInsertionList
</code> class.
30
* @see
LEInsertionList
.h
78
LEInsertionList
*fInsertionList;
96
* This implements <code>LEInsertionCallback</code>. The <code>
LEInsertionList
</code>
103
* @return <code>true</code> if <code>
LEInsertionList
</code> should stop
106
* @see
LEInsertionList
.h
317
* with multiple glyphs. This method uses the <code>
LEInsertionList
</code>
328
* @see
LEInsertionList
.h
336
* with multiple glyphs. This method uses the <code>
LEInsertionList
</code
[
all
...]
LEGlyphStorage.cpp
9
#include "
LEInsertionList
.h"
111
fInsertionList = new
LEInsertionList
(rightToLeft);
/external/chromium_org/third_party/icu/source/common/unicode/
urename.h
[
all
...]
Completed in 2599 milliseconds