Searched refs:c1 (Results 1 - 6 of 6) sorted by relevance
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/ |
H A D | utils.cpp | 216 unsigned char c1; in StrCompare() local 219 c1 = (unsigned char)*left; in StrCompare() 221 if (c1 == 0 && c2 == 0) { in StrCompare() 224 if (c1 == 0 || c2 == 0) { in StrCompare() 228 rc = (int)(c1) - (int)(c2); in StrCompare() 230 rc = tolower(c1) - tolower(c2); in StrCompare()
|
H A D | hap_parser.cpp | 537 std::string c1("_"); in ToFolderPath() 539 PathAppend(path, script, c1); in ToFolderPath() 540 PathAppend(path, region, c1); in ToFolderPath()
|
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth_icon/ |
H A D | user_auth_icon.js | 30 constructor(b1, c1, d1, e1 = -1, f1 = undefined, g1) { 51 this.setInitiallyProvidedValue(c1);
|
/base/telephony/cellular_data/services/src/apn_manager/ |
H A D | apn_manager.cpp | 196 [](const sptr<ApnHolder> &c1, const sptr<ApnHolder> &c2) { in AddApnHolder() 197 if (c1 == nullptr || c2 == nullptr) { in AddApnHolder() 200 return c2->GetPriority() < c1->GetPriority(); in AddApnHolder()
|
/base/hiviewdfx/hisysevent/test/moduletest/common/ |
H A D | hisysevent_c_test.cpp | 382 char c1[] = "str1";
in HWTEST_F() local 383 char* strs[] = { nullptr, c1 };
in HWTEST_F()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodlist/ |
H A D | inputmethodlist.js | 372 setController(c1) { 373 this.controller = c1;
|
Completed in 5 milliseconds