HomeSort by relevance Sort by last modified time
    Searched defs:sDate (Results 1 - 9 of 9) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/util/
DateTimeRule.java 232 String sDate = null;
237 sDate = Integer.toString(dayOfMonth);
240 sDate = Integer.toString(weekInMonth) + DOWSTR[dayOfWeek];
243 sDate = DOWSTR[dayOfWeek] + ">=" + Integer.toString(dayOfMonth);
246 sDate = DOWSTR[dayOfWeek] + "<=" + Integer.toString(dayOfMonth);
274 buf.append(sDate);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DateTimeRule.java 267 String sDate = null;
272 sDate = Integer.toString(dayOfMonth);
275 sDate = Integer.toString(weekInMonth) + DOWSTR[dayOfWeek];
278 sDate = DOWSTR[dayOfWeek] + ">=" + Integer.toString(dayOfMonth);
281 sDate = DOWSTR[dayOfWeek] + "<=" + Integer.toString(dayOfMonth);
309 buf.append(sDate);
  /external/pdfium/fpdfsdk/src/javascript/
util.cpp 500 CFX_WideString sDate = params[1].ToCFXWideString();
502 if (sDate.GetLength() > 0) {
503 dDate = CJS_PublicMethods::MakeRegularDate(sDate, sFormat, nullptr);
  /external/pdfium/xfa/src/fgas/include/
fx_datetime.h 187 } sDate;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 1538 milliseconds