Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DTestStreaming.java28 static final int MAXPORTIONS = 10; field in TestStreaming
107 for (j = 0; j < MAXPORTIONS && srcLen > 0; j++) { in testStreaming()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestStreaming.java25 static final int MAXPORTIONS = 10; field in TestStreaming
104 for (j = 0; j < MAXPORTIONS && srcLen > 0; j++) { in testStreaming()
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c4409 #define MAXPORTIONS 10 in testStreaming() macro
4415 char portionLens[2][MAXPORTIONS]; in testStreaming()
4449 char processedLenStr[MAXPORTIONS * 5]; in testStreaming()
4469 for (j = 0, pSrc = src; j < MAXPORTIONS && srcLen > 0; j++) { in testStreaming()