HomeSort by relevance Sort by last modified time
    Searched refs:chainCount (Results 1 - 2 of 2) sorted by null

  /external/icu4c/layout/
MorphTables.cpp 26 le_uint32 chainCount = SWAPL(this->nChains);
29 for (chain = 0; chain < chainCount; chain += 1) {
MorphTables2.cpp 23 le_uint32 chainCount = SWAPL(this->nChains);
26 for (chain = 0; chain < chainCount; chain++) {

Completed in 275 milliseconds