Searched defs:fromArray (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/i18n/
H A Ducurr.cpp1881 const int32_t *fromArray = ures_getIntVector(fromRes, &fromLength, &localStatus); local
1882 int64_t currDate64 = (int64_t)fromArray[0] << 32;
1883 currDate64 |= ((int64_t)fromArray[1] & (int64_t)INT64_C(0x00000000FFFFFFFF));
2045 const int32_t *fromArray = ures_getIntVector(fromRes, &fromLength, &localStatus); local
2047 int64_t currDate64 = (int64_t)fromArray[0] << 32;
2048 currDate64 |= ((int64_t)fromArray[1] & (int64_t)INT64_C(0x00000000FFFFFFFF));
2169 const int32_t *fromArray = ures_getIntVector(fromRes, &fromLength, &localStatus); local
2171 int64_t currDate64 = (int64_t)fromArray[0] << 32;
2172 currDate64 |= ((int64_t)fromArray[1] & (int64_t)INT64_C(0x00000000FFFFFFFF));
/external/icu4c/test/cintltst/
H A Dcldrtest.c572 UResourceBundle *fromArray, const char *fromLocale,
576 int32_t fromSize = ures_getSize(fromArray);
577 int32_t toSize = ures_getSize(fromArray);
589 const UChar *fromBundleStr = ures_getStringByIndex(fromArray, idx, NULL, &errorCode);
607 UResourceBundle *fromArray, *toArray; local
622 fromArray = ures_getByKey(fromLocaleBund, "CurrencyElements", NULL, &errorCode);
627 compareArrays("CurrencyElements", fromArray, fromLocale, toArray, toLocale, 1, 2);
629 ures_close(fromArray);
632 fromArray = ures_getByKey(fromLocaleBund, "NumberPatterns", NULL, &errorCode);
636 compareArrays("NumberPatterns", fromArray, fromLocal
571 compareArrays(const char *keyName, UResourceBundle *fromArray, const char *fromLocale, UResourceBundle *toArray, const char *toLocale, int32_t start, int32_t end) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 441 milliseconds