HomeSort by relevance Sort by last modified time
    Searched defs:UBiDi (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/common/unicode/
ubidi.h 8 * file name: ubidi.h
82 *#include "unicode/ubidi.h"
99 * UBiDi *para,
164 * void renderLine(UBiDi *line, const UChar *text,
210 * UBiDi *para;
244 * UBiDi *line;
462 * Forward declaration of the <code>UBiDi</code> structure for the declaration of
471 struct UBiDi;
474 typedef struct UBiDi UBiDi;
    [all...]
  /external/icu4c/common/unicode/
ubidi.h 8 * file name: ubidi.h
82 *#include "unicode/ubidi.h"
99 * UBiDi *para,
164 * void renderLine(UBiDi *line, const UChar *text,
210 * UBiDi *para;
244 * UBiDi *line;
462 * Forward declaration of the <code>UBiDi</code> structure for the declaration of
471 struct UBiDi;
474 typedef struct UBiDi UBiDi;
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ubidiimp.h 119 #define GET_PARALEVEL(ubidi, index) \
120 (UBiDiLevel)((ubidi)->defaultParaLevel ? (ubidi)->dirProps[index]>>7 \
121 : (ubidi)->paraLevel)
157 ubidi_getRuns(UBiDi *pBiDi, UErrorCode *pErrorCode);
190 /* UBiDi structure ----------------------------------------------------------- */
192 struct UBiDi {
197 const UBiDi * pParaBiDi;
353 /* helper macros for each allocated array in UBiDi */
  /external/icu4c/common/
ubidiimp.h 119 #define GET_PARALEVEL(ubidi, index) \
120 (UBiDiLevel)((ubidi)->defaultParaLevel ? (ubidi)->dirProps[index]>>7 \
121 : (ubidi)->paraLevel)
157 ubidi_getRuns(UBiDi *pBiDi, UErrorCode *pErrorCode);
190 /* UBiDi structure ----------------------------------------------------------- */
192 struct UBiDi {
197 const UBiDi * pParaBiDi;
359 /* helper macros for each allocated array in UBiDi */

Completed in 373 milliseconds