/external/icu/icu4c/source/layout/ |
H A D | GlyphPositioningTables.cpp | 19 void GlyphPositioningTableHeader::process(const LEReferenceTo<GlyphPositioningTableHeader> &base, LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments, le_bool rightToLeft, argument 33 processor.process(glyphStorage, glyphPositionAdjustments, rightToLeft, glyphDefinitionTableHeader, fontInstance, success); 35 glyphPositionAdjustments->applyCursiveAdjustments(glyphStorage, rightToLeft, fontInstance);
|
H A D | GlyphSubstitutionTables.cpp | 22 le_bool rightToLeft, 37 return processor.process(glyphStorage, NULL, rightToLeft, glyphDefinitionTableHeader, NULL, success); 20 process(const LEReferenceTo<GlyphSubstitutionTableHeader> &base, LEGlyphStorage &glyphStorage, le_bool rightToLeft, LETag scriptTag, LETag languageTag, const LEReferenceTo<GlyphDefinitionTableHeader> &glyphDefinitionTableHeader, const LEGlyphFilter *filter, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool featureOrder, LEErrorCode &success) const argument
|
H A D | CanonShaping.h | 24 static void reorderMarks(const LEUnicode *inChars, le_int32 charCount, le_bool rightToLeft,
|
H A D | GXLayoutEngine2.cpp | 29 le_int32 GXLayoutEngine2::computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument 40 mapCharsToGlyphs(chars, offset, count, rightToLeft, rightToLeft, glyphStorage, success);
|
H A D | GlyphPositioningTables.h | 31 le_bool rightToLeft, LETag scriptTag, LETag languageTag,
|
H A D | GlyphSubstitutionTables.h | 30 le_bool rightToLeft,
|
H A D | HanLayoutEngine.h | 86 * @param rightToLeft - <code>TRUE</code> if the characters are in a right to left directional run 99 virtual le_int32 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
|
H A D | GXLayoutEngine.cpp | 32 le_int32 GXLayoutEngine::computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument 43 mapCharsToGlyphs(chars, offset, count, FALSE, rightToLeft, glyphStorage, success);
|
H A D | IndicLayoutEngine.h | 112 * @param rightToLeft - <code>TRUE</code> if the characters are in a right to left directional run 123 virtual le_int32 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, 140 * @param rightToLeft - <code>TRUE</code> if the characters are in a right to left directional run 154 virtual le_int32 glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
|
H A D | KhmerLayoutEngine.cpp | 44 le_int32 KhmerOpenTypeLayoutEngine::characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, argument 65 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success);
|
H A D | LEInsertionList.cpp | 25 LEInsertionList::LEInsertionList(le_bool rightToLeft) argument 26 : head(NULL), tail(NULL), growAmount(0), append(rightToLeft)
|
H A D | TibetanLayoutEngine.cpp | 50 le_int32 TibetanOpenTypeLayoutEngine::characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, argument 71 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success);
|
H A D | IndicLayoutEngine.cpp | 56 le_int32 IndicOpenTypeLayoutEngine::glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, argument 68 le_int32 retCount = OpenTypeLayoutEngine::glyphProcessing(chars, offset, count, max, rightToLeft, glyphStorage, success); 77 OpenTypeLayoutEngine::glyphSubstitution(count,max, rightToLeft, glyphStorage, success); 87 le_int32 IndicOpenTypeLayoutEngine::characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, argument 108 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success);
|
H A D | OpenTypeLayoutEngine.h | 267 * @param rightToLeft - TRUE if the characters are in a right to left directional run 279 virtual le_int32 characterProcessing(const LEUnicode /*chars*/[], le_int32 offset, le_int32 count, le_int32 max, le_bool /*rightToLeft*/, 296 * @param rightToLeft - TRUE if the characters are in a right to left directional run 311 virtual le_int32 glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, 314 virtual le_int32 glyphSubstitution(le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success); 352 * @param rightToLeft - TRUE if the text is in a right to left directional run 365 virtual le_int32 computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
H A D | ArabicShaping.h | 60 le_bool rightToLeft, LEGlyphStorage &glyphStorage);
|
H A D | GXLayoutEngine.h | 94 * @param rightToLeft - <code>TRUE</code> if the text is in a right to left directional run 104 virtual le_int32 computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
|
H A D | GXLayoutEngine2.h | 93 * @param rightToLeft - <code>TRUE</code> if the text is in a right to left directional run 103 virtual le_int32 computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
|
H A D | HangulLayoutEngine.h | 110 * @param rightToLeft - <code>TRUE</code> if the characters are in a right to left directional run 121 virtual le_int32 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
|
H A D | KhmerLayoutEngine.h | 113 * @param rightToLeft - <code>TRUE</code> if the characters are in a right to left directional run 124 virtual le_int32 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
|
H A D | LEInsertionList.h | 69 * @param rightToLeft <code>TRUE</code> if the glyphs are stored 74 LEInsertionList(le_bool rightToLeft);
|
H A D | ThaiLayoutEngine.h | 103 * @param rightToLeft - <code>TRUE</code> if the text is in a right to left directional run 115 virtual le_int32 computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
|
H A D | TibetanLayoutEngine.h | 113 * @param rightToLeft - <code>TRUE</code> if the characters are in a right to left directional run 124 virtual le_int32 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
|
H A D | CanonShaping.cpp | 34 void CanonShaping::reorderMarks(const LEUnicode *inChars, le_int32 charCount, le_bool rightToLeft, argument 65 if (rightToLeft) {
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/ |
H A D | NamePrepTransform.java | 132 boolean rightToLeft=false, leftToRight=false; 152 rightToLeft = true; 158 if( leftToRight == true && rightToLeft == true){ 164 if( rightToLeft == true &&
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
H A D | NamePrepTransform.java | 131 boolean rightToLeft=false, leftToRight=false; 151 rightToLeft = true; 157 if( leftToRight == true && rightToLeft == true){ 163 if( rightToLeft == true &&
|