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

  /external/icu4c/i18n/
anytrans.cpp 360 int32_t variantCount = Transliterator::_countAvailableVariants(source, target);
361 // assert(variantCount >= 1);
362 for (int32_t v=0; v<variantCount; ++v) {

Completed in 117 milliseconds