/external/icing/icing/tokenization/reverse_jni/ |
D | reverse-jni-language-segmenter_test.cc | 121 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/ |
D | icu-language-segmenter_test.cc | 127 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/ |
D | cxfa_localemgr.cpp | 1152 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()
|
D | cxfa_localemgr.h | 32 std::unique_ptr<LocaleIface> GetLocale(uint16_t lcid);
|
D | cxfa_node.h | 194 LocaleIface* GetLocale();
|
D | cxfa_node.cpp | 1367 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/ |
D | cxfa_ffnumericedit.cpp | 90 m_pNode->GetLocale()); in OnValidate()
|
D | cxfa_ffdatetimeedit.cpp | 195 date.FormatPatterns(wsDate, wsPicture, m_pNode->GetLocale(), in OnSelectChanged()
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | apk_helper_test.py | 158 def GetLocale(self): member in _MockDeviceUtils
|
D | apk_helper.py | 541 locales = [device.GetLocale()]
|
D | device_utils.py | 2719 def GetLocale(self, cache=False): member in DeviceUtils 2744 return self.GetLocale(cache=cache)[0] 2754 return self.GetLocale(cache=cache)[1]
|
D | device_utils_test.py | 3839 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/ |
D | device_utils.md | 275 DEPRECATED: Prefer GetLocale() instead. 344 DEPRECATED: Prefer GetLocale() instead. 351 ### DeviceUtils.GetLocale
|
/external/pdfium/fxjs/xfa/ |
D | cfxjse_formcalc_context.cpp | 423 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()
|