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

  /libcore/luni/src/main/java/java/text/
Bidi.java 317 private Bidi(long pBidi) {
318 readBidiInfo(pBidi);
322 private void readBidiInfo(long pBidi) {
323 length = ubidi_getLength(pBidi);
325 offsetLevel = (length == 0) ? null : ubidi_getLevels(pBidi);
327 baseLevel = ubidi_getParaLevel(pBidi);
329 int runCount = ubidi_countRuns(pBidi);
336 runs = ubidi_getRuns(pBidi);
345 direction = ubidi_getDirection(pBidi);
615 private static native void ubidi_close(long pBiDi);
    [all...]
  /external/icu4c/test/cintltst/
cbiditst.c 37 static void doTests(UBiDi *pBiDi, UBiDi *pLine, UBool countRunsFirst);
41 static void doTest(UBiDi *pBiDi, int testNumber, const BiDiTestData *test,
44 static void _testReordering(UBiDi *pBiDi, int testNumber);
48 static void _testManyInverseBidi(UBiDi *pBiDi, UBiDiLevel direction);
50 static void _testInverseBidi(UBiDi *pBiDi, const UChar *src, int32_t srcLength,
92 static const char* inverseBasic(UBiDi *pBiDi, const char *src, int32_t srcLen,
94 static UBool assertRoundTrip(UBiDi *pBiDi, int32_t tc, int32_t outIndex,
98 static UBool checkResultLength(UBiDi *pBiDi, const char *srcChars,
102 static UBool checkMaps(UBiDi *pBiDi, int32_t stringIndex, const char *src,
164 UBiDi *pBiDi, *pLine=NULL
    [all...]

Completed in 142 milliseconds