/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/ |
H A D | TestFmwk.java | 239 protected static boolean getBooleanProperty(String key, boolean defVal) { in getBooleanProperty() argument 240 return getParams().getBooleanProperty(key, defVal); in getBooleanProperty() 243 protected static int getIntProperty(String key, int defVal) { in getIntProperty() argument 244 return getParams().getIntProperty(key, defVal); in getIntProperty() 247 protected static int getIntProperty(String key, int defVal, int maxVal) { in getIntProperty() argument 248 return getParams().getIntProperty(key, defVal, maxVal); in getIntProperty() 414 public boolean getBooleanProperty(String key, boolean defVal) { in getBooleanProperty() argument 417 return defVal; in getBooleanProperty() 425 public int getIntProperty(String key, int defVal) { in getIntProperty() argument 426 return getIntProperty(key, defVal, in getIntProperty() 429 getIntProperty(String key, int defVal, int maxVal) getIntProperty() argument 437 getLongProperty(String key, long defVal) getLongProperty() argument [all...] |
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
H A D | TestFmwk.java | 213 protected static boolean getBooleanProperty(String key, boolean defVal) { in getBooleanProperty() argument 214 return getParams().getBooleanProperty(key, defVal); in getBooleanProperty() 217 protected static int getIntProperty(String key, int defVal) { in getIntProperty() argument 218 return getParams().getIntProperty(key, defVal); in getIntProperty() 221 protected static int getIntProperty(String key, int defVal, int maxVal) { in getIntProperty() argument 222 return getParams().getIntProperty(key, defVal, maxVal); in getIntProperty() 389 public boolean getBooleanProperty(String key, boolean defVal) { in getBooleanProperty() argument 392 return defVal; in getBooleanProperty() 400 public int getIntProperty(String key, int defVal) { in getIntProperty() argument 401 return getIntProperty(key, defVal, in getIntProperty() 404 getIntProperty(String key, int defVal, int maxVal) getIntProperty() argument 412 getLongProperty(String key, long defVal) getLongProperty() argument [all...] |
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/descrip/ |
H A D | EffectDescription.h | 33 constexpr ParamType(std::string_view name, float minVal, float maxVal, float defVal) : in ParamType() argument 37 kDefVal(defVal) {} in ParamType()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uresbund.cpp | 2622 char defVal[1024] = ""; /* default value for given locale */ in ures_getFunctionalEquivalent() local 2690 u_UCharsToChars(defUstr, defVal, u_strlen(defUstr)); in ures_getFunctionalEquivalent() 2693 path?path:"ICUDATA", parent, keyword, defVal, u_errorName(subStatus)); in ures_getFunctionalEquivalent() 2697 uprv_strcpy(kwVal, defVal); in ures_getFunctionalEquivalent() 2715 } while(!defVal[0] && *found && uprv_strcmp(found, "root") != 0 && U_SUCCESS(*status)); in ures_getFunctionalEquivalent() 2765 u_UCharsToChars(defUstr, defVal, u_strlen(defUstr)); in ures_getFunctionalEquivalent() 2768 path?path:"ICUDATA", full, keyword, defVal, u_errorName(subStatus)); in ures_getFunctionalEquivalent() 2794 if((full[0]==0) && uprv_strcmp(kwVal, defVal)) { in ures_getFunctionalEquivalent() 2796 fprintf(stderr, "Failed to locate kw %s - try default %s\n", kwVal, defVal); in ures_getFunctionalEquivalent() 2798 uprv_strcpy(kwVal, defVal); in ures_getFunctionalEquivalent() [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | uresbund.cpp | 2982 char defVal[1024] = ""; /* default value for given locale */ in ures_getFunctionalEquivalent() local 3050 u_UCharsToChars(defUstr, defVal, u_strlen(defUstr)); in ures_getFunctionalEquivalent() 3053 path?path:"ICUDATA", parent, keyword, defVal, u_errorName(subStatus)); in ures_getFunctionalEquivalent() 3057 uprv_strcpy(kwVal, defVal); in ures_getFunctionalEquivalent() 3075 } while(!defVal[0] && *found && uprv_strcmp(found, "root") != 0 && U_SUCCESS(*status)); in ures_getFunctionalEquivalent() 3125 u_UCharsToChars(defUstr, defVal, u_strlen(defUstr)); in ures_getFunctionalEquivalent() 3128 path?path:"ICUDATA", full, keyword, defVal, u_errorName(subStatus)); in ures_getFunctionalEquivalent() 3154 if((full[0]==0) && uprv_strcmp(kwVal, defVal)) { in ures_getFunctionalEquivalent() 3156 fprintf(stderr, "Failed to locate kw %s - try default %s\n", kwVal, defVal); in ures_getFunctionalEquivalent() 3158 uprv_strcpy(kwVal, defVal); in ures_getFunctionalEquivalent() [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | uresbund.cpp | 3070 char defVal[1024] = ""; /* default value for given locale */ in ures_getFunctionalEquivalent() local 3144 u_UCharsToChars(defUstr, defVal, u_strlen(defUstr)); in ures_getFunctionalEquivalent() 3147 path?path:"ICUDATA", parent, keyword, defVal, u_errorName(subStatus)); in ures_getFunctionalEquivalent() 3151 kwVal.append(defVal, defLen, subStatus); in ures_getFunctionalEquivalent() 3173 } while(!defVal[0] && *found && uprv_strcmp(found, "root") != 0 && U_SUCCESS(*status)); in ures_getFunctionalEquivalent() 3222 u_UCharsToChars(defUstr, defVal, u_strlen(defUstr)); in ures_getFunctionalEquivalent() 3225 path?path:"ICUDATA", full, keyword, defVal, u_errorName(subStatus)); in ures_getFunctionalEquivalent() 3275 if((full[0]==0) && kwVal != defVal) { in ures_getFunctionalEquivalent() 3277 fprintf(stderr, "Failed to locate kw %s - try default %s\n", kwVal.data(), defVal); in ures_getFunctionalEquivalent() 3279 kwVal.clear().append(defVal, subStatu in ures_getFunctionalEquivalent() [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir.cpp | 147 ValueDef::set(Value *defVal) in set() argument 149 if (value == defVal) in set() 153 if (defVal) in set() 154 defVal->defs.push_back(this); in set() 156 value = defVal; in set()
|