Searched refs:defaultBidi (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcucdtst.c1216 static const int32_t defaultBidi[][2]={ /* { limit, class } */ local
1279 /* enumerate the intersections of defaultBidi ranges with [start..limit[ */
1281 for(i=0; i<LENGTHOF(defaultBidi) && c<limit; ++i) {
1282 if((int32_t)c<defaultBidi[i][0]) {
1283 while(c<limit && (int32_t)c<defaultBidi[i][0]) {
1287 shouldBeDir=(UCharDirection)defaultBidi[i][1];
/external/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c1215 static const int32_t defaultBidi[][2]={ /* { limit, class } */ local
1278 /* enumerate the intersections of defaultBidi ranges with [start..limit[ */
1280 for(i=0; i<LENGTHOF(defaultBidi) && c<limit; ++i) {
1281 if((int32_t)c<defaultBidi[i][0]) {
1282 while(c<limit && (int32_t)c<defaultBidi[i][0]) {
1286 shouldBeDir=(UCharDirection)defaultBidi[i][1];

Completed in 57 milliseconds