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

  /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 182 if (transitionCount() > 0) {
188 } else if (U_SUCCESS(ec) && len != transitionCount()) {
440 U_ASSERT(transIdx >= 0 && transIdx < transitionCount());
466 int16_t transCount = transitionCount();
564 for (int16_t i = 0; i < transitionCount(); ++i) {
634 && arrayEqual(typeMapData, z->typeMapData, sizeof(typeMapData[0]) * transitionCount());
702 int32_t transCount = transitionCount();
877 int16_t transCount = transitionCount();
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
Structure.h 196 signed char transitionCount() const
Structure.cpp 336 if (structure->transitionCount() > s_maxTransitionLength) {

Completed in 464 milliseconds