HomeSort by relevance Sort by last modified time
    Searched refs:u_strcmp (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/icu4c/i18n/
currunit.cpp 55 u_strcmp(isoCode, c.isoCode) == 0;
zonemeta.cpp 277 if (u_strcmp(gWorld, region) != 0) {
289 if (u_strcmp(gWorld, region) == 0) {
  /external/icu4c/test/cintltst/
cmsgtst.c 134 if(u_strcmp(result, testResultStrings[i])==0){
166 if(u_strcmp(result, testResultStrings[i])==0){
214 if(u_strcmp(result, testResultStrings[i])==0){
297 else if(u_strcmp(result, expected)==0)
328 else if(u_strcmp(result, expected)==0)
353 else if(u_strcmp(result, expected)==0)
425 if(u_strcmp(result, expected)==0)
440 if(value!=7 && u_strcmp(str,ret)!=0)
451 if(u_strcmp(myDateFormat(def1, d), myDateFormat(def1, d1))==0)
519 else if(u_strcmp(result, expected)==0
    [all...]
cnmdptst.c 94 if(u_strcmp(unewp, unewpat) != 0)
108 if (u_strcmp(str, unum) != 0)
149 if(u_strcmp(str, res) != 0)
178 if(u_strcmp(str, res) != 0)
280 if(u_strcmp(str, uvalfor) != 0)
310 if(u_strcmp(str, ulvalfor) != 0)
377 if (u_strcmp(str, res) !=0) log_data_err("FAIL: Expected $1,234.56\n");
398 if (u_strcmp(str, res) != 0) log_data_err("FAIL: Expected -$1,234.56\n");
444 if (u_strcmp(str, res) != 0){
510 if (u_strcmp(str, res) != 0)
    [all...]
cposxtst.c 90 if (u_strcmp(ustr, exp) != 0) {
eurocreg.c 171 if (u_strcmp(euroString, euroBack))
currtest.c 172 if (u_strcmp(buffer, expectedBuf) != 0) {
179 if (u_strcmp(buffer, expectedBuf) != 0) {
186 if (u_strcmp(buffer, expectedBuf) != 0) {
cnumtst.c 273 if(u_strcmp(result, temp1)==0)
305 if(result && u_strcmp(result, temp1)==0)
358 if (result && u_strcmp(result, temp1)==0) {
386 if (u_strcmp(temp2, temp)==0) {
499 if(u_strcmp(result, temp1)!=0)
568 if(U_FAILURE(status) || u_strcmp(temp1, temp2) != 0)
599 if(u_strcmp(result, temp1) != 0) {
658 if(u_strcmp(suffix,temp)!=0)
679 if(u_strcmp(prefix, temp)!=0)
695 if(u_strcmp(prefix, temp)!=0)
    [all...]
cdattst.c 172 if(u_strcmp(result, temp)==0)
189 if(u_strcmp(result, temp)==0)
205 if(u_strcmp(fmtted, temp)==0) {
228 if(u_strcmp(myDateFormat(def, d1),temp)!=0)
279 if(u_strcmp(result, temp)!=0)
332 if(u_strcmp(myNumformat(numformat1, num), myNumformat(numformat2, num)) !=0)
341 if(u_strcmp(myNumformat(numformat1, num), myNumformat(numformat2, num)) !=0)
601 if(u_strcmp(result, pattern)==0)
668 if(u_strcmp(result, pattern)==0)
711 if(u_strcmp(result, value)!=0
    [all...]
cdtdptst.c 181 if (u_strcmp(f, str) !=0)
276 if(u_strcmp(out1, out2) !=0)
286 if(u_strcmp(myDateFormat(fmt, july), myDateFormat(fmt, d) ) !=0)
cstrtest.c 198 if(u_strcmp(us, invariantUChars)!=0) {
214 if(u_strcmp(us, variantUChars)!=0) {
255 } else if(length!=LENGTHOF(invariantUChars)-1 || u_strcmp(us, invariantUChars)!=0) {
utransts.c 537 if (0 == u_strcmp(buf, exp)) {
634 if (0 == u_strcmp(buf, to)) {
656 if (0 == u_strcmp(buf, to)) {
678 if (0 == u_strcmp(xrep.text, to)) {
702 if (0 == u_strcmp(xrep.text, to)) {
custrtst.c 104 /*Tests for u_strcat(),u_strcmp(), u_strlen(), u_strcpy(),u_strncat(),u_strncmp(),u_strncpy, u_uastrcpy(),u_austrcpy(), u_uastrncpy(); */
174 log_verbose("Testing u_strcpy() and u_strcmp()\n");
184 if(u_strcmp(temp,dataTable[i][j])!=0)
185 log_err("something threw an error in u_strcpy() or u_strcmp()\n");
188 if(u_strcmp(dataTable[0][0], dataTable[1][1])==0)
198 if(u_strcmp(temp,dataTable[i+2][j])!=0)
220 if(u_strcmp(u_strncat(temp,dataTable[i+2][j],k),dataTable[i][j])!=0)
248 if(u_strcmp(temp, dataTable[i][j])!=0)
363 if (u_strcmp(ptr, currTokenBuf) != 0) {
407 if (ptr == NULL || u_strcmp(ptr, temp) != 0)
    [all...]
cdtrgtst.c 108 if(u_strcmp(rt, todayS)!=0) {
187 else if(u_strcmp(gotdate, expdate) !=0){
263 if( u_strcmp(formatted,str)!=0) {
425 if (u_strcmp(result, result2)!=0){
492 if (u_strcmp(result, temp)!=0){
578 } else if ( u_strcmp(dmyGnText, patTextPtr->text) != 0 ) {
ccaltst.c 201 if (u_strcmp(zone2, EUROPE_PARIS) != 0) {
228 if (u_strcmp(AMERICA_LOS_ANGELES, canonicalID) != 0) {
333 if(u_strcmp(tzdname, result)==0){
342 if(u_strcmp(tzdname, result) != 0){
348 if(u_strcmp(tzdname, result) != 0){
354 if(u_strcmp(tzdname, result) != 0){
496 if(u_strcmp(myDateFormat(datdef, d1), myDateFormat(datdef, d2))!=0)
578 if(u_strcmp(myDateFormat(datdef, d1), temp)==0)
609 if(u_strcmp(myDateFormat(datdef, d1), temp)==0)
    [all...]
usrchtst.c 964 if (u_strcmp(pattern, temp) != 0) {
974 if (u_strcmp(pattern, temp) != 0) {
    [all...]
stdnmtst.c 248 if (u_strcmp(enumName, testName) != 0 || U_FAILURE(err)
utexttst.c 228 i = u_strcmp(uString, buf);
  /external/icu4c/test/iotest/
trnstst.c 206 if(u_strcmp(compare, ubuf))
295 if(u_strcmp(compare, ubuf))
iotest.cpp 295 if (u_strcmp(uBuffer, expectedResult) != 0) {
324 if (u_strcmp(uBuffer, expectedResult) != 0) {
485 if (u_strcmp(uBuffer, expectedResult) != 0) {
499 /* if (u_strcmp(uBuffer, expectedResult) != 0) {
525 if (u_strcmp(uBuffer, expectedResult) != 0) {
647 if (u_strcmp(uBuffer, expectedResult) != 0) {
    [all...]
strtst.c 224 if (u_strcmp(myUString, uStringBuf)) {
230 if (u_strcmp(myUString+10, uStringBuf)) {
265 if (u_strcmp(testStr, uBuffer) != 0) {
290 if (u_strcmp(testStr, uBuffer) != 0) {
721 if (u_strcmp(uBuffer, uBuffer2) != 0) {
730 if (u_strcmp(uBuffer, uBuffer2) != 0) {
filetst.c 481 if (u_strcmp(buffer, expectedBuffer) != 0) {
526 if (u_strcmp(buffer, expectedBuffer) != 0) {
636 if (u_strcmp(buffer, expectedBuffer) != 0) {
706 if (u_strcmp(buffer, testUStr[lineIdx]) != 0) {
751 if (u_strcmp(returnedUCharBuffer, expectedBuffer) != 0) {
765 if (u_strcmp(buffer, expectedBuffer) != 0) {
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ustring.h 415 u_strcmp(const UChar *s1,
443 * unlike the ANSI C-like u_strcmp() and u_memcmp() etc.
511 * unlike the ANSI C-like u_strcmp() and u_memcmp() etc.
578 * This is equivalent to u_strcmp(u_strFoldCase(s1, options), u_strFoldCase(s2, options)).
600 * This is equivalent to u_strcmp(u_strFoldCase(s1, at most n, options),
624 * This is equivalent to u_strcmp(u_strFoldCase(s1, n, options),
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ustring.h 415 u_strcmp(const UChar *s1,
443 * unlike the ANSI C-like u_strcmp() and u_memcmp() etc.
511 * unlike the ANSI C-like u_strcmp() and u_memcmp() etc.
578 * This is equivalent to u_strcmp(u_strFoldCase(s1, options), u_strFoldCase(s2, options)).
600 * This is equivalent to u_strcmp(u_strFoldCase(s1, at most n, options),
624 * This is equivalent to u_strcmp(u_strFoldCase(s1, n, options),
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ustring.h 415 u_strcmp(const UChar *s1,
443 * unlike the ANSI C-like u_strcmp() and u_memcmp() etc.
511 * unlike the ANSI C-like u_strcmp() and u_memcmp() etc.
578 * This is equivalent to u_strcmp(u_strFoldCase(s1, options), u_strFoldCase(s2, options)).
600 * This is equivalent to u_strcmp(u_strFoldCase(s1, at most n, options),
624 * This is equivalent to u_strcmp(u_strFoldCase(s1, n, options),
    [all...]

Completed in 346 milliseconds

1 2 3