Searched refs:LEInsertionList (Results 1 - 9 of 9) sorted by relevance

/external/icu4c/layout/
H A DLEInsertionList.cpp9 #include "LEInsertionList.h"
23 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(LEInsertionList)
25 LEInsertionList::LEInsertionList(le_bool rightToLeft) function in class:LEInsertionList
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
[all...]
H A DLEInsertionList.h18 * This class encapsulates the callback used by <code>LEInsertionList</code>
27 * This method will be called by <code>LEInsertionList::applyInsertions</code> for each
62 class LEInsertionList : public UObject class in inherits:UObject
73 LEInsertionList(le_bool rightToLeft);
78 ~LEInsertionList();
H A DLEGlyphStorage.h12 #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</cod
[all...]
H A DLEGlyphStorage.cpp9 #include "LEInsertionList.h"
111 fInsertionList = new LEInsertionList(rightToLeft);
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1298 #define LEInsertionList LEInsertionList_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1298 #define LEInsertionList LEInsertionList_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1298 #define LEInsertionList LEInsertionList_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1298 #define LEInsertionList LEInsertionList_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h2013 #define LEInsertionList U_ICU_ENTRY_POINT_RENAME(LEInsertionList) macro

Completed in 582 milliseconds