Searched defs:matchIsLocalizable (Results 1 – 1 of 1) sorted by relevance
325 boolean matchIsLocalizable) { in createMessage()333 text.substring(start, match.start()), !matchIsLocalizable)); in createMessage() local335 buffer.append(pseudolocalizeFragment(match.group(), matchIsLocalizable)); in createMessage() local338 buffer.append(pseudolocalizeFragment(text.substring(start), !matchIsLocalizable)); in createMessage() local