Searched refs:kRELATIVE_ (Results 1 – 3 of 3) sorted by relevance
24 private static final String kRELATIVE_ = "RELATIVE_"; field in DateTimeStyleSet47 if(substr.startsWith(kRELATIVE_)) { in handleParseValue()48 …um(DebugUtilitiesData.UDateFormatStyle, inheritFrom, field, substr.substring(kRELATIVE_.length())); in handleParseValue()
23 private static final String kRELATIVE_ = "RELATIVE_"; field in DateTimeStyleSet46 if(substr.startsWith(kRELATIVE_)) { in handleParseValue()47 …um(DebugUtilitiesData.UDateFormatStyle, inheritFrom, field, substr.substring(kRELATIVE_.length())); in handleParseValue()
333 UnicodeString kRELATIVE_("RELATIVE_"); in handleParseValue() local334 if(substr.startsWith(kRELATIVE_)) { in handleParseValue()335 UnicodeString relativeas(substr,kRELATIVE_.length()); in handleParseValue()