Home
last modified time | relevance | path

Searched refs:bidi (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/heimdal/lib/wind/
H A DMakefile.am27 bidi.c \
70 test-bidi \
110 bidi_table.h bidi_table.c: rfc3454.txt gen-bidi.py
111 $(skip_python) $(PYTHON) $(srcdir)/gen-bidi.py $(srcdir)/rfc3454.txt $(builddir)
125 gen-bidi.py \
H A DNTMakefile37 $(OBJ)\bidi.obj \
86 $(OBJ)\bidi_table.h $(OBJ)\bidi_table.c: rfc3454.txt gen-bidi.py
88 $(PYTHON) $(SRCDIR)\gen-bidi.py $(SRCDIR)\rfc3454.txt $(OBJ)
102 $(OBJ)\test-bidi.exe \
118 $(OBJ)\test-bidi.exe: $(OBJ)\test-bidi.obj
138 test-bidi.exe
H A DMakefile.in49 check_PROGRAMS = test-bidi$(EXEEXT) test-map$(EXEEXT) test-rw$(EXEEXT) \
130 am__objects_1 = bidi.lo combining.lo doxygen.lo errorlist.lo map.lo \
146 test_bidi_SOURCES = test-bidi.c
147 test_bidi_OBJECTS = test-bidi.$(OBJEXT)
192 $(idn_lookup_SOURCES) test-bidi.c test-ldap.c test-map.c \
196 test-bidi.c test-ldap.c test-map.c test-normalize.c \
469 bidi.c \
517 gen-bidi.py \
664 test-bidi$(EXEEXT): $(test_bidi_OBJECTS) $(test_bidi_DEPENDENCIES)
665 @rm -f test-bidi$(EXEEXT)
[all …]
H A DChangeLog130 * gen-bidi.py:
H A Drfc4518.txt197 5) Check bidi
301 2.5. Check bidi
H A Drfc3454.txt317 4) Check bidi -- Possibly check for right-to-left characters, and if
758 "bidirectional text", or "bidi" for short. The Unicode standard has
/freebsd/crypto/krb5/src/lib/krb5/unicode/ucdata/
H A DREADME98 1. Improved some bidi algorithm documentation in the code.
107 the reordered string in the bidi algorithm.
110 bidi algorithm.
114 bidi algorithm.
117 cases of strings with no strong directional characters in the bidi
120 6. The bidi API documentation was improved.
122 7. Added a man page for the bidi API.
126 1. Fixed a problem with the bidi algorithm locating directional section
129 2. Fixed a problem with the bidi algorithm starting the reordering correctly.
131 3. Fixed a problem with the bidi algorithm determining end boundaries for LTR
[all …]
/freebsd/contrib/bearssl/tools/
H A Dtwrch.c245 int i, bidi; in do_twrch() local
279 bidi = 1; in do_twrch()
329 bidi = 0; in do_twrch()
654 if (bidi) { in do_twrch()
893 br_ssl_engine_set_buffer(&cc.eng, iobuf, iobuf_len, bidi); in do_twrch()
H A Dclient.c514 int i, bidi; in do_client() local
550 bidi = 1; in do_client()
608 bidi = 0; in do_client()
881 if (bidi) { in do_client()
1057 br_ssl_engine_set_buffer(&cc.eng, iobuf, iobuf_len, bidi); in do_client()
H A Dserver.c632 int i, bidi; in do_server() local
663 bidi = 1; in do_server()
722 bidi = 0; in do_server()
999 if (bidi) { in do_server()
1157 br_ssl_engine_set_buffer(&cc.eng, iobuf, iobuf_len, bidi); in do_server()
/freebsd/kerberos5/lib/libwind/
H A DMakefile9 SRCS= bidi.c \
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_engine.c346 void *buf, size_t buf_len, int bidi) in br_ssl_engine_set_buffer() argument
367 if (bidi) { in br_ssl_engine_set_buffer()
/freebsd/contrib/bearssl/inc/
H A Dbearssl_ssl.h1808 void *iobuf, size_t iobuf_len, int bidi);