HomeSort by relevance Sort by last modified time
    Searched refs:transitionCount (Results 1 - 6 of 6) sorted by null

  /external/chromium/third_party/icu/source/i18n/
olsontz.cpp 69 transitionCount = 0;
115 transitionCount = (int16_t) i;
130 if (len != transitionCount && U_SUCCESS(ec)) {
135 U_DEBUG_TZ_MSG(("OlsonTimeZone(%s) - size = %d, typecount %d transitioncount %d - err %s\n", ures_getKey((UResourceBundle*)res), size, typeCount, transitionCount, u_errorName(ec)));
138 for(jj=0;jj<transitionCount;jj++) {
231 transitionCount = other.transitionCount;
405 if (transitionCount != 0) {
410 for (i = transitionCount - 1; i > 0; --i)
    [all...]
olsontz.h 299 int16_t transitionCount;
308 * Length is transitionCount int32_t's.
319 * Type description data, consisting of transitionCount uint8_t
321 * Length is transitionCount int8_t's.
  /external/icu4c/i18n/
olsontz.h 289 int16_t transitionCount() const;
318 * Length is transitionCount int32_t's. NULL if no transitions in this range.
324 * Length is transitionCount int32_t's. NULL if no transitions in this range.
331 * Length is transitionCount int32_t's. NULL if no transitions in this range.
348 * Type description data, consisting of transitionCount uint8_t
350 * Length is transitionCount int16_t's. NULL if no transitions.
385 OlsonTimeZone::transitionCount() const {
olsontz.cpp 180 if (transitionCount() > 0) {
186 } else if (U_SUCCESS(ec) && len != transitionCount()) {
438 U_ASSERT(transIdx >= 0 && transIdx < transitionCount());
464 int16_t transCount = transitionCount();
562 for (int16_t i = 0; i < transitionCount(); ++i) {
632 && arrayEqual(typeMapData, z->typeMapData, sizeof(typeMapData[0]) * transitionCount());
700 int32_t transCount = transitionCount();
875 int16_t transCount = transitionCount();
    [all...]
  /external/webkit/JavaScriptCore/runtime/
Structure.h 177 signed char transitionCount() const
Structure.cpp 363 if (structure->transitionCount() > s_maxTransitionLength) {
    [all...]

Completed in 47 milliseconds