HomeSort by relevance Sort by last modified time
    Searched refs:le_uint8 (Results 1 - 25 of 41) sorted by null

1 2

  /external/icu/icu4c/source/layout/
ThaiShaping.h 63 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 glyphSet
    [all...]
LESwaps.h 66 const le_uint8 *p = reinterpret_cast<const le_uint8 *>(&value);
90 const le_uint8 *p = reinterpret_cast<const le_uint8 *>(&value);
CanonShaping.h 19 static const le_uint8 glyphSubstitutionTable[];
21 static const le_uint8 glyphDefinitionTable[];
ThaiShaping.cpp 31 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 glyphSet
    [all...]
StateTables.h 81 typedef le_uint8 ClassCode;
99 typedef le_uint8 EntryTableIndex;
OpenTypeTables.h 23 typedef le_uint8 ATag[4];
ThaiLayoutEngine.h 79 le_uint8 fGlyphSet;
ClassDefinitionTables.h 28 LETableReference base((const le_uint8*)this);
34 LETableReference base((const le_uint8*)this);
ArabicShaping.h 70 static const le_uint8 shapingTypeTable[];
OpenTypeUtilities.h 26 LETableReference recordRef0((const le_uint8*)records);
CoverageTables.cpp 45 le_uint8 bit = OpenTypeUtilities::highBit(count);
LETableReference.h 68 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;
383 inline LEReferenceTo(const le_uint8 *data, size_t length = LE_UINTPTR_MAX) : LETableReference(data, length) {}
384 inline LEReferenceTo(const T *data, size_t length = LE_UINTPTR_MAX) : LETableReference((const le_uint8*)data, length) {}
StateTableProcessor.cpp 74 EntryTableIndex entryTableIndex = stateArray.getObject((le_uint8)classCode, success);
OpenTypeUtilities.cpp 24 le_uint8 bit = 0;
61 le_uint8 bit = highBit(recordCount);
100 le_uint8 bit = highBit(recordCount);
  /external/chromium_org/third_party/icu/source/samples/layout/
cmaps.cpp 27 le_uint8 highBit(le_uint32 value)
29 le_uint8 bit = 0;
173 le_uint8 bit = highBit(nGroups);
  /external/chromium_org/third_party/icu/source/test/perf/leperf/
letrperf.cpp 67 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));
cmaps.cpp 24 le_uint8 bit = 0;
214 le_uint8 bit = highBit(nGroups);
sfnt.h 82 le_uint8 glyphIndexArray[256];
89 le_uint8 glyphIndexArray[256];
  /external/icu/icu4c/source/samples/layout/
cmaps.cpp 27 le_uint8 highBit(le_uint32 value)
29 le_uint8 bit = 0;
173 le_uint8 bit = highBit(nGroups);
  /external/icu/icu4c/source/test/perf/leperf/
letrperf.cpp 67 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));
cmaps.cpp 24 le_uint8 bit = 0;
214 le_uint8 bit = highBit(nGroups);
  /external/chromium_org/third_party/icu/source/test/letest/
cmaps.cpp 24 le_uint8 bit = 0;
214 le_uint8 bit = highBit(nGroups);
sfnt.h 82 le_uint8 glyphIndexArray[256];
89 le_uint8 glyphIndexArray[256];
  /external/icu/icu4c/source/test/letest/
cmaps.cpp 24 le_uint8 bit = 0;
214 le_uint8 bit = highBit(nGroups);
sfnt.h 82 le_uint8 glyphIndexArray[256];
89 le_uint8 glyphIndexArray[256];

Completed in 660 milliseconds

1 2