| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | uscript_props.cpp | 243 int32_t getScriptProps(UScriptCode script) { in getScriptProps() argument 254 uscript_getSampleString(UScriptCode script, UChar *dest, int32_t capacity, UErrorCode *pErrorCode) { in uscript_getSampleString() argument 275 uscript_getSampleUnicodeString(UScriptCode script) { in uscript_getSampleUnicodeString() argument 285 uscript_getUsage(UScriptCode script) uscript_getUsage() argument 290 uscript_isRightToLeft(UScriptCode script) uscript_isRightToLeft() argument 295 uscript_breaksBetweenLetters(UScriptCode script) uscript_breaksBetweenLetters() argument 300 uscript_isCased(UScriptCode script) uscript_isCased() argument [all...] |
| /third_party/python/Lib/test/test_tools/ |
| H A D | test_pindent.py | 18 script = os.path.join(scriptsdir, 'pindent.py') variable in PindentTests
|
| /base/global/i18n/frameworks/intl/src/ |
| H A D | locale_util.cpp | 58 uint32_t LocaleUtil::EncodeScript(const char *script)
in EncodeScript() argument 78 uint64_t LocaleUtil::EncodeLocale(const char *language, const char *script, const char *region)
in EncodeLocale() argument [all...] |
| /base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
| H A D | global.c | 89 char script[MAX_SCRIPT_LENGTH] = { 0 };
in GLOBAL_IsRTL() local
|
| /base/global/i18n_lite/interfaces/kits/i18n/include/ |
| H A D | locale_info.h | 205 char *script = nullptr;
member in OHOS::I18N::LocaleInfo [all...] |
| /base/global/i18n_lite/frameworks/i18n/test/unittest/lite/common/ |
| H A D | i18n_test.cpp | 152 const char *script = locale.GetScript();
in HWTEST_F() local
|
| /base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
| H A D | resource_manager_test.cpp | 103 void ResourceManagerTest::AddResource(const char *language, const char *script, const char *region) in AddResource() argument
|
| /base/global/i18n/frameworks/intl/include/ |
| H A D | locale_info.h | 56 std::string script;
member in OHOS::Global::I18n::LocaleInfo
|
| /foundation/arkui/ace_engine/adapter/preview/entrance/ |
| H A D | ace_ability.h | 61 std::string script = ""; member
|
| H A D | ace_run_args.h | 82 std::string script = ""; member
|
| /foundation/arkui/ui_lite/frameworks/font/ |
| H A D | ui_multi_font_manager.cpp | 162 bool UIMultiFontManager::IsNeedShaping(const char *text, uint8_t &ttfId, uint32_t &script) in IsNeedShaping() argument 181 uint16_t UIMultiFontManager::GetShapingFontId(const char* text, uint16_t fontId, uint8_t& ttfId, uint32_t& script) in GetShapingFontId() argument
|
| /kernel/linux/linux-5.10/scripts/ |
| H A D | bpf_helpers_doc.py | 580 script = os.path.abspath(sys.argv[0]) variable
|
| /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/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 public Key(String language, String script, String region, String variant) { in Key() argument [all...] |
| /third_party/icu/icu4c/source/samples/layout/ |
| H A D | FontMap.cpp | 29 le_int32 defaultFont = -1, i, script; in FontMap() local 150 le_int32 script; getFontIndex() local [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | brkeng.cpp | 104 int32_t script = u_getIntPropertyValue(c, UCHAR_SCRIPT); in handleCharacter() local 247 ICULanguageBreakFactory::loadDictionaryMatcherFor(UScriptCode script) { in loadDictionaryMatcherFor() argument
|
| H A D | lstmbe.cpp | 784 UnicodeString defaultLSTM(UScriptCode script, UErrorCode& status) { in defaultLSTM() argument 793 U_CAPI const LSTMData* U_EXPORT2 CreateLSTMDataForScript(UScriptCode script, UErrorCode& status) in CreateLSTMDataForScript() argument 816 CreateLSTMBreakEngine(UScriptCode script, const LSTMData* data, UErrorCode& status) in CreateLSTMBreakEngine() argument [all...] |
| /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 public Key(String language, String script, String region, String variant) { in Key() argument [all...] |
| /third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
| H A D | CanonicalCharacterData.java | 28 Record(int character, int script) in Record() argument 134 public int getMaxEquivalents(int script) in getMaxEquivalents() argument 143 getRecord(int script, int index) getRecord() argument 158 countRecords(int script) countRecords() argument [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | collationdata.cpp | 174 getEquivalentScripts(int32_t script, int32_t dest[], int32_t capacity, UErrorCode &errorCode) const getEquivalentScripts() argument 282 int32_t script = reorder[i++]; makeReorderRanges() local [all...] |
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | collationdata.cpp | 174 getEquivalentScripts(int32_t script, int32_t dest[], int32_t capacity, UErrorCode &errorCode) const getEquivalentScripts() argument 282 int32_t script = reorder[i++]; makeReorderRanges() local [all...] |
| /third_party/node/deps/icu-small/source/common/ |
| H A D | lstmbe.cpp | 784 UnicodeString defaultLSTM(UScriptCode script, UErrorCode& status) { in defaultLSTM() argument 793 U_CAPI const LSTMData* U_EXPORT2 CreateLSTMDataForScript(UScriptCode script, UErrorCode& status) in CreateLSTMDataForScript() argument 816 CreateLSTMBreakEngine(UScriptCode script, const LSTMData* data, UErrorCode& status) in CreateLSTMBreakEngine() argument [all...] |
| /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 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
|
| /third_party/node/deps/v8/src/codegen/ |
| H A D | source-position.h | 184 Handle<Script> script; member
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | code-stats.cc | 22 Script script = Script::cast(object); in RecordCodeAndMetadataStatistics() local
|