/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
H A D | CMapFormat6.java | 36 public int language() { in language() method in CMapFormat6
|
/third_party/skia/src/sfnt/ |
H A D | SkOTUtils.h | 82 LocalizedStrings_SingleName(SkString name, SkString language) in LocalizedStrings_SingleName() argument
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-name.cc | 115 hb_ot_name_get_utf(hb_face_t *face, hb_ot_name_id_t name_id, hb_language_t language, unsigned int *text_size , typename utf_t::codepoint_t *text ) hb_ot_name_get_utf() argument 166 hb_ot_name_get_utf8(hb_face_t *face, hb_ot_name_id_t name_id, hb_language_t language, unsigned int *text_size , char *text ) hb_ot_name_get_utf8() argument 194 hb_ot_name_get_utf16(hb_face_t *face, hb_ot_name_id_t name_id, hb_language_t language, unsigned int *text_size , uint16_t *text ) hb_ot_name_get_utf16() argument 221 hb_ot_name_get_utf32(hb_face_t *face, hb_ot_name_id_t name_id, hb_language_t language, unsigned int *text_size , uint32_t *text ) hb_ot_name_get_utf32() argument [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | lsr.h | 26 const char *language; member
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/utils/ |
H A D | history_info_mgr.cpp | 76 void HistoryInfoMgr::SetLanguage(const std::string &language) in SetLanguage() argument
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ability_runtime/ |
H A D | cj_ability_object.h | 39 const char* language; member
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | resource_config_helper.cpp | 29 void ResourceConfigHelper::SetLanguage(std::string language) in SetLanguage() argument
|
/foundation/ability/ability_runtime/test/unittest/cj_runtime_test/ |
H A D | cj_runtime_test.cpp | 133 CJRuntime::Language language = instance->GetLanguage(); in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_model_ng.cpp | 51 auto language = AceApplicationInfo::GetInstance().GetLanguage(); in CreateDatePicker() local
|
/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ace_ability.h | 59 std::string language = "zh"; member
|
H A D | ace_run_args.h | 80 std::string language = "zh"; member
|
/foundation/arkui/ace_engine/frameworks/base/i18n/ |
H A D | date_time_sequence.cpp | 32 const char* language = localeObj.getBaseName(); in GetDateOrder() local 85 const char* language = localeObj.getBaseName(); in GetDateTimeOrder() local 121 const char* language = localeObj.getBaseName(); in GetAmPmTimeOrder() local [all...] |
/foundation/multimedia/audio_framework/services/audio_policy/safe_volume_notification/src/ |
H A D | audio_safe_volume_notification_impl.cpp | 165 std::string language = Global::I18n::LocaleConfig::GetSystemLanguage(); in RefreshResConfig() local
|
/test/xts/acts/global_lite/i18n_lite/resource_parse_load/src/ |
H A D | resource_manager_test.cpp | 103 void ResourceManagerTest::AddResource(const char *language, const char *script, const char *region) in AddResource() argument
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | parseVersions.h | 162 EShLanguage language; // really the stage member in glslang::TParseVersions 57 TParseVersions(TIntermediate& interm, int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TInfoSink& infoSink, bool forwardCompatible, EShMessages messages) TParseVersions() argument
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | LocaleIDs.java | 74 public static String getISO3Language(String language) { in getISO3Language() argument [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
H A D | BaseLocale.java | 29 private BaseLocale(String language, String script, String region, String variant) { in BaseLocale() argument 49 public static BaseLocale getInstance(String language, String script, String region, String variant) { in getInstance() argument 158 Key(String language, String script, String region, String variant) Key() argument [all...] |
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/ |
H A D | Checker.java | 25 private String language; field in Checker
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
H A D | BaseLocale.java | 33 private BaseLocale(String language, String script, String region, String variant) { in BaseLocale() argument 53 public static BaseLocale getInstance(String language, String script, String region, String variant) { in getInstance() argument 162 Key(String language, String script, String region, String variant) Key() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | LocaleIDs.java | 72 public static String getISO3Language(String language) { in getISO3Language() argument [all...] |
/third_party/mesa3d/docs/ |
H A D | conf.py | 77 language = 'en' variable
|
/third_party/lame/libmp3lame/ |
H A D | id3tag.h | 50 char language[4]; /* the language of the frame's content, according to ISO-639-2 */ member
|
/third_party/node/deps/npm/node_modules/negotiator/ |
H A D | index.js | |
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/ |
H A D | mapping_file_provider.cc | 62 void ConstructFullLocale(const string& language, const string& script, const in ConstructFullLocale() argument 75 bool HasLanguage(const CountryLanguages* languages, const string& language) { in HasLanguage() argument 93 GetFileName(int country_calling_code, const string& language, const string& script, const string& region, string* filename) const GetFileName() argument 126 FindBestMatchingLanguageCode( const CountryLanguages* languages, const string& language, const string& script, const string& region, string* best_match) const FindBestMatchingLanguageCode() argument [all...] |
/third_party/ltp/tools/sparse/sparse-src/Documentation/ |
H A D | conf.py | 81 language = None variable
|