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

1 2

  /external/icu/icu4c/source/test/cintltst/
ulistfmttest.c 78 if (ulenActual != ulenExpected || u_strncmp(ubufActual, ubufExpected, ulenExpected) != 0) {
91 if (ulenActual != ulenExpected || u_strncmp(ubufActual, ubufExpected, ulenExpected) != 0) {
104 if (ulenActual != ulenExpected || u_strncmp(ubufActual, ubufExpected, ulenExpected) != 0) {
crelativedateformattest.c 187 if (ulenget != ulenexp || u_strncmp(ubufget, ubufexp, ulenexp) != 0) {
209 if (ulenget != ulenexp || u_strncmp(ubufget, ubufexp, ulenexp) != 0) {
265 if (ulenget != ulenexp || u_strncmp(ubufget, ubufexp, ulenexp) != 0) {
udatpg_test.c 217 if ( namePtr == NULL || u_strncmp(appItemNameDataPtr->name, namePtr, nameLength) != 0 ) {
425 if ( U_FAILURE(status) || u_strncmp(pattern, testDataPtr->expectedPattern, patLen+1) != 0 ) {
cdateintervalformattest.c 304 } else if ( ulen != uelen || u_strncmp(ubuf,uebuf,uelen) != 0 ||
creststn.c 437 if(u_strncmp(srcFromRes,uSrc,len)!=0){
623 if(got==NULL || u_strncmp(expectedEscaped,got,expectedLen)!=0 || expectedLen != len){
701 if(u_strncmp(str, buffer,strLen)!=0){
735 if(u_strncmp(str, buffer,strLen)!=0){
    [all...]
custrtst.c 101 /*Tests for u_strcat(),u_strcmp(), u_strlen(), u_strcpy(),u_strncat(),u_strncmp(),u_strncpy, u_uastrcpy(),u_austrcpy(), u_uastrncpy(); */
199 log_verbose("Testing u_strncmp()\n");
203 if(u_strncmp(dataTable[i][j],dataTable[i+2][j],k)!=0)
204 log_err("Something threw an error in u_strncmp\n");
206 if(u_strncmp(dataTable[0][0], dataTable[1][1], 7)==0)
229 if(u_strncmp(temp, dataTable[i][j],k)!=0)
237 if(u_strncmp(temp, dataTable[i][j],k-1)!=0)
253 if(u_strncmp(temp, dataTable[i][j], k)!=0)
    [all...]
cdattst.c     [all...]
cdtdptst.c 344 if(u_strncmp(dateString, exp, (int32_t)strlen(expStr)) !=0)
uenumtst.c 373 if(u_strncmp(ustr,buf,len)) {
cloctst.c 760 } else if(u_strncmp(result, expected, len)) {
    [all...]
ccaltst.c     [all...]
ncnvtst.c     [all...]
reapits.c 359 TEST_ASSERT(u_strncmp(resultPat, pat, 3) == 0);
    [all...]
idnatest.c 696 if(u_strncmp(input[i], dest, srcLen)!=0){
    [all...]
cnumtst.c     [all...]
  /external/icu/icu4c/source/test/intltest/
testidna.cpp     [all...]
tsmthred.cpp 247 } else if(u_strncmp(dst,dst_old,UPRV_LENGTHOF(dst))) {
264 } else if(u_strncmp(dst,dst_new,UPRV_LENGTHOF(dst))) {
    [all...]
  /external/icu/icu4c/source/common/unicode/
ustring.h 569 u_strncmp(const UChar *ucs1,
575 * This is different in UTF-16 from u_strncmp() if supplementary characters are present.
    [all...]
urename.h 384 #define u_strncmp U_ICU_ENTRY_POINT_RENAME(u_strncmp) macro
    [all...]
  /external/icu/icu4c/source/test/iotest/
filetst.c 870 if (u_strncmp(strABAccentA, testBuf, u_strlen(strABAccentA)) != 0) {
890 if (u_strncmp(strBadConversion, testBuf, u_strlen(strBadConversion)) != 0) {
903 if (u_strncmp(strABAccentA, testBuf, u_strlen(strABAccentA)) != 0) {
    [all...]
strtst.c 243 if (u_strncmp(myUString, uStringBuf, 10) || uStringBuf[10] != 1 || retVal != 10) {
  /external/icu/icu4c/source/test/perf/howExpensiveIs/
howExpensiveIs.cpp 441 || u_strncmp(fStr,buf,trial) ) {
565 || u_strncmp(fStr,buf,trial) ) {
  /external/icu/icu4c/source/common/
locdispnames.cpp 548 if(patLen==0 || (patLen==defaultPatLen && !u_strncmp(pattern, defaultPattern, patLen))) {
    [all...]
ustring.cpp 941 u_strncmp(const UChar *s1, function
    [all...]
  /external/icu/icu4c/source/i18n/
reldtfmt.cpp 538 if (U_SUCCESS(status) && resStrLen >= patItem1Len && u_strncmp(resStr,patItem1,patItem1Len)==0) {

Completed in 265 milliseconds

1 2