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

1 23 4 5 6 7

  /external/chromium/third_party/icu/source/i18n/
csdetect.cpp 304 if (uprv_strcmp(charSetName, resultArray[j]->getName()) != 0) {
datefmt.cpp 289 if (count > 0 && uprv_strcmp(buffer, "host") == 0) {
ucurr.cpp 185 variantType = (0 == uprv_strcmp(variant, VAR_EURO))
186 | ((0 == uprv_strcmp(variant, VAR_PRE_EURO)) << 1);
282 if (uprv_strcmp(id, p->id) == 0) {
    [all...]
gregoimp.cpp 185 (uprv_strcmp(type, U_GREGORIAN_KEY)))
262 // uprv_strcmp(subKey,U_DEFAULT_KEY)) { // avoid recursion
278 // if(*kwBuf && uprv_strcmp(kwBuf,subKey)) {
ucol_res.cpp 189 !uprv_strcmp(keyBuffer,"default")) { /* Treat 'zz@collation=default' as 'zz'. */
739 if (keyword==NULL || uprv_strcmp(keyword, KEYWORDS[0])!=0)
803 if (uprv_strcmp(key, "default") == 0) {
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
crestst.c 484 if(0!=uprv_strcmp("idna_rules", ures_getLocale(idna_rules, &errorCode))) {
514 } else if(0!=uprv_strcmp("idna_rules", ures_getLocale(idna_rules, &errorCode))) {
585 if(errorCode!=U_USING_DEFAULT_WARNING || 0!=uprv_strcmp("root", ures_getLocale(ne, &errorCode))) {
756 if(0!=uprv_strcmp(key, testcases[i].key)) {
    [all...]
chashtst.c 329 (uprv_strcmp((const char*)key1.pointer, (const char*)key2.pointer) == 0));
putiltst.c 430 if(uprv_strcmp(str[code],errorName )!=0){
  /external/chromium/third_party/icu/source/tools/pkgdata/
pkgtypes.c 294 if(!uprv_strcmp(l->str, str)) {
  /external/icu4c/i18n/
csdetect.cpp 304 if (uprv_strcmp(charSetName, resultArray[j]->getName()) != 0) {
ucurr.cpp 186 variantType = (0 == uprv_strcmp(variant, VAR_EURO))
187 | ((0 == uprv_strcmp(variant, VAR_PRE_EURO)) << 1);
279 if (uprv_strcmp(id, p->id) == 0) {
    [all...]
datefmt.cpp 352 if (count > 0 && uprv_strcmp(buffer, "host") == 0) {
gregoimp.cpp 185 (uprv_strcmp(type, U_GREGORIAN_KEY)))
262 // uprv_strcmp(subKey,U_DEFAULT_KEY)) { // avoid recursion
278 // if(*kwBuf && uprv_strcmp(kwBuf,subKey)) {
  /external/icu4c/test/cintltst/
crestst.c 487 if(0!=uprv_strcmp("idna_rules", ures_getLocale(idna_rules, &errorCode))) {
517 } else if(0!=uprv_strcmp("idna_rules", ures_getLocale(idna_rules, &errorCode))) {
588 if(errorCode!=U_USING_DEFAULT_WARNING || 0!=uprv_strcmp("root", ures_getLocale(ne, &errorCode))) {
759 if(0!=uprv_strcmp(key, testcases[i].key)) {
    [all...]
chashtst.c 329 (uprv_strcmp((const char*)key1.pointer, (const char*)key2.pointer) == 0));
  /external/icu4c/test/intltest/
locnmtst.cpp 126 if(0 != uprv_strcmp(uloc_getDefault(), locale)) {
tzfmttst.cpp 171 if (uprv_strcmp(PATTERNS[patidx], "VVVV") == 0) {
457 UBool bTestAll = (testAllProp && uprv_strcmp(testAllProp, "true") == 0);
  /external/icu4c/tools/pkgdata/
pkgtypes.c 294 if(!uprv_strcmp(l->str, str)) {
  /external/chromium/third_party/icu/source/tools/icuswap/
icuswap.cpp 302 if(len<=0 || 0!=uprv_strcmp(basename+len, ".dat")) {
329 return (int32_t)uprv_strcmp(chars+((const ToCEntry *)left)->nameOffset,
  /external/icu4c/tools/icuswap/
icuswap.cpp 302 if(len<=0 || 0!=uprv_strcmp(basename+len, ".dat")) {
329 return (int32_t)uprv_strcmp(chars+((const ToCEntry *)left)->nameOffset,
  /external/chromium/third_party/icu/source/common/
umapfile.c 403 if(uprv_strcmp(inBasename, U_ICUDATA_NAME".dat") != 0) {
uresdata.c 138 result = uprv_strcmp(key, RES_GET_KEY(pRoot, p[mid]));
178 result = uprv_strcmp(key, RES_GET_KEY(pRoot, p[mid]));
533 return (int32_t)uprv_strcmp(keyChars+((const Row *)left)->keyIndex,
    [all...]
  /external/icu4c/common/
umapfile.c 379 if(uprv_strcmp(inBasename, U_ICUDATA_NAME".dat") != 0) {
normalizer2.cpp 551 if(0==uprv_strcmp(name, "nfc")) {
553 } else if(0==uprv_strcmp(name, "nfkc")) {
555 } else if(0==uprv_strcmp(name, "nfkc_cf")) {
  /external/chromium/third_party/icu/source/tools/genrb/
reslist.c 660 if(fileName!=NULL && uprv_strcmp(fileName, "") !=0){
912 if (uprv_strcmp(((list->fRoot->fKeys) + (current->fKey)), ((list->fRoot->fKeys) + (res->fKey))) < 0) {
915 } else if (uprv_strcmp(((list->fRoot->fKeys) + (current->fKey)), ((list->fRoot->fKeys) + (res->fKey))) > 0) {

Completed in 2255 milliseconds

1 23 4 5 6 7