Home
last modified time | relevance | path

Searched refs:GetLocale (Results 1 – 14 of 14) sorted by relevance

/external/icing/icing/tokenization/reverse_jni/
Dreverse-jni-language-segmenter_test.cc121 static std::string GetLocale() { return GetParam(); } in GetLocale() function in icing::lib::test_internal::__anon3952e9880111::ReverseJniLanguageSegmenterTest
132 GetSegmenterOptions(GetLocale(), jni_cache_.get()))); in TEST_P()
140 GetSegmenterOptions(GetLocale(), jni_cache_.get()))); in TEST_P()
149 GetSegmenterOptions(GetLocale(), jni_cache_.get()))); in TEST_P()
166 GetSegmenterOptions(GetLocale(), jni_cache_.get()))); in TEST_P()
184 GetSegmenterOptions(GetLocale(), jni_cache_.get()))); in TEST_P()
195 GetSegmenterOptions(GetLocale(), jni_cache_.get()))); in TEST_P()
210 GetSegmenterOptions(GetLocale(), jni_cache_.get()))); in TEST_P()
295 GetSegmenterOptions(GetLocale(), jni_cache_.get()))); in TEST_P()
318 GetSegmenterOptions(GetLocale(), jni_cache_.get()))); in TEST_P()
[all …]
/external/icing/icing/tokenization/icu/
Dicu-language-segmenter_test.cc127 static std::string GetLocale() { return GetParam(); } in GetLocale() function in icing::lib::__anon05e1d0840111::IcuLanguageSegmenterAllLocalesTest
138 GetSegmenterOptions(GetLocale(), jni_cache_.get()))); in TEST_P()
146 GetSegmenterOptions(GetLocale(), jni_cache_.get()))); in TEST_P()
155 GetSegmenterOptions(GetLocale(), jni_cache_.get()))); in TEST_P()
172 GetSegmenterOptions(GetLocale(), jni_cache_.get()))); in TEST_P()
190 GetSegmenterOptions(GetLocale(), jni_cache_.get()))); in TEST_P()
201 GetSegmenterOptions(GetLocale(), jni_cache_.get()))); in TEST_P()
216 GetSegmenterOptions(GetLocale(), jni_cache_.get()))); in TEST_P()
301 GetSegmenterOptions(GetLocale(), jni_cache_.get()))); in TEST_P()
324 GetSegmenterOptions(GetLocale(), jni_cache_.get()))); in TEST_P()
[all …]
/external/pdfium/xfa/fxfa/parser/
Dcxfa_localemgr.cpp1152 std::unique_ptr<LocaleIface> locale(GetLocale(m_dwDeflcid)); in GetDefLocale()
1160 std::unique_ptr<LocaleIface> CXFA_LocaleMgr::GetLocale(uint16_t lcid) { in GetLocale() function in CXFA_LocaleMgr
1210 std::unique_ptr<LocaleIface> pLocale(GetLocale(GetLanguage(wsLocaleName))); in GetLocaleByName()
Dcxfa_localemgr.h32 std::unique_ptr<LocaleIface> GetLocale(uint16_t lcid);
Dcxfa_node.h194 LocaleIface* GetLocale();
Dcxfa_node.cpp1367 LocaleIface* CXFA_Node::GetLocale() { in GetLocale() function in CXFA_Node
2511 LocaleIface* pLocale = GetLocale(); in ProcessFormatTestValidate()
4660 LocaleIface* pLocale = GetLocale(); in SetValue()
4703 LocaleIface* pLocale = GetLocale(); in GetPictureContent()
4735 LocaleIface* pLocale = GetLocale(); in GetPictureContent()
4790 LocaleIface* pLocale = GetLocale(); in GetValue()
4801 if (LocaleIface* pLocale = GetLocale()) { in GetValue()
4840 LocaleIface* pLocale = GetLocale(); in GetNormalizeDataValue()
4859 if (LocaleIface* pLocale = GetLocale()) { in GetFormatDataValue()
/external/pdfium/xfa/fxfa/
Dcxfa_ffnumericedit.cpp90 m_pNode->GetLocale()); in OnValidate()
Dcxfa_ffdatetimeedit.cpp195 date.FormatPatterns(wsDate, wsPicture, m_pNode->GetLocale(), in OnSelectChanged()
/external/chromium-trace/catapult/devil/devil/android/
Dapk_helper_test.py158 def GetLocale(self): member in _MockDeviceUtils
Dapk_helper.py541 locales = [device.GetLocale()]
Ddevice_utils.py2719 def GetLocale(self, cache=False): member in DeviceUtils
2744 return self.GetLocale(cache=cache)[0]
2754 return self.GetLocale(cache=cache)[1]
Ddevice_utils_test.py3839 self.assertEquals(self.device.GetLocale(), ('en', 'US'))
3846 self.assertEquals(self.device.GetLocale(), ('en', 'US'))
3847 self.assertEquals(self.device.GetLocale(), ('en', 'US-sw'))
3852 self.assertEquals(self.device.GetLocale(), ('', ''))
/external/chromium-trace/catapult/devil/docs/
Ddevice_utils.md275 DEPRECATED: Prefer GetLocale() instead.
344 DEPRECATED: Prefer GetLocale() instead.
351 ### DeviceUtils.GetLocale
/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp423 return pThisNode->GetLocale(); in LocaleFromString()
2363 pLocale = pThisNode->GetLocale(); in Time2Num()
3675 LocaleIface* pLocale = pThisNode->GetLocale(); in Format()
3851 LocaleIface* pLocale = pThisNode->GetLocale(); in Parse()