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

1 2 3

  /external/chromium_org/third_party/icu/source/test/cintltst/
udatpg_test.c 214 if ( namePtr == NULL || u_strncmp(appItemNameDataPtr->name, namePtr, nameLength) != 0 ) {
423 if ( U_FAILURE(status) || u_strncmp(pattern, testDataPtr->expectedPattern, patLen+1) != 0 ) {
creststn.c 436 if(u_strncmp(srcFromRes,uSrc,len)!=0){
622 if(got==NULL || u_strncmp(expectedEscaped,got,expectedLen)!=0 || expectedLen != len){
700 if(u_strncmp(str, buffer,strLen)!=0){
734 if(u_strncmp(str, buffer,strLen)!=0){
    [all...]
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(); */
202 log_verbose("Testing u_strncmp()\n");
206 if(u_strncmp(dataTable[i][j],dataTable[i+2][j],k)!=0)
207 log_err("Something threw an error in u_strncmp\n");
209 if(u_strncmp(dataTable[0][0], dataTable[1][1], 7)==0)
232 if(u_strncmp(temp, dataTable[i][j],k)!=0)
240 if(u_strncmp(temp, dataTable[i][j],k-1)!=0)
256 if(u_strncmp(temp, dataTable[i][j], k)!=0)
    [all...]
cdtdptst.c 340 if(u_strncmp(dateString, exp, (int32_t)strlen(expStr)) !=0)
uenumtst.c 371 if(u_strncmp(ustr,buf,len)) {
  /external/chromium_org/third_party/icu/source/test/intltest/
testidna.cpp     [all...]
tsmthred.cpp 268 } else if(u_strncmp(dst,dst_old,LENGTHOF(dst))) {
285 } else if(u_strncmp(dst,dst_new,LENGTHOF(dst))) {
    [all...]
  /external/icu/icu4c/source/test/cintltst/
udatpg_test.c 214 if ( namePtr == NULL || u_strncmp(appItemNameDataPtr->name, namePtr, nameLength) != 0 ) {
422 if ( U_FAILURE(status) || u_strncmp(pattern, testDataPtr->expectedPattern, patLen+1) != 0 ) {
creststn.c 438 if(u_strncmp(srcFromRes,uSrc,len)!=0){
624 if(got==NULL || u_strncmp(expectedEscaped,got,expectedLen)!=0 || expectedLen != len){
702 if(u_strncmp(str, buffer,strLen)!=0){
736 if(u_strncmp(str, buffer,strLen)!=0){
    [all...]
custrtst.c 100 /*Tests for u_strcat(),u_strcmp(), u_strlen(), u_strcpy(),u_strncat(),u_strncmp(),u_strncpy, u_uastrcpy(),u_austrcpy(), u_uastrncpy(); */
198 log_verbose("Testing u_strncmp()\n");
202 if(u_strncmp(dataTable[i][j],dataTable[i+2][j],k)!=0)
203 log_err("Something threw an error in u_strncmp\n");
205 if(u_strncmp(dataTable[0][0], dataTable[1][1], 7)==0)
228 if(u_strncmp(temp, dataTable[i][j],k)!=0)
236 if(u_strncmp(temp, dataTable[i][j],k-1)!=0)
252 if(u_strncmp(temp, dataTable[i][j], k)!=0)
    [all...]
cdtdptst.c 340 if(u_strncmp(dateString, exp, (int32_t)strlen(expStr)) !=0)
uenumtst.c 371 if(u_strncmp(ustr,buf,len)) {
cdattst.c     [all...]
  /external/icu/icu4c/source/test/intltest/
testidna.cpp     [all...]
tsmthred.cpp 274 } else if(u_strncmp(dst,dst_old,LENGTHOF(dst))) {
291 } else if(u_strncmp(dst,dst_new,LENGTHOF(dst))) {
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_res.cpp 615 if(sourceRulesLen == targetRulesLen && u_strncmp(sourceRules, targetRules, sourceRulesLen) == 0) {
644 if(sourceStringLen == targetStringLen && (u_strncmp(sourceResetString, targetResetString, sourceStringLen) == 0)) {
652 if(sourceStringLen != targetStringLen || (u_strncmp(sourceResetString, targetResetString, sourceStringLen) != 0)) {
667 if(sourceStringLen != targetStringLen || (u_strncmp(sourceResetString, targetResetString, sourceStringLen) != 0)) {
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
ustring.h 567 u_strncmp(const UChar *ucs1,
573 * This is different in UTF-16 from u_strncmp() if supplementary characters are present.
    [all...]
  /external/chromium_org/third_party/icu/source/test/iotest/
filetst.c 867 if (u_strncmp(strABAccentA, testBuf, u_strlen(strABAccentA)) != 0) {
887 if (u_strncmp(strBadConversion, testBuf, u_strlen(strBadConversion)) != 0)
    [all...]
  /external/icu/icu4c/source/common/unicode/
ustring.h 567 u_strncmp(const UChar *ucs1,
573 * This is different in UTF-16 from u_strncmp() if supplementary characters are present.
    [all...]
  /external/icu/icu4c/source/test/iotest/
filetst.c 867 if (u_strncmp(strABAccentA, testBuf, u_strlen(strABAccentA)) != 0) {
887 if (u_strncmp(strBadConversion, testBuf, u_strlen(strBadConversion)) != 0)
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/howExpensiveIs/
howExpensiveIs.cpp 432 || u_strncmp(fStr,buf,trial) ) {
509 || u_strncmp(fStr,buf,trial) ) {
  /external/icu/icu4c/source/test/perf/howExpensiveIs/
howExpensiveIs.cpp 436 || u_strncmp(fStr,buf,trial) ) {
560 || u_strncmp(fStr,buf,trial) ) {
  /external/chromium_org/third_party/icu/source/common/
locdispnames.cpp 546 if(patLen==0 || (patLen==defaultPatLen && !u_strncmp(pattern, defaultPattern, patLen))) {
    [all...]
  /external/icu/icu4c/source/common/
locdispnames.cpp 546 if(patLen==0 || (patLen==defaultPatLen && !u_strncmp(pattern, defaultPattern, patLen))) {
    [all...]
  /external/icu/icu4c/source/i18n/
reldtfmt.cpp 514 if (U_SUCCESS(tempStatus) && resStrLen >= patItem1Len && u_strncmp(resStr,patItem1,patItem1Len)==0) {

Completed in 253 milliseconds

1 2 3