HomeSort by relevance Sort by last modified time
    Searched defs:translit (Results 1 - 3 of 3) sorted by null

  /external/icu4c/i18n/
funcrepl.h 40 Transliterator* translit; member in class:FunctionReplacer
44 * processed by 'translit'. Must not be null. OWNED.
  /external/icu4c/io/
ufile.h 42 UTransliterator *translit; member in struct:__anon2270
  /external/icu4c/extra/uconv/
uconv.cpp 26 #include <unicode/translit.h>
589 const char *translit,
612 const char *translit,
676 if (translit != NULL && *translit) {
678 UnicodeString str(translit), pestr;
684 if (uprv_strchr(translit, ':') || uprv_strchr(translit, '>') || uprv_strchr(translit, '<') || uprv_strchr(translit, '>')) {
1131 const char *translit = 0; local
    [all...]

Completed in 123 milliseconds