Searched refs:kPatternSeparator (Results 1 – 4 of 4) sorted by relevance
56 const char kPatternSeparator[] = ","; variable70 + std::string(kPatternSeparator) in CreatePatternString()76 base::SplitString(pattern_str, kPatternSeparator[0], &pattern_str_list); in ParsePatternString()
30 #define kPatternSeparator ((UChar)0x003B) /*';'*/ macro113 fSeparator((UChar)kPatternSeparator), in DecimalFormatPatternParser()
254 #define kPatternSeparator ((UChar)0x003B) /*';'*/ macro4597 || affix.indexOf(kPatternSeparator) >= 04841 result.append((UChar)kPatternSeparator);
204 #define kPatternSeparator ((UChar)0x003B) /*';'*/ macro3373 || affix.indexOf(kPatternSeparator) >= 0 in appendAffixPattern()3617 result.append((UChar)kPatternSeparator); in toPattern()3692 UnicodeString separator ((UChar)kPatternSeparator); in applyPatternWithoutExpandAffix()