Searched refs:URES_NONE (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dures.h66 URES_NONE=-1, enumerator in enum:__anon11145
106 RES_NONE=URES_NONE,
/external/icu/icu4c/source/common/unicode/
H A Dures.h66 URES_NONE=-1, enumerator in enum:__anon21025
106 RES_NONE=URES_NONE,
/external/chromium_org/third_party/icu/source/common/
H A Duresdata.c280 URES_NONE,
281 URES_NONE,
283 URES_NONE,
284 URES_NONE,
286 URES_NONE
H A Duresbund.c1313 return URES_NONE;
/external/icu/icu4c/source/common/
H A Duresdata.c285 URES_NONE,
286 URES_NONE,
288 URES_NONE,
289 URES_NONE,
291 URES_NONE
H A Duresbund.cpp1314 return URES_NONE;
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dreslist.c56 static const struct SResource kNoResource = { URES_NONE };
/external/icu/icu4c/source/tools/genrb/
H A Dreslist.c59 static const struct SResource kNoResource = { URES_NONE };
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcreststn.c1213 /*Test ures_getType() with UResourceBundle = NULL should return URES_NONE==-1*/
1215 if(ures_getType(NULL) != URES_NONE){
1216 log_err("ERROR: ures_getType() should return URES_NONE when UResourceBundle=NULL. Got =%d\n", ures_getType(NULL));
/external/icu/icu4c/source/test/cintltst/
H A Dcreststn.c1210 /*Test ures_getType() with UResourceBundle = NULL should return URES_NONE==-1*/
1212 if(ures_getType(NULL) != URES_NONE){
1213 log_err("ERROR: ures_getType() should return URES_NONE when UResourceBundle=NULL. Got =%d\n", ures_getType(NULL));

Completed in 241 milliseconds