Lines Matching refs:caseFirst
67 DECLARE_NAPI_GETTER_SETTER("caseFirst", GetCaseFirst, SetProperty),
327 GetOptionValue(env, argv[1], "caseFirst", map);
892 HILOG_ERROR_I18N("Create caseFirst string failed");
1241 GetOptionValue(env, options, "caseFirst", map);
1242 auto it = map.find("caseFirst");
1244 std::string caseFirst = it->second;
1245 if (caseFirst != "upper" && caseFirst != "lower" && caseFirst != "false") {
1246 HILOG_ERROR_I18N("invalid caseFirst");
1570 SetOptionProperties(env, result, options, "caseFirst");