Home
last modified time | relevance | path

Searched refs:getFmtStr (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Ddtfmrgts.cpp1519 UnicodeString getFmtStr; in Test12902_yWithGregoCalInThaiLoc() local
1533 getFmtStr.remove(); in Test12902_yWithGregoCalInThaiLoc()
1534 getFmtStr = df1->format(testDate, getFmtStr); in Test12902_yWithGregoCalInThaiLoc()
1537 } else if (getFmtStr != expectFormat) { in Test12902_yWithGregoCalInThaiLoc()
1539 getFmtStr.extract(0, getFmtStr.length(), getFormat, 32); in Test12902_yWithGregoCalInThaiLoc()
1549 getFmtStr.remove(); in Test12902_yWithGregoCalInThaiLoc()
1550 getFmtStr = df2->format(testDate, getFmtStr); in Test12902_yWithGregoCalInThaiLoc()
1553 } else if (getFmtStr != expectFormat) { in Test12902_yWithGregoCalInThaiLoc()
1555 getFmtStr.extract(0, getFmtStr.length(), getFormat, 32); in Test12902_yWithGregoCalInThaiLoc()