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();
446 * @param from the <code>LEGlyphStorage</code> object from which
451 void adoptGlyphArray(LEGlyphStorage &from);
458 * @param from the <code>LEGlyphStorage</code> object from which
463 void adoptCharIndicesArray(LEGlyphStorage &from);
470 * @param from the <code>LEGlyphStorage</code> object from which
475 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/JavaScriptCore/icu/unicode/
H A Durename.h1296 #define LEGlyphStorage LEGlyphStorage_3_2 macro
/external/webkit/JavaScriptGlue/icu/unicode/
H A Durename.h1296 #define LEGlyphStorage LEGlyphStorage_3_2 macro
/external/webkit/WebCore/icu/unicode/
H A Durename.h1296 #define LEGlyphStorage LEGlyphStorage_3_2 macro
/external/webkit/WebKit/mac/icu/unicode/
H A Durename.h1296 #define LEGlyphStorage LEGlyphStorage_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h1700 #define LEGlyphStorage LEGlyphStorage_4_2 macro

Completed in 69 milliseconds