Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Ddtptngts.cpp1385 …UnicodeString shortPatSkeleton = DateTimePatternGenerator::staticGetSkeleton(shortPattern, status); in testJjMapping() local
1393 if (shortPatSkeleton.indexOf(*charPtr) < 0) { in testJjMapping()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateTimeGeneratorTest.java1718 String shortPatSkeleton = dtpg.getSkeleton(shortPattern); in testJjMapping() local
1721 if (shortPatSkeleton.indexOf(timeCycleChar) < 0) { in testJjMapping()