Searched refs:le_uint8 (Results 1 - 25 of 30) sorted by relevance

12

/external/icu/icu4c/source/layout/
H A DThaiShaping.h63 le_uint8 nextState;
64 le_uint8 action;
66 le_uint8 getNextState() { return nextState; };
67 le_uint8 getAction() { return action; };
70 static le_int32 compose(const LEUnicode *input, le_int32 offset, le_int32 charCount, le_uint8 glyphSet,
77 static const le_uint8 classTable[];
80 inline static StateTransition getTransition(le_uint8 state, le_uint8 currClass);
82 static le_uint8 doTransition(StateTransition transition, LEUnicode currChar, le_int32 inputIndex, le_uint8 glyphSe
[all...]
H A DLESwaps.h66 const le_uint8 *p = reinterpret_cast<const le_uint8 *>(&value);
90 const le_uint8 *p = reinterpret_cast<const le_uint8 *>(&value);
H A DCanonShaping.h19 static const le_uint8 glyphSubstitutionTable[];
21 static const le_uint8 glyphDefinitionTable[];
H A DThaiShaping.cpp31 le_uint8 ThaiShaping::getCharClass(LEUnicode ch)
33 le_uint8 charClass = NON;
43 LEUnicode ThaiShaping::leftAboveVowel(LEUnicode vowel, le_uint8 glyphSet)
63 LEUnicode ThaiShaping::lowerRightTone(LEUnicode tone, le_uint8 glyphSet)
79 LEUnicode ThaiShaping::lowerLeftTone(LEUnicode tone, le_uint8 glyphSet)
95 LEUnicode ThaiShaping::upperLeftTone(LEUnicode tone, le_uint8 glyphSet)
111 LEUnicode ThaiShaping::lowerBelowVowel(LEUnicode vowel, le_uint8 glyphSet)
128 LEUnicode ThaiShaping::noDescenderCOD(LEUnicode cod, le_uint8 glyphSet)
145 le_uint8 ThaiShaping::doTransition (StateTransition transition, LEUnicode currChar, le_int32 inputIndex, le_uint8 glyphSe
[all...]
H A DStateTables.h81 typedef le_uint8 ClassCode;
99 typedef le_uint8 EntryTableIndex;
H A DOpenTypeTables.h23 typedef le_uint8 ATag[4];
H A DClassDefinitionTables.h28 LETableReference base((const le_uint8*)this);
34 LETableReference base((const le_uint8*)this);
H A DArabicShaping.h70 static const le_uint8 shapingTypeTable[];
H A DOpenTypeUtilities.h26 LETableReference recordRef0((const le_uint8*)records);
H A DThaiLayoutEngine.h79 le_uint8 fGlyphSet;
H A DCoverageTables.cpp45 le_uint8 bit = OpenTypeUtilities::highBit(count);
H A DLETableReference.h68 LETableReference(const le_uint8* data, size_t length = LE_UINTPTR_MAX) :
151 return ((const le_uint8*)atPtr)-fStart;
201 const le_uint8 *fStart; // keep as 8 bit internally, for pointer math
206 fStart = (const le_uint8*)(fFont->getFontTable(fTag, fLength)); // note - a null table is not an error.
214 fStart = (const le_uint8*)data;
388 inline LEReferenceTo(const le_uint8 *data, size_t length = LE_UINTPTR_MAX) : LETableReference(data, length) {}
389 inline LEReferenceTo(const T *data, size_t length = LE_UINTPTR_MAX) : LETableReference((const le_uint8*)data, length) {}
H A DStateTableProcessor.cpp74 EntryTableIndex entryTableIndex = stateArray.getObject((le_uint8)classCode, success);
H A DOpenTypeUtilities.cpp24 le_uint8 bit = 0;
61 le_uint8 bit = highBit(recordCount);
100 le_uint8 bit = highBit(recordCount);
H A DPairPositioningSubtables.cpp148 le_uint8 bit = OpenTypeUtilities::highBit(recordCount);
H A DLETypes.h69 typedef uint8_t le_uint8; typedef
/external/icu/icu4c/source/samples/layout/
H A Dcmaps.cpp27 le_uint8 highBit(le_uint32 value)
29 le_uint8 bit = 0;
173 le_uint8 bit = highBit(nGroups);
H A Dsfnt.h66 le_uint8 glyphIndexArray[256];
/external/icu/icu4c/source/test/perf/leperf/
H A Dletrperf.cpp67 LETableReference data((const le_uint8*)ref, sizeof(OneObject));
88 LETableReference data((const le_uint8*)ref, sizeof(OneObject));
107 LETableReference data((const le_uint8*)ref, sizeof(OneObject));
H A Dcmaps.cpp24 le_uint8 bit = 0;
214 le_uint8 bit = highBit(nGroups);
H A Dsfnt.h82 le_uint8 glyphIndexArray[256];
89 le_uint8 glyphIndexArray[256];
H A DFontObject.h63 le_uint8 glyphIndexArray[256];
/external/icu/icu4c/source/test/letest/
H A Dcmaps.cpp24 le_uint8 bit = 0;
217 le_uint8 bit = highBit(nGroups);
H A Dsfnt.h82 le_uint8 glyphIndexArray[256];
89 le_uint8 glyphIndexArray[256];
H A DFontObject.h63 le_uint8 glyphIndexArray[256];

Completed in 338 milliseconds

12