HomeSort by: relevance | last modified time | path
    Searched defs:bidi (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/gettext/dist/gnulib-local/lib/
gen-lbrkprop.c 40 const char *bidi; /* Bidirectional category */ member in struct:unicode_attribute
83 uni->bidi = (field4[0] == '\0' ? "" : strdup (field4));
  /src/external/gpl3/gcc/dist/libcpp/
lex.cc 1174 namespace bidi {
1179 /* All the UTF-8 encodings of bidi characters start with E2. */
1205 /* A vector holding currently open bidi contexts. We use a char for
1208 by a bidi character written as a UCN, and 0 when it was UTF-8. */
1242 the bidi char which started this bidi context was written as a UCN. */
1257 /* We've read a bidi char, update the current vector as necessary.
1374 /* Parse a sequence of 3 bytes starting with P and return its bidi code. */
1376 static bidi::kind
1379 gcc_checking_assert (p[0] == bidi::utf8_start)
1173 namespace bidi { namespace
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/
lex.cc 1168 namespace bidi {
1173 /* All the UTF-8 encodings of bidi characters start with E2. */
1199 /* A vector holding currently open bidi contexts. We use a char for
1202 by a bidi character written as a UCN, and 0 when it was UTF-8. */
1236 the bidi char which started this bidi context was written as a UCN. */
1251 /* We've read a bidi char, update the current vector as necessary.
1367 /* Parse a sequence of 3 bytes starting with P and return its bidi code. */
1369 static bidi::kind
1372 gcc_checking_assert (p[0] == bidi::utf8_start)
1167 namespace bidi { namespace
    [all...]

Completed in 21 milliseconds