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

  /libcore/luni/src/main/native/
ICU.cpp 327 enum NameType { REGULAR, STAND_ALONE };
330 const char* typeKey = (type == REGULAR) ? "format" : "stand-alone";
444 // Get the regular month and weekday names.
445 jobjectArray longMonthNames = getNames(env, monthNames.get(), true, REGULAR, LONG);
446 jobjectArray shortMonthNames = getNames(env, monthNames.get(), true, REGULAR, SHORT);
447 jobjectArray longWeekdayNames = getNames(env, dayNames.get(), false, REGULAR, LONG);
448 jobjectArray shortWeekdayNames = getNames(env, dayNames.get(), false, REGULAR, SHORT);
455 // English), we reuse the regular names. If we returned null to Java, the usual fallback
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 32 milliseconds