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

/external/icu4c/test/cintltst/
H A Dcucdtst.c1100 static const int32_t defaultBidi[][2]={ /* { limit, class } */ local
1158 /* enumerate the intersections of defaultBidi ranges with [start..limit[ */
1160 for(i=0; i<LENGTHOF(defaultBidi) && c<limit; ++i) {
1161 if((int32_t)c<defaultBidi[i][0]) {
1162 while(c<limit && (int32_t)c<defaultBidi[i][0]) {
1166 shouldBeDir=(UCharDirection)defaultBidi[i][1];

Completed in 37 milliseconds