OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StringContainsStrongRTLChars
(Results
1 - 5
of
5
) sorted by null
/external/chromium/base/i18n/
rtl.h
104
bool
StringContainsStrongRTLChars
(const string16& text);
106
bool
StringContainsStrongRTLChars
(const std::wstring& text);
rtl.cc
173
bool has_rtl_chars =
StringContainsStrongRTLChars
(*text);
213
bool has_rtl_chars =
StringContainsStrongRTLChars
(*text);
245
bool
StringContainsStrongRTLChars
(const string16& text) {
267
bool
StringContainsStrongRTLChars
(const std::wstring& text) {
268
return
StringContainsStrongRTLChars
(WideToUTF16(text));
/external/chromium/chrome/browser/ui/webui/
new_tab_ui.cc
506
if (base::i18n::
StringContainsStrongRTLChars
(title)) {
/external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_gtk.cc
199
if (is_rtl && !base::i18n::
StringContainsStrongRTLChars
(localized_text)) {
autocomplete_edit_view_win.cc
[
all
...]
Completed in 76 milliseconds