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

  /external/chromium_org/third_party/icu/source/test/intltest/
tmsgfmt.cpp 456 Formattable testArgs3[] = {(int32_t)12, "MyDisk"};
478 form->format(testArgs3, 2, string, ignore, err);
517 Formattable testArgs3[] = {(int32_t)1273, "MyDisk"};
518 form->format(testArgs3, 2, string, ignore, err);
607 Formattable testArgs3((int32_t)0);
609 msgFmt->format(&testArgs3, 1, argNameResult, ignore, err);
    [all...]
  /external/icu4c/test/intltest/
tmsgfmt.cpp 465 Formattable testArgs3[] = {(int32_t)12, "MyDisk"};
487 form->format(testArgs3, 2, string, ignore, err);
526 Formattable testArgs3[] = {(int32_t)1273, "MyDisk"};
527 form->format(testArgs3, 2, string, ignore, err);
616 Formattable testArgs3((int32_t)0);
618 msgFmt->format(&testArgs3, 1, argNameResult, ignore, err);
    [all...]

Completed in 3749 milliseconds