HomeSort by relevance Sort by last modified time
    Searched defs:fromArray (Results 1 - 8 of 8) sorted by null

  /external/smack/src/org/xbill/DNS/
ARecord.java 28 fromArray(byte [] array) {
54 addr = fromArray(address.getAddress());
59 addr = fromArray(in.readByteArray(4));
65 addr = fromArray(address.getAddress());
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
Adapters.java 657 String[] fromArray = mFrom.toArray(new String[mFrom.size()]);
671 return new XmlCursorAdapter(mContext, layout, uri, fromArray, toArray, selection,
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cldrtest.c 582 UResourceBundle *fromArray, const char *fromLocale,
586 int32_t fromSize = ures_getSize(fromArray);
587 int32_t toSize = ures_getSize(fromArray);
599 const UChar *fromBundleStr = ures_getStringByIndex(fromArray, idx, NULL, &errorCode);
617 UResourceBundle *fromArray, *toArray;
632 fromArray = ures_getByKey(fromLocaleBund, "CurrencyElements", NULL, &errorCode);
637 compareArrays("CurrencyElements", fromArray, fromLocale, toArray, toLocale, 1, 2);
639 ures_close(fromArray);
642 fromArray = ures_getByKey(fromLocaleBund, "NumberPatterns", NULL, &errorCode);
646 compareArrays("NumberPatterns", fromArray, fromLocale, toArray, toLocale, 0, 3)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cldrtest.c 585 UResourceBundle *fromArray, const char *fromLocale,
589 int32_t fromSize = ures_getSize(fromArray);
590 int32_t toSize = ures_getSize(fromArray);
602 const UChar *fromBundleStr = ures_getStringByIndex(fromArray, idx, NULL, &errorCode);
620 UResourceBundle *fromArray, *toArray;
635 fromArray = ures_getByKey(fromLocaleBund, "CurrencyElements", NULL, &errorCode);
640 compareArrays("CurrencyElements", fromArray, fromLocale, toArray, toLocale, 1, 2);
642 ures_close(fromArray);
645 fromArray = ures_getByKey(fromLocaleBund, "NumberPatterns", NULL, &errorCode);
649 compareArrays("NumberPatterns", fromArray, fromLocale, toArray, toLocale, 0, 3)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucurr.cpp     [all...]
  /external/icu/icu4c/source/i18n/
ucurr.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-junit.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 1066 milliseconds