HomeSort by relevance Sort by last modified time
    Searched refs:TibetanReordering (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/layout/
TibetanLayoutEngine.cpp 20 #include "TibetanReordering.h"
30 fFeatureMap = TibetanReordering::getFeatureMap(fFeatureMapCount);
38 fFeatureMap = TibetanReordering::getFeatureMap(fFeatureMapCount);
81 le_int32 outCharCount = TibetanReordering::reorder(&chars[offset], count, fScriptCode, outChars, glyphStorage);
TibetanReordering.h 80 // line in the statetable for Tibetan (file TibetanReordering.cpp). It assigns one number
134 class TibetanReordering /* not : public UObject because all methods are static */ {
143 TibetanReordering();
TibetanReordering.cpp 19 #include "TibetanReordering.h"
247 // CharClassValues in TibetanReordering.h This coincidence of values allows the
288 const FeatureMap *TibetanReordering::getFeatureMap(le_int32 &count)
299 le_int32 TibetanReordering::findSyllable(const TibetanClassTable *classTable, const LEUnicode *chars, le_int32 prev, le_int32 charCount)
322 le_int32 TibetanReordering::reorder(const LEUnicode *chars, le_int32 charCount, le_int32,

Completed in 36 milliseconds