Home
last modified time | relevance | path

Searched refs:BR_ALPHABASE (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/l10ntools/source/
H A Dwtratree.cxx51 const BRANCH_T BR_ALPHABASE = 4; /// @ATTENTION All branches not valid for words must be sma… variable
84 …pUnknownAlpha = new WTT_Node(BR_ALPHABASE,0,0); // This will be deleted as part of the parsing tre… in WordTransTree()
85 for ( UINT8 i = BR_ALPHABASE; i < C_NR_OF_BRANCHES; i++) in WordTransTree()
107 if (C_BR_ALPHABASE != BR_ALPHABASE || C_NR_OF_BRANCHES != BR_MAX) in WordTransTree()
127 cChar2Branch[i] = BR_ALPHABASE + i - 'a'; in SetCharSet()
131 cChar2Branch[i] = BR_ALPHABASE + i - 'A'; in SetCharSet()
255 ? CalculateBranch(pInputPosition[1]) >= BR_ALPHABASE in TransformNextToken()
257 sal_Bool bPrev = pCurParseNode->Value() >= BR_ALPHABASE; in TransformNextToken()
329 sal_Bool bHaveHotkey = CalculateBranch(cCurHotkey) >= BR_ALPHABASE; in Handle_TokenToTransform()

Completed in 617 milliseconds