OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThaiShaping
(Results
1 - 10
of
10
) sorted by null
/external/icu4c/layout/
ThaiShaping.h
23
class
ThaiShaping
/* not : public UObject because all methods are static */ {
75
ThaiShaping
();
100
inline
ThaiShaping
::StateTransition
ThaiShaping
::getTransition(le_uint8 state, le_uint8 currClass)
ThaiShaping.cpp
11
#include "
ThaiShaping
.h"
31
le_uint8
ThaiShaping
::getCharClass(LEUnicode ch)
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,
228
le_uint8
ThaiShaping
::getNextState(LEUnicode ch, le_uint8 prevState, le_int32 inputIndex, le_uint8 glyphSet, LEUnicode (…)
[
all
...]
ThaiLayoutEngine.cpp
16
#include "
ThaiShaping
.h"
58
// NOTE: this assumes that
ThaiShaping
::compose will allocate the outChars array...
90
glyphCount =
ThaiShaping
::compose(chars, offset, count, fGlyphSet, fErrorChar, outChars, glyphStorage);
ThaiStateTables.cpp
12
#include "
ThaiShaping
.h"
16
const le_uint8
ThaiShaping
::classTable[] = {
27
const
ThaiShaping
::StateTransition
ThaiShaping
::thaiStateTable[][
ThaiShaping
::classCount] = {
Makefile
66
ThaiShaping
.o \
/external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h
[
all
...]
/external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h
[
all
...]
/external/webkit/Source/WebCore/icu/unicode/
urename.h
[
all
...]
/external/webkit/Source/WebKit/mac/icu/unicode/
urename.h
[
all
...]
/external/icu4c/common/unicode/
urename.h
[
all
...]
Completed in 7248 milliseconds