HomeSort by relevance Sort by last modified time
    Searched full:utrans (Results 1 - 20 of 20) sorted by null

  /external/icu/icu4c/source/test/cintltst/
utransts.c 17 #include "unicode/utrans.h"
22 #define TEST(x) addTest(root, &x, "utrans/" # x)
183 UTransliterator *utrans; local
217 utrans=utrans_openU(id, idLength, UTRANS_FORWARD, NULL, 0, NULL, &errorCode);
223 id2=utrans_getUnicodeID(utrans, &id2Length);
228 utrans_close(utrans);
586 UTransliterator *utrans = utrans_openU(transSimpleID, -1, UTRANS_FORWARD, NULL, 0, NULL, &status); local
593 ulen = utrans_toRules(utrans, FALSE, ubuf, kUBufMax, &status);
600 ulen = utrans_toRules(utrans, FALSE, NULL, 0, &status);
607 ulen = utrans_toRules(utrans, TRUE, ubuf, kUBufMax, &status)
    [all...]
  /external/icu/icu4c/source/io/
ufile.h 27 #include "unicode/utrans.h"
  /external/selinux/policycoreutils/mcstrans/src/
mcstrans.c 1519 char *ltrans = NULL, *utrans = NULL; local
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
utrans.h 564 /* see utrans.h documentation for why these functions are deprecated */
587 * @deprecated ICU 2.8 Use utrans_openU() instead, see utrans.h
610 * @deprecated ICU 2.8 Use utrans_getUnicodeID() instead, see utrans.h
624 * @deprecated ICU 2.8 Use utrans_unregisterID() instead, see utrans.h
645 * @deprecated ICU 2.8 Use utrans_openIDs() instead, see utrans.h
translit.h 25 #include "unicode/utrans.h" // UTransPosition, UTransDirection
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xv.c 308 struct pipe_transfer *ytrans, *utrans, *vtrans; local
319 utrans = pipe_get_transfer(pipe, dst[1],
329 umap = (char*)pipe->transfer_map(pipe, utrans);
397 pipe->transfer_unmap(pipe, utrans);
400 pipe->transfer_destroy(pipe, utrans);
  /external/icu/icu4c/source/common/unicode/
urep.h 39 * This is currently only used in the Transliterator C API, see utrans.h .
docmain.h 145 * <td>utrans.h</td>
  /external/icu/icu4c/source/i18n/
Android.mk 213 utrans.cpp \
rbt_set.h 18 #include "unicode/utrans.h"
Makefile.in 83 translit.o utrans.o esctrn.o unesctrn.o funcrepl.o strrepl.o tridpars.o \
rbt_rule.h 17 #include "unicode/utrans.h"
utrans.cpp 15 #include "unicode/utrans.h"
i18n.vcxproj.filters 474 <ClCompile Include="utrans.cpp">
    [all...]
tridpars.cpp 26 #include "unicode/utrans.h"
i18n.vcxproj 449 <ClCompile Include="utrans.cpp" />
    [all...]
  /external/icu/icu4c/source/test/iotest/
trnstst.c 12 #include "unicode/utrans.h"
  /external/icu/icu4c/source/test/depstest/
dependencies.txt 925 funcrepl.o quant.o rbt.o rbt_data.o rbt_pars.o rbt_rule.o rbt_set.o strmatch.o strrepl.o translit.o transreg.o tridpars.o utrans.o
  /external/icu/icu4c/source/test/intltest/
itutil.cpp 502 #include "unicode/utrans.h"
  /external/icu/icu4c/source/io/unicode/
ustdio.h 30 #include "unicode/utrans.h"
    [all...]

Completed in 369 milliseconds