Searched refs:kRELATIVE_ (Results 1 – 3 of 3) sorted by relevance
28 private static final String kRELATIVE_ = "RELATIVE_"; field in DateTimeStyleSet51 if(substr.startsWith(kRELATIVE_)) { in handleParseValue()52 …um(DebugUtilitiesData.UDateFormatStyle, inheritFrom, field, substr.substring(kRELATIVE_.length())); in handleParseValue()
25 private static final String kRELATIVE_ = "RELATIVE_"; field in DateTimeStyleSet48 if(substr.startsWith(kRELATIVE_)) { in handleParseValue()49 …um(DebugUtilitiesData.UDateFormatStyle, inheritFrom, field, substr.substring(kRELATIVE_.length())); in handleParseValue()
335 UnicodeString kRELATIVE_("RELATIVE_"); in handleParseValue() local336 if(substr.startsWith(kRELATIVE_)) { in handleParseValue()337 UnicodeString relativeas(substr,kRELATIVE_.length()); in handleParseValue()