HomeSort by relevance Sort by last modified time
    Searched refs:transCount (Results 1 - 3 of 3) 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...]

Completed in 134 milliseconds