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.java24 private static final String kRELATIVE_ = "RELATIVE_"; field in DateTimeStyleSet
47 if(substr.startsWith(kRELATIVE_)) { in handleParseValue()
48 …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.java23 private static final String kRELATIVE_ = "RELATIVE_"; field in DateTimeStyleSet
46 if(substr.startsWith(kRELATIVE_)) { in handleParseValue()
47 …um(DebugUtilitiesData.UDateFormatStyle, inheritFrom, field, substr.substring(kRELATIVE_.length())); in handleParseValue()
/external/icu/icu4c/source/test/intltest/
Dfldset.cpp333 UnicodeString kRELATIVE_("RELATIVE_"); in handleParseValue() local
334 if(substr.startsWith(kRELATIVE_)) { in handleParseValue()
335 UnicodeString relativeas(substr,kRELATIVE_.length()); in handleParseValue()