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

1 2 3 4 5 6 7

  /external/chromium/third_party/icu/source/common/
putil.c 648 || uprv_strcmp(id, "PST8PDT") == 0
649 || uprv_strcmp(id, "MST7MDT") == 0
650 || uprv_strcmp(id, "CST6CDT") == 0
651 || uprv_strcmp(id, "EST5EDT") == 0);
861 if (uprv_strcmp(dirEntry->d_name, SKIP1) != 0 && uprv_strcmp(dirEntry->d_name, SKIP2) != 0) {
    [all...]
ucmndata.c 130 strResult = uprv_strcmp(tocEntryName, base+entry[number].nameOffset);
198 strResult = uprv_strcmp(name, toc->entry[number].entryName);
  /external/chromium/third_party/icu/source/test/cintltst/
spreptst.c 722 if (uprv_strcmp(profileName, "RFC4013_SASLPREP") == 0) {
724 } else if (uprv_strcmp(profileName, "RFC4011_MIB") == 0) {
726 } else if (uprv_strcmp(profileName, "RFC4505_TRACE") == 0) {
728 } else if (uprv_strcmp(profileName, "RFC4518_LDAP") == 0) {
730 } else if (uprv_strcmp(profileName, "RFC4518_LDAP_CI") == 0) {
732 } else if (uprv_strcmp(profileName, "RFC3920_RESOURCEPREP") == 0) {
734 } else if (uprv_strcmp(profileName, "RFC3920_NODEPREP") == 0) {
736 } else if (uprv_strcmp(profileName, "RFC3722_ISCSI") == 0) {
738 } else if (uprv_strcmp(profileName, "RFC3530_NFS4_CS_PREP") == 0) {
740 } else if (uprv_strcmp(profileName, "RFC3530_NFS4_CS_PREP_CI") == 0)
    [all...]
cstrtest.c 74 if(uprv_strcmp(src, "hello there") != 0){
78 if(uprv_strcmp(src, "HELLO THERE") != 0){
91 if(uprv_strcmp(src, "34556") != 0 || i != 5){
99 if(uprv_strcmp(src, "9223372036854775807") != 0 || i != 19){
131 if(uprv_strcmp(temp, "strdup") !=0 ){
cposxtst.c 98 if (uprv_strcmp(err, DATA[i+3]) != 0) {
stdnmtst.c 49 } else if (expected && (name == tag || uprv_strcmp(expected, tag))) {
130 else if (expected && (name == tag || uprv_strcmp(expected, tag) != 0)) {
194 if (uprv_strcmp(enumName, testName) != 0 || U_FAILURE(err)
  /external/icu4c/test/cintltst/
spreptst.c 724 if (uprv_strcmp(profileName, "RFC4013_SASLPREP") == 0) {
726 } else if (uprv_strcmp(profileName, "RFC4011_MIB") == 0) {
728 } else if (uprv_strcmp(profileName, "RFC4505_TRACE") == 0) {
730 } else if (uprv_strcmp(profileName, "RFC4518_LDAP") == 0) {
732 } else if (uprv_strcmp(profileName, "RFC4518_LDAP_CI") == 0) {
734 } else if (uprv_strcmp(profileName, "RFC3920_RESOURCEPREP") == 0) {
736 } else if (uprv_strcmp(profileName, "RFC3920_NODEPREP") == 0) {
738 } else if (uprv_strcmp(profileName, "RFC3722_ISCSI") == 0) {
740 } else if (uprv_strcmp(profileName, "RFC3530_NFS4_CS_PREP") == 0) {
742 } else if (uprv_strcmp(profileName, "RFC3530_NFS4_CS_PREP_CI") == 0)
    [all...]
cstrtest.c 76 if(uprv_strcmp(src, "hello there") != 0){
80 if(uprv_strcmp(src, "HELLO THERE") != 0){
93 if(uprv_strcmp(src, "34556") != 0 || i != 5){
101 if(uprv_strcmp(src, "9223372036854775807") != 0 || i != 19){
133 if(uprv_strcmp(temp, "strdup") !=0 ){
330 if(diff1>0 || (diff1==0 && 0!=uprv_strcmp(invStrings[i-1][0], invStrings[i][0]))) {
cposxtst.c 100 if (uprv_strcmp(err, DATA[i+3]) != 0) {
stdnmtst.c 49 } else if (expected && (name == tag || uprv_strcmp(expected, tag))) {
130 else if (expected && (name == tag || uprv_strcmp(expected, tag) != 0)) {
194 if (uprv_strcmp(enumName, testName) != 0 || U_FAILURE(err)
  /external/icu4c/common/
putil.c 674 || uprv_strcmp(id, "PST8PDT") == 0
675 || uprv_strcmp(id, "MST7MDT") == 0
676 || uprv_strcmp(id, "CST6CDT") == 0
677 || uprv_strcmp(id, "EST5EDT") == 0);
886 if (uprv_strcmp(dirEntry->d_name, SKIP1) != 0 && uprv_strcmp(dirEntry->d_name, SKIP2) != 0) {
897 } else if (uprv_strcmp(TZFILE_SKIP, dirEntry->d_name) != 0) {
    [all...]
locresdata.cpp 97 if(uprv_strcmp(tableKey, "Countries")==0){
99 }else if(uprv_strcmp(tableKey, "Languages")==0){
132 if(uprv_strcmp(explicitFallbackName, locale)==0){
uinvchar.h 79 # define uprv_compareInvCharsAsAscii(s1, s2) uprv_strcmp(s1, s2)
  /external/chromium/third_party/icu/source/tools/toolutil/
filetools.cpp 50 if (uprv_strcmp(dirEntry->d_name, SKIP1) != 0 && uprv_strcmp(dirEntry->d_name, SKIP2) != 0) {
uoptions.c 45 if(options[j].longName && uprv_strcmp(arg, options[j].longName)==0) {
ucmstate.c 263 if(uprv_strcmp(*pKey, "uconv_class")==0) {
264 if(uprv_strcmp(*pValue, "DBCS")==0) {
266 } else if(uprv_strcmp(*pValue, "SBCS")==0) {
268 } else if(uprv_strcmp(*pValue, "MBCS")==0) {
270 } else if(uprv_strcmp(*pValue, "EBCDIC_STATEFUL")==0) {
277 } else if(uprv_strcmp(*pKey, "mb_cur_max")==0) {
287 } else if(uprv_strcmp(*pKey, "mb_cur_min")==0) {
296 } else if(uprv_strcmp(*pKey, "icu:state")==0) {
317 } else if(uprv_strcmp(*pKey, "icu:base")==0) {
    [all...]
  /external/icu4c/tools/toolutil/
filetools.cpp 50 if (uprv_strcmp(dirEntry->d_name, SKIP1) != 0 && uprv_strcmp(dirEntry->d_name, SKIP2) != 0) {
uoptions.c 45 if(options[j].longName && uprv_strcmp(arg, options[j].longName)==0) {
ucmstate.c 263 if(uprv_strcmp(*pKey, "uconv_class")==0) {
264 if(uprv_strcmp(*pValue, "DBCS")==0) {
266 } else if(uprv_strcmp(*pValue, "SBCS")==0) {
268 } else if(uprv_strcmp(*pValue, "MBCS")==0) {
270 } else if(uprv_strcmp(*pValue, "EBCDIC_STATEFUL")==0) {
277 } else if(uprv_strcmp(*pKey, "mb_cur_max")==0) {
287 } else if(uprv_strcmp(*pKey, "mb_cur_min")==0) {
296 } else if(uprv_strcmp(*pKey, "icu:state")==0) {
317 } else if(uprv_strcmp(*pKey, "icu:base")==0) {
    [all...]
  /external/chromium/third_party/icu/source/tools/genrb/
wrtxml.cpp 541 if (res->fKey >= 0 && uprv_strcmp(srBundle->fKeys + res->fKey, "") != 0) {
820 if(uprv_strcmp(ext, ".jpg")==0 || uprv_strcmp(ext, ".jpeg")==0 || uprv_strcmp(ext, ".gif")==0 ){
822 } else if(uprv_strcmp(ext, ".wav")==0 || uprv_strcmp(ext, ".au")==0 ){
824 } else if(uprv_strcmp(ext, ".avi")==0 || uprv_strcmp(ext, ".mpg")==0 || uprv_strcmp(ext, ".mpeg")==0){
826 } else if(uprv_strcmp(ext, ".txt")==0 || uprv_strcmp(ext, ".text")==0)
    [all...]
  /external/icu4c/i18n/
dtitvinf.cpp 280 if ( uprv_strcmp(skeleton, gFallbackPatternTag) == 0 ) {
312 if ( !uprv_strcmp(key, "y") ) {
314 } else if ( !uprv_strcmp(key, "M") ) {
316 } else if ( !uprv_strcmp(key, "d") ) {
318 } else if ( !uprv_strcmp(key, "a") ) {
320 } else if ( !uprv_strcmp(key, "h") || !uprv_strcmp(key, "H") ) {
322 } else if ( !uprv_strcmp(key, "m") ) {
  /external/icu4c/tools/genrb/
wrtxml.cpp 821 if(uprv_strcmp(ext, ".jpg")==0 || uprv_strcmp(ext, ".jpeg")==0 || uprv_strcmp(ext, ".gif")==0 ){
823 } else if(uprv_strcmp(ext, ".wav")==0 || uprv_strcmp(ext, ".au")==0 ){
825 } else if(uprv_strcmp(ext, ".avi")==0 || uprv_strcmp(ext, ".mpg")==0 || uprv_strcmp(ext, ".mpeg")==0){
827 } else if(uprv_strcmp(ext, ".txt")==0 || uprv_strcmp(ext, ".text")==0)
    [all...]
  /external/chromium/third_party/icu/source/i18n/
dtitvinf.cpp 261 if ( uprv_strcmp(skeleton, gFallbackPatternTag) == 0 ) {
293 if ( !uprv_strcmp(key, "y") ) {
295 } else if ( !uprv_strcmp(key, "M") ) {
297 } else if ( !uprv_strcmp(key, "d") ) {
299 } else if ( !uprv_strcmp(key, "a") ) {
301 } else if ( !uprv_strcmp(key, "h") ) {
303 } else if ( !uprv_strcmp(key, "m") ) {
  /external/chromium/third_party/icu/source/io/
locbund.c 94 result->isInvariantLocale = uprv_strcmp(result->fLocale, "en_US_POSIX") == 0;
  /external/icu4c/io/
locbund.c 94 result->isInvariantLocale = uprv_strcmp(result->fLocale, "en_US_POSIX") == 0;

Completed in 2049 milliseconds

1 2 3 4 5 6 7