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

/external/icu4c/layout/
H A DLEGlyphStorage.h34 class U_LAYOUT_API LEGlyphStorage : public UObject, protected LEInsertionCallback class in inherits:UObject,LEInsertionCallback
115 * Allocates an empty <code>LEGlyphStorage</code> object. You must call
121 LEGlyphStorage();
128 ~LEGlyphStorage();
445 * @param from the <code>LEGlyphStorage</code> object from which
450 void adoptGlyphArray(LEGlyphStorage &from);
457 * @param from the <code>LEGlyphStorage</code> object from which
462 void adoptCharIndicesArray(LEGlyphStorage &from);
469 * @param from the <code>LEGlyphStorage</code> object from which
474 void adoptPositionArray(LEGlyphStorage
[all...]
H A DLEGlyphStorage.cpp10 #include "LEGlyphStorage.h"
14 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(LEGlyphStorage)
21 LEGlyphStorage::LEGlyphStorage() function in class:LEGlyphStorage
28 LEGlyphStorage::~LEGlyphStorage()
33 void LEGlyphStorage::reset()
65 void LEGlyphStorage::allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCode &success)
126 le_int32 LEGlyphStorage::allocatePositions(LEErrorCode &success)
148 le_int32 LEGlyphStorage
[all...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1296 #define LEGlyphStorage LEGlyphStorage_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1296 #define LEGlyphStorage LEGlyphStorage_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1296 #define LEGlyphStorage LEGlyphStorage_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1296 #define LEGlyphStorage LEGlyphStorage_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h2011 #define LEGlyphStorage U_ICU_ENTRY_POINT_RENAME(LEGlyphStorage) macro

Completed in 234 milliseconds