Home
last modified time | relevance | path

Searched defs:expectedOutputUnit (Results 1 – 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_api.cpp2961 const char *expectedOutputUnit; in unitLocaleTags() member
3014 auto expectedOutputUnit = MeasureUnit::forIdentifier(testCase.expectedOutputUnit, status); in unitLocaleTags() local
/third_party/skia/m133/third_party/externals/icu/source/test/intltest/
Dnumbertest_api.cpp2962 const char *expectedOutputUnit; in unitLocaleTags() member
3015 auto expectedOutputUnit = MeasureUnit::forIdentifier(testCase.expectedOutputUnit, status); in unitLocaleTags() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DNumberFormatterApiTest.java530 MeasureUnit expectedOutputUnit = MeasureUnit.forIdentifier(test[5]); in unitWithLocaleTags() local