Searched defs:anotherFieldWidth (Results 1 - 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDateIntervalInfo.java916 * @param anotherFieldWidth another field width
922 int anotherFieldWidth,
925 if ( fieldWidth <= 2 && anotherFieldWidth > 2 ||
926 fieldWidth > 2 && anotherFieldWidth <= 2 ) {
921 stringNumeric(int fieldWidth, int anotherFieldWidth, char patternLetter) argument
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateIntervalInfo.java937 * @param anotherFieldWidth another field width
943 int anotherFieldWidth,
946 if ( fieldWidth <= 2 && anotherFieldWidth > 2 ||
947 fieldWidth > 2 && anotherFieldWidth <= 2 ) {
942 stringNumeric(int fieldWidth, int anotherFieldWidth, char patternLetter) argument
/external/icu/icu4c/source/i18n/
H A Ddtitvinf.cpp406 DateIntervalInfo::stringNumeric(int32_t fieldWidth, int32_t anotherFieldWidth, argument
409 if ( (fieldWidth <= 2 && anotherFieldWidth > 2) ||
410 (fieldWidth > 2 && anotherFieldWidth <= 2 )) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 133 milliseconds