Searched refs:formatOpenParen (Results 1 – 2 of 2) sorted by relevance
280 UnicodeString formatOpenParen; member in LocaleDisplayNamesImpl400 formatOpenParen.setTo((UChar)0xFF08); // fullwidth ( in initialize()405 formatOpenParen.setTo((UChar)0x0028); // ( in initialize()594 resultRemainder.findAndReplace(formatOpenParen, formatReplaceOpenParen); in localeDisplayName()605 temp.findAndReplace(formatOpenParen, formatReplaceOpenParen); in localeDisplayName()608 temp2.findAndReplace(formatOpenParen, formatReplaceOpenParen); in localeDisplayName()
487 UChar formatOpenParen = 0x0028; // ( in uloc_getDisplayName() local566 formatOpenParen = 0xFF08; // fullwidth ( in uloc_getDisplayName()694 if (*p == formatOpenParen) { in uloc_getDisplayName()