/external/chromium_org/third_party/icu/source/i18n/ |
olsontz.cpp | 135 transitionTimesPre32 = ures_getIntVector(&r, &len, &ec); 148 transitionTimes32 = ures_getIntVector(&r, &len, &ec); 161 transitionTimesPost32 = ures_getIntVector(&r, &len, &ec); 174 typeOffsets = ures_getIntVector(&r, &len, &ec); 202 const int32_t *ruleData = ures_getIntVector(rule, &len, &ec); [all...] |
ulocdata.c | 224 paperSize = ures_getIntVector(paperSizeBundle, &len, status);
|
ucurr.cpp | 153 const int32_t *data = ures_getIntVector(rb, &len, &ec); [all...] |
timezone.cpp | 855 ures_getIntVector(&r, &result, &ec); 879 const int32_t* v = ures_getIntVector(&r, &size, &ec); [all...] |
calendar.cpp | [all...] |
ucol_res.cpp | 276 const int32_t* reorderCodes = ures_getIntVector(reorderRes, &reorderCodesLen, status); [all...] |
/external/icu4c/i18n/ |
olsontz.cpp | 140 transitionTimesPre32 = ures_getIntVector(&r, &len, &ec); 153 transitionTimes32 = ures_getIntVector(&r, &len, &ec); 166 transitionTimesPost32 = ures_getIntVector(&r, &len, &ec); 179 typeOffsets = ures_getIntVector(&r, &len, &ec); 207 const int32_t *ruleData = ures_getIntVector(rule, &len, &ec); [all...] |
ulocdata.c | 227 paperSize = ures_getIntVector(paperSizeBundle, &len, status);
|
ucurr.cpp | 189 const int32_t *data = ures_getIntVector(rb, &len, &ec); [all...] |
timezone.cpp | [all...] |
locdspnm.cpp | 420 const int32_t * intVector = ures_getIntVector(contextTransformUsage, &len, &status); [all...] |
ucol_res.cpp | 278 const int32_t* reorderCodes = ures_getIntVector(reorderRes, &reorderCodesLen, status); [all...] |
dtfmtsym.cpp | [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cldrtest.c | 117 const int32_t *subRootBundleArr = ures_getIntVector(subRootBundle, &minSize, &errorCode); 118 const int32_t *subBundleArr = ures_getIntVector(subBundle, &subBundleSize, &errorCode); 641 const int32_t *fromBundleArr = ures_getIntVector(fromDateTimeElements, &fromSize, &errorCode); 642 const int32_t *toBundleArr = ures_getIntVector(toDateTimeElements, &toSize, &errorCode); 666 const int32_t *fromBundleArr = ures_getIntVector(fromWeekendData, &fromSize, &errorCode); 667 const int32_t *toBundleArr = ures_getIntVector(toWeekendData, &toSize, &errorCode); [all...] |
/external/chromium_org/third_party/icu/source/common/ |
resbund.cpp | 255 return ures_getIntVector(fResource, &len, &status);
|
uresbund.c | [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
ures.h | 100 * @see ures_getIntVector 356 * @see ures_getIntVector 431 * @see ures_getIntVector 459 ures_getIntVector(const UResourceBundle* resourceBundle, 474 * @see ures_getIntVector 494 * @see ures_getIntVector [all...] |
urename.h | [all...] |
/external/icu4c/common/ |
resbund.cpp | 255 return ures_getIntVector(fResource, &len, &status);
|
/external/icu4c/common/unicode/ |
ures.h | 100 * @see ures_getIntVector 363 * @see ures_getIntVector 438 * @see ures_getIntVector 466 ures_getIntVector(const UResourceBundle* resourceBundle, 481 * @see ures_getIntVector 501 * @see ures_getIntVector [all...] |
urename.h | [all...] |
/external/icu4c/samples/uresb/ |
uresb.c | 297 const int32_t *data = ures_getIntVector(resource, &len, status);
|
/external/icu4c/test/cintltst/ |
cldrtest.c | 120 const int32_t *subRootBundleArr = ures_getIntVector(subRootBundle, &minSize, &errorCode); 121 const int32_t *subBundleArr = ures_getIntVector(subBundle, &subBundleSize, &errorCode); [all...] |
/external/chromium_org/third_party/icu/source/tools/genrb/ |
derb.c | 611 const int32_t *data = ures_getIntVector(resource, &len, status);
|
/external/icu4c/tools/genrb/ |
derb.c | 611 const int32_t *data = ures_getIntVector(resource, &len, status);
|