Home
last modified time | relevance | path

Searched refs:getIntVector (Results 1 – 25 of 80) sorted by relevance

1234

/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/
Ddatamap.h75 …virtual const int32_t *getIntVector(int32_t &length, const char *key, UErrorCode &status) const = …
127 virtual const int32_t *getIntVector(int32_t &length, const char *key, UErrorCode &status) const;
/third_party/icu/icu4c/source/tools/ctestfw/unicode/
Ddatamap.h75 …virtual const int32_t *getIntVector(int32_t &length, const char *key, UErrorCode &status) const = …
127 virtual const int32_t *getIntVector(int32_t &length, const char *key, UErrorCode &status) const;
/third_party/flutter/skia/third_party/externals/icu/source/tools/ctestfw/unicode/
Ddatamap.h75 …virtual const int32_t *getIntVector(int32_t &length, const char *key, UErrorCode &status) const = …
127 virtual const int32_t *getIntVector(int32_t &length, const char *key, UErrorCode &status) const;
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
Ddatamap.cpp152 RBDataMap::getIntVector(int32_t &length, const char *key, UErrorCode &status) const { in getIntVector() function in RBDataMap
155 return r->getIntVector(length, status); in getIntVector()
/third_party/icu/icu4c/source/tools/ctestfw/
Ddatamap.cpp152 RBDataMap::getIntVector(int32_t &length, const char *key, UErrorCode &status) const { in getIntVector() function in RBDataMap
155 return r->getIntVector(length, status); in getIntVector()
/third_party/flutter/skia/third_party/externals/icu/source/tools/ctestfw/
Ddatamap.cpp152 RBDataMap::getIntVector(int32_t &length, const char *key, UErrorCode &status) const { in getIntVector() function in RBDataMap
155 return r->getIntVector(length, status); in getIntVector()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUResource.java352 public abstract int[] getIntVector(); in getIntVector() method in UResource.Value
432 int[] iv = getIntVector(); in toString()
DOlsonTimeZone.java503 transPre32 = r.getIntVector(); in construct()
516 trans32 = r.getIntVector(); in construct()
525 transPost32 = r.getIntVector(); in construct()
563 typeOffsets = r.getIntVector(); in construct()
592 int[] ruleData = r.getIntVector(); in construct()
DICUResourceBundleImpl.java126 public int[] getIntVector() { in getIntVector() method in ICUResourceBundleImpl.ResourceIntVector
127 return wholeBundle.reader.getIntVector(resource); in getIntVector()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUResource.java358 public abstract int[] getIntVector(); in getIntVector() method in UResource.Value
438 int[] iv = getIntVector(); in toString()
DICUCurrencyMetaInfo.java63 int[] data = b.getIntVector(); in currencyDigits()
173 int[] values = b.getIntVector(); in getDate()
DOlsonTimeZone.java505 transPre32 = r.getIntVector(); in construct()
518 trans32 = r.getIntVector(); in construct()
527 transPost32 = r.getIntVector(); in construct()
565 typeOffsets = r.getIntVector(); in construct()
594 int[] ruleData = r.getIntVector(); in construct()
DICUResourceBundleImpl.java127 public int[] getIntVector() { in getIntVector() method in ICUResourceBundleImpl.ResourceIntVector
128 return wholeBundle.reader.getIntVector(resource); in getIntVector()
/third_party/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/
DICUCurrencyMetaInfo.java61 int[] data = b.getIntVector(); in currencyDigits()
171 int[] values = b.getIntVector(); in getDate()
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/iuc/
DPopulationData.java59 int vec[] = territoryF.getIntVector(); in getTerritoryEntries()
/third_party/icu/icu4c/source/common/unicode/
Dresbund.h256 getIntVector(int32_t& len, UErrorCode& status) const;
/third_party/node/deps/icu-small/source/common/unicode/
Dresbund.h256 getIntVector(int32_t& len, UErrorCode& status) const;
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dresbund.h256 getIntVector(int32_t& len, UErrorCode& status) const;
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dresbund.h253 getIntVector(int32_t& len, UErrorCode& status) const;
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dresource.h163 virtual const int32_t *getIntVector(int32_t &length, UErrorCode &errorCode) const = 0;
Duresdata.h489 virtual const int32_t *getIntVector(int32_t &length, UErrorCode &errorCode) const;
/third_party/node/deps/icu-small/source/common/
Dresource.h177 virtual const int32_t *getIntVector(int32_t &length, UErrorCode &errorCode) const = 0;
/third_party/skia/third_party/externals/icu/source/common/
Dresource.h177 virtual const int32_t *getIntVector(int32_t &length, UErrorCode &errorCode) const = 0;
/third_party/icu/icu4c/source/common/
Dresource.h177 virtual const int32_t *getIntVector(int32_t &length, UErrorCode &errorCode) const = 0;
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DLocaleData.java399 int[] size = obj.getIntVector(); in getPaperSize()

1234