HomeSort by relevance Sort by last modified time
    Searched full:transitioncount (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
olsontz.h 298 int16_t transitionCount() const;
327 * Length is transitionCount int32_t's. NULL if no transitions in this range.
333 * Length is transitionCount int32_t's. NULL if no transitions in this range.
340 * Length is transitionCount int32_t's. NULL if no transitions in this range.
357 * Type description data, consisting of transitionCount uint8_t
359 * Length is transitionCount int16_t's. NULL if no transitions.
403 OlsonTimeZone::transitionCount() const {
olsontz.cpp 187 if (transitionCount() > 0) {
193 } else if (U_SUCCESS(ec) && len != transitionCount()) {
450 U_ASSERT(transIdx >= 0 && transIdx < transitionCount());
481 int16_t transCount = transitionCount();
579 for (int16_t i = 0; i < transitionCount(); ++i) {
649 && arrayEqual(typeMapData, z->typeMapData, sizeof(typeMapData[0]) * transitionCount());
728 int32_t transCount = transitionCount();
    [all...]
  /external/icu/icu4c/source/i18n/
olsontz.h 298 int16_t transitionCount() const;
327 * Length is transitionCount int32_t's. NULL if no transitions in this range.
333 * Length is transitionCount int32_t's. NULL if no transitions in this range.
340 * Length is transitionCount int32_t's. NULL if no transitions in this range.
357 * Type description data, consisting of transitionCount uint8_t
359 * Length is transitionCount int16_t's. NULL if no transitions.
403 OlsonTimeZone::transitionCount() const {
olsontz.cpp 187 if (transitionCount() > 0) {
193 } else if (U_SUCCESS(ec) && len != transitionCount()) {
450 U_ASSERT(transIdx >= 0 && transIdx < transitionCount());
481 int16_t transCount = transitionCount();
579 for (int16_t i = 0; i < transitionCount(); ++i) {
649 && arrayEqual(typeMapData, z->typeMapData, sizeof(typeMapData[0]) * transitionCount());
728 int32_t transCount = transitionCount();
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 1816 milliseconds