Searched refs:adjFieldLen (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateTimePatternGenerator.java1771 // The length of the adjusted field (adjFieldLen) should match that in the originally
1791 int adjFieldLen = reqFieldLen;
1796 adjFieldLen = fieldBuilder.length();
1804 adjFieldLen = fieldBuilder.length();
1813 for (int i = adjFieldLen; i > 0; --i) fieldBuilder.append(c);
/external/icu/icu4c/source/i18n/
H A Ddtptngen.cpp1131 // The length of the adjusted field (adjFieldLen) should match that in the originally
1147 int32_t adjFieldLen = reqFieldLen; local
1151 adjFieldLen = field.length();
1159 adjFieldLen = field.length();
1169 for (int32_t i=adjFieldLen; i>0; --i) {

Completed in 52 milliseconds