Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DDateTimeStyleSet.java28 private static final String kRELATIVE_ = "RELATIVE_"; field in DateTimeStyleSet
51 if(substr.startsWith(kRELATIVE_)) { in handleParseValue()
52 …um(DebugUtilitiesData.UDateFormatStyle, inheritFrom, field, substr.substring(kRELATIVE_.length())); in handleParseValue()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DDateTimeStyleSet.java25 private static final String kRELATIVE_ = "RELATIVE_"; field in DateTimeStyleSet
48 if(substr.startsWith(kRELATIVE_)) { in handleParseValue()
49 …um(DebugUtilitiesData.UDateFormatStyle, inheritFrom, field, substr.substring(kRELATIVE_.length())); in handleParseValue()
/external/icu/icu4c/source/test/intltest/
Dfldset.cpp335 UnicodeString kRELATIVE_("RELATIVE_"); in handleParseValue() local
336 if(substr.startsWith(kRELATIVE_)) { in handleParseValue()
337 UnicodeString relativeas(substr,kRELATIVE_.length()); in handleParseValue()