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

  /external/icu4c/i18n/
cpdtrans.cpp 242 int32_t transCount) {
244 for (int32_t i=0; i<transCount; ++i) {
348 int32_t transCount) {
349 Transliterator** a = (Transliterator **)uprv_malloc(transCount * sizeof(Transliterator *));
355 for (i=0; i<transCount; ++i) {
370 adoptTransliterators(a, transCount);
374 int32_t transCount) {
379 count = transCount;
cpdtrans.h 237 int32_t transCount);
transreg.cpp 122 int32_t transCount = anonymousRBTs * 2 + 1;
124 --transCount;
126 --transCount;
131 --transCount;
    [all...]
  /external/libxml2/
xmlregexp.c 311 int transcount; /* the number of chars in char counted transitions */ member in struct:_xmlRegExecCtxt
    [all...]

Completed in 475 milliseconds