OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:applyInsertions
(Results
1 - 7
of
7
) sorted by null
/external/icu4c/layout/
LEInsertionList.h
27
* This method will be called by <code>LEInsertionList::
applyInsertions
</code> for each
34
* @return <code>TRUE</code> if <code>LEInsertions::
applyInsertions
</code> should
56
* <code>
applyInsertions
</code> method, which calls a client
115
le_bool
applyInsertions
(LEInsertionCallback *callback);
LEInsertionList.cpp
85
le_bool LEInsertionList::
applyInsertions
(LEInsertionCallback *callback)
GlyphIterator.h
73
le_int32
applyInsertions
();
LEGlyphStorage.h
320
* glyph array until <code>
applyInsertions
</code> is called.
339
* glyph array until <code>
applyInsertions
</code> is called.
381
le_int32
applyInsertions
();
GlyphIterator.cpp
115
le_int32 GlyphIterator::
applyInsertions
()
117
le_int32 newGlyphCount = glyphStorage.
applyInsertions
();
LEGlyphStorage.cpp
558
le_int32 LEGlyphStorage::
applyInsertions
()
608
fInsertionList->
applyInsertions
(this);
LookupProcessor.cpp
84
newGlyphCount = glyphIterator.
applyInsertions
();
Completed in 136 milliseconds