Home
last modified time | relevance | path

Searched refs:stringItem (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
H A DLocaleList.java87 StringPool.StringItem stringItem = pool.getStringItem(stringId); in write() local
88 dataOutputStream.writeChar(stringItem.offset); in write()
89 dataOutputStream.writeChar(stringItem.length); in write()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/test/unittest/
H A Dprocess_group_test.cpp29 const char* stringItem = GetSchedPolicyFullName(policyItem); in CovertSchedPolicyStringToEnumType() local
30 if (!strcmp(stringItem, "error")) { in CovertSchedPolicyStringToEnumType()
33 if (!strcmp(policyStr, stringItem)) { in CovertSchedPolicyStringToEnumType()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dalbum_napi.cpp547 napi_value stringItem = nullptr; in GetFetchOptionsParam() local
568 napi_get_element(env, property, i, &stringItem); in GetFetchOptionsParam()
569 napi_get_value_string_utf8(env, stringItem, buffer, PATH_MAX, &res); in GetFetchOptionsParam()
H A Dsmart_album_napi.cpp1048 napi_value stringItem = nullptr; in GetFetchOptionsParam() local
1069 napi_get_element(env, property, i, &stringItem); in GetFetchOptionsParam()
1070 napi_get_value_string_utf8(env, stringItem, buffer, PATH_MAX, &res); in GetFetchOptionsParam()
H A Dmedia_library_napi.cpp844 napi_value stringItem = nullptr; in GetFetchOptionsParam() local
853 napi_get_element(env, property, i, &stringItem); in GetFetchOptionsParam()
855 napi_get_value_string_utf8(env, stringItem, buffer, PATH_MAX, &res); in GetFetchOptionsParam()