Searched refs:uprv_stricmp (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcstrtest.c97 if(uprv_stricmp(src, "1AF") != 0 || i != 3){
105 if(uprv_stricmp(src, "7FFFFFFFFFFFFFFF") != 0 || i != 16){
110 if(uprv_stricmp(src, "THIS is lower CASE") != 0){
111 log_err("FAIL: *****uprv_stricmp() failed.");
113 if((intValue=uprv_stricmp(NULL, "first string is null") )!= -1){
114 log_err("FAIL: uprv_stricmp() where the first string is null failed. Expected: -1, returned %d\n", intValue);
116 if((intValue=uprv_stricmp("second string is null", NULL)) != 1){
117 log_err("FAIL: uprv_stricmp() where the second string is null failed. Expected: 1, returned %d\n", intValue);
119 if((intValue=uprv_stricmp(NULL, NULL)) != 0){
120 log_err("FAIL: uprv_stricmp(NUL
[all...]
H A Dcloctst.c5511 if (uprv_stricmp(minimal, buffer) != 0) {
5515 else if (uprv_stricmp(maximal, buffer) != 0) {
5538 if (uprv_stricmp(maximal, buffer) != 0) {
5542 else if (uprv_stricmp(minimal, buffer) != 0) {
5564 if (uprv_stricmp(minimal, buffer) != 0) {
5568 else if (uprv_stricmp(maximal, buffer) != 0) {
5593 if (uprv_stricmp(maximal, buffer) != 0) {
5597 else if (uprv_stricmp(minimal, buffer) != 0) {
/external/icu/icu4c/source/test/cintltst/
H A Dcstrtest.c97 if(uprv_stricmp(src, "1AF") != 0 || i != 3){
105 if(uprv_stricmp(src, "7FFFFFFFFFFFFFFF") != 0 || i != 16){
110 if(uprv_stricmp(src, "THIS is lower CASE") != 0){
111 log_err("FAIL: *****uprv_stricmp() failed.");
113 if((intValue=uprv_stricmp(NULL, "first string is null") )!= -1){
114 log_err("FAIL: uprv_stricmp() where the first string is null failed. Expected: -1, returned %d\n", intValue);
116 if((intValue=uprv_stricmp("second string is null", NULL)) != 1){
117 log_err("FAIL: uprv_stricmp() where the second string is null failed. Expected: 1, returned %d\n", intValue);
119 if((intValue=uprv_stricmp(NULL, NULL)) != 0){
120 log_err("FAIL: uprv_stricmp(NUL
[all...]
H A Dcloctst.c5512 if (uprv_stricmp(minimal, buffer) != 0) {
5516 else if (uprv_stricmp(maximal, buffer) != 0) {
5539 if (uprv_stricmp(maximal, buffer) != 0) {
5543 else if (uprv_stricmp(minimal, buffer) != 0) {
5565 if (uprv_stricmp(minimal, buffer) != 0) {
5569 else if (uprv_stricmp(maximal, buffer) != 0) {
5594 if (uprv_stricmp(maximal, buffer) != 0) {
5598 else if (uprv_stricmp(minimal, buffer) != 0) {
/external/chromium_org/third_party/icu/source/common/
H A Dcstring.h131 uprv_stricmp(const char *str1, const char *str2);
H A Dcstring.c233 uprv_stricmp(const char *str1, const char *str2) { function
H A Dlocdispnames.cpp827 if(uprv_stricmp(keyword, _kCurrency)==0){
H A Ducnv_io.cpp329 if (!uprv_stricmp(GET_STRING(gMainTable.tagList[tagNum]), tagname)) {
H A Duloc.cpp2261 rc = uprv_stricmp(aa->locale, bb->locale);
/external/icu/icu4c/source/common/
H A Dcstring.h131 uprv_stricmp(const char *str1, const char *str2);
H A Dcstring.c233 uprv_stricmp(const char *str1, const char *str2) { function
H A Dlocdispnames.cpp827 if(uprv_stricmp(keyword, _kCurrency)==0){
H A Ducnv_io.cpp329 if (!uprv_stricmp(GET_STRING(gMainTable.tagList[tagNum]), tagname)) {
H A Duloc.cpp2261 rc = uprv_stricmp(aa->locale, bb->locale);
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dppucd.cpp305 if(0==uprv_stricmp(p, ppucdProperties[i].name)) {
/external/icu/icu4c/source/tools/toolutil/
H A Dppucd.cpp305 if(0==uprv_stricmp(p, ppucdProperties[i].name)) {
/external/icu/icu4c/source/i18n/
H A Dcoll.cpp300 if (uprv_stricmp(s, collReorderCodes[i]) == 0) {
360 if (uprv_stricmp(value, collAttributeValues[j].name) == 0) {
H A Dcollationruleparser.cpp730 if(uprv_stricmp(word, gSpecialReorderCodes[i]) == 0) {
738 if(uprv_stricmp(word, "default") == 0) {
H A Dtimezone.cpp811 if (uprv_stricmp(tzregion, region) != 0) {
/external/chromium_org/third_party/icu/source/tools/makeconv/
H A Dmakeconv.c366 if(uprv_stricmp(p,data.staticData.name))
/external/icu/icu4c/source/tools/makeconv/
H A Dmakeconv.c366 if(uprv_stricmp(p,data.staticData.name))
/external/chromium_org/third_party/icu/source/extra/uconv/
H A Duconv.cpp184 if (!uprv_stricmp(name, transcode_callbacks[i].name)) {
/external/icu/icu4c/source/extra/uconv/
H A Duconv.cpp184 if (!uprv_stricmp(name, transcode_callbacks[i].name)) {
/external/icu/icu4c/source/common/unicode/
H A Durename.h1312 #define uprv_stricmp U_ICU_ENTRY_POINT_RENAME(uprv_stricmp) macro
/external/chromium_org/third_party/icu/source/i18n/
H A Dtimezone.cpp811 if (uprv_stricmp(tzregion, region) != 0) {

Completed in 8709 milliseconds

12