Home
last modified time | relevance | path

Searched refs:dtTypes (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddtptngen.cpp136 static const dtTypeElem dtTypes[] = { variable
1078 const dtTypeElem *row = &dtTypes[canonicalIndex]; in adjustFieldTypes()
1641 const dtTypeElem *row = &dtTypes[canonicalIndex]; in set()
1831 while (dtTypes[i].patternChar != '\0') { in getCanonicalIndex()
1832 if ( dtTypes[i].patternChar != ch ) { in getCanonicalIndex()
1837 if (dtTypes[i].patternChar != dtTypes[i+1].patternChar) { in getCanonicalIndex()
1840 if (dtTypes[i+1].minLen <= len) { in getCanonicalIndex()