Searched defs:LEInsertionList (Results 1 - 7 of 7) sorted by relevance

/external/icu4c/layout/
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 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...]
/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 168 milliseconds