Searched refs:i18n (Results 276 - 300 of 1536) sorted by relevance

<<11121314151617181920>>

/external/icu/icu4c/source/test/perf/howExpensiveIs/
H A DMakefile.in22 CPPFLAGS += -I$(top_srcdir)/common -I$(top_builddir)/i18n -I$(top_srcdir)/i18n -I$(top_srcdir)/tools/toolutil -I$(top_srcdir)/tools/ctestfw
/external/libexif/libexif/
H A Dexif-format.c24 #include <libexif/i18n.h>
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/prefixmapper/
H A DPhonePrefixMapStorageStrategy.java17 package com.android.i18n.phonenumbers.prefixmapper;
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DRegexCacheTest.java17 package com.android.i18n.phonenumbers;
H A DRegionCode.java17 package com.android.i18n.phonenumbers;
/external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/
H A Dpopup.js25 chrome.i18n.getMessage('navigationDescription',
/external/chromium_org/third_party/libaddressinput/chromium/
H A Dchrome_metadata_source_unittest.cc39 scoped_ptr< ::i18n::addressinput::Source::Callback> callback(
40 ::i18n::addressinput::BuildCallback(
H A Dstorage_test_runner.cc16 using ::i18n::addressinput::Storage;
39 return scoped_ptr<Storage::Callback>(::i18n::addressinput::BuildCallback(
H A Dtrie.cc14 namespace i18n { namespace
78 template class Trie<const ::i18n::addressinput::RegionData*>;
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/
H A Dpreload_supplier.h28 namespace i18n { namespace
53 typedef i18n::addressinput::Callback<const std::string&, int> Callback;
101 } // namespace i18n
/external/sqlite/dist/
H A DAndroid.mk55 external/icu/icu4c/source/i18n \
96 external/icu4c/i18n \
/external/chromium_org/third_party/libaddressinput/src/cpp/test/util/
H A Dmd5_unittest.cc19 using i18n::addressinput::MD5Context;
20 using i18n::addressinput::MD5Digest;
21 using i18n::addressinput::MD5Init;
22 using i18n::addressinput::MD5String;
23 using i18n::addressinput::MD5Update;
24 using i18n::addressinput::scoped_ptr;
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/js/
H A Drule_list.js115 input.placeholder = chrome.i18n.getMessage('addNewPattern');
134 optionAllow.textContent = chrome.i18n.getMessage('allowRule');
139 optionBlock.textContent = chrome.i18n.getMessage('blockRule');
188 return chrome.i18n.getMessage('allowRule');
191 return chrome.i18n.getMessage('blockRule');
/external/chromium_org/third_party/libaddressinput/src/cpp/test/
H A Drule_test.cc36 using i18n::addressinput::AddressField;
37 using i18n::addressinput::ADMIN_AREA;
38 using i18n::addressinput::FormatElement;
39 using i18n::addressinput::INVALID_MESSAGE_ID;
40 using i18n::addressinput::Json;
41 using i18n::addressinput::LOCALITY;
42 using i18n::addressinput::Localization;
43 using i18n::addressinput::RegionDataConstants;
44 using i18n::addressinput::Rule;
45 using i18n
[all...]
/external/chromium_org/ui/gfx/
H A Dtext_elider.cc16 #include "base/i18n/break_iterator.h"
17 #include "base/i18n/char_iterator.h"
18 #include "base/i18n/rtl.h"
171 return base::i18n::GetDisplayStringInLTRDirectionality(filename_utf16);
176 return base::i18n::GetDisplayStringInLTRDirectionality(elided_name);
185 return base::i18n::GetDisplayStringInLTRDirectionality(elided_name);
191 return base::i18n::GetDisplayStringInLTRDirectionality(elided_name);
198 return base::i18n::GetDisplayStringInLTRDirectionality(elided_name);
383 base::i18n::BreakIterator lines(input,
384 base::i18n
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/javascript/
H A Dfeed.js14 var moreStoriesLocale = chrome.i18n.getMessage('more_stories') + ' \u00BB ';
15 var directionLocale = chrome.i18n.getMessage('direction');
49 handleFeedParsingFailed(chrome.i18n.getMessage('fetchError'));
59 handleFeedParsingFailed(chrome.i18n.getMessage('wrongTopic'));
227 $('noStories').innerText = chrome.i18n.getMessage('noStory');
368 chrome.i18n.getMessage(val), topics[i]);
380 $('option_link').innerText = chrome.i18n.getMessage('options');
H A Doptions.js93 $(id).innerText = chrome.i18n.getMessage(message);
107 if (chrome.i18n.getMessage('direction') == 'rtl') {
130 var getI18nMsg = chrome.i18n.getMessage;
188 var title = chrome.i18n.getMessage('deleteTitle');
316 var title = chrome.i18n.getMessage('deleteTitle');
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
H A Dproxy_form_controller.js31 throw chrome.i18n.getMessage('errorIdNotFound', id);
33 throw chrome.i18n.getMessage('errorIdNotForm', id);
528 this.generateAlert_(chrome.i18n.getMessage('errorSettingRegularProxy'));
537 this.generateAlert_(chrome.i18n.getMessage('successfullySetProxy'));
549 this.generateAlert_(chrome.i18n.getMessage('errorSettingIncognitoProxy'));
554 chrome.i18n.getMessage('successfullySetProxy'));
756 msg = chrome.i18n.getMessage('errorNoExtensionAccess');
758 msg = chrome.i18n.getMessage('errorOtherExtensionControls');
787 chrome.i18n.getMessage(
/external/chromium_org/chrome/renderer/safe_browsing/
H A Dphishing_term_feature_extractor.cc12 #include "base/i18n/break_iterator.h"
13 #include "base/i18n/case_conversion.h"
59 scoped_ptr<base::i18n::BreakIterator> iterator;
71 scoped_ptr<base::i18n::BreakIterator> i(
72 new base::i18n::BreakIterator(
73 text, base::i18n::BreakIterator::BREAK_WORD));
197 const std::string& word_lower = base::UTF16ToUTF8(base::i18n::ToLower(word));
/external/chromium_org/components/autofill/core/browser/
H A Dphone_number.cc87 cached_parsed_phone_ = i18n::PhoneObject();
142 } else if (i18n::NormalizePhoneNumber(
172 i18n::NormalizePhoneNumber(text, GetRegion(*profile_, app_locale));
181 cached_parsed_phone_ = i18n::PhoneObject(number_, region);
233 return i18n::ConstructPhoneNumber(
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_popup_controller_impl.h9 #include "base/i18n/rtl.h"
38 base::i18n::TextDirection text_direction);
72 base::i18n::TextDirection text_direction);
180 base::i18n::TextDirection text_direction_;
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Ddecorated_textfield.cc119 int x = base::i18n::IsRTL() ?
160 int left = insets.left() + (base::i18n::IsRTL() ? w : 0);
161 int right = insets.right() + (base::i18n::IsRTL() ? 0 : w);
/external/chromium_org/components/autofill/core/common/
H A Dform_field_data.cc40 base::i18n::TextDirection* direction) {
45 *direction = static_cast<base::i18n::TextDirection>(pickle_data);
69 text_direction(base::i18n::UNKNOWN_DIRECTION) {
/external/chromium_org/third_party/libaddressinput/src/java/test/com/android/i18n/addressinput/
H A DFormControllerTest.java17 package com.android.i18n.addressinput;
19 import com.android.i18n.addressinput.LookupKey.KeyType;
20 import com.android.i18n.addressinput.testing.AsyncTestCase;
/external/chromium_org/ui/base/l10n/
H A Dl10n_util_win.cc11 #include "base/i18n/rtl.h"
16 #include "base/win/i18n.h"
87 return !base::i18n::IsRTL() ? 0 : WS_EX_LAYOUTRTL | WS_EX_RTLREADING;
91 return !base::i18n::IsRTL() ? 0 : WS_EX_LAYOUTRTL;
191 if (base::win::i18n::GetThreadPreferredUILanguageList(&ui_languages)) {

Completed in 970 milliseconds

<<11121314151617181920>>