/third_party/icu/icu4c/source/i18n/ |
H A D | reldatefmt.cpp | 390 if (uprv_strncmp(keyword, "day", length) == 0) { in unitOrNegativeFromString() 392 } else if (uprv_strncmp(keyword, "sun", length) == 0) { in unitOrNegativeFromString() 394 } else if (uprv_strncmp(keyword, "mon", length) == 0) { in unitOrNegativeFromString() 396 } else if (uprv_strncmp(keyword, "tue", length) == 0) { in unitOrNegativeFromString() 398 } else if (uprv_strncmp(keyword, "wed", length) == 0) { in unitOrNegativeFromString() 400 } else if (uprv_strncmp(keyword, "thu", length) == 0) { in unitOrNegativeFromString() 402 } else if (uprv_strncmp(keyword, "fri", length) == 0) { in unitOrNegativeFromString() 404 } else if (uprv_strncmp(keyword, "sat", length) == 0) { in unitOrNegativeFromString() 409 if (uprv_strncmp(keyword, "hour", length) == 0) { in unitOrNegativeFromString() 411 } else if (uprv_strncmp(keywor in unitOrNegativeFromString() [all...] |
H A D | ucol_res.cpp | 326 typeLength > 6 && uprv_strncmp(type, "search", 6) == 0) { in loadFromCollations() 646 } else if (type == URES_TABLE && uprv_strncmp(key, "private-", 8) != 0) {
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | reldatefmt.cpp | 390 if (uprv_strncmp(keyword, "day", length) == 0) { in unitOrNegativeFromString() 392 } else if (uprv_strncmp(keyword, "sun", length) == 0) { in unitOrNegativeFromString() 394 } else if (uprv_strncmp(keyword, "mon", length) == 0) { in unitOrNegativeFromString() 396 } else if (uprv_strncmp(keyword, "tue", length) == 0) { in unitOrNegativeFromString() 398 } else if (uprv_strncmp(keyword, "wed", length) == 0) { in unitOrNegativeFromString() 400 } else if (uprv_strncmp(keyword, "thu", length) == 0) { in unitOrNegativeFromString() 402 } else if (uprv_strncmp(keyword, "fri", length) == 0) { in unitOrNegativeFromString() 404 } else if (uprv_strncmp(keyword, "sat", length) == 0) { in unitOrNegativeFromString() 409 if (uprv_strncmp(keyword, "hour", length) == 0) { in unitOrNegativeFromString() 411 } else if (uprv_strncmp(keywor in unitOrNegativeFromString() [all...] |
H A D | ucol_res.cpp | 336 typeLength > 6 && uprv_strncmp(type, "search", 6) == 0) { in loadFromCollations() 656 } else if (type == URES_TABLE && uprv_strncmp(key, "private-", 8) != 0) {
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | reldatefmt.cpp | 404 if (uprv_strncmp(keyword, "day", length) == 0) { in unitOrNegativeFromString() 406 } else if (uprv_strncmp(keyword, "sun", length) == 0) { in unitOrNegativeFromString() 408 } else if (uprv_strncmp(keyword, "mon", length) == 0) { in unitOrNegativeFromString() 410 } else if (uprv_strncmp(keyword, "tue", length) == 0) { in unitOrNegativeFromString() 412 } else if (uprv_strncmp(keyword, "wed", length) == 0) { in unitOrNegativeFromString() 414 } else if (uprv_strncmp(keyword, "thu", length) == 0) { in unitOrNegativeFromString() 416 } else if (uprv_strncmp(keyword, "fri", length) == 0) { in unitOrNegativeFromString() 418 } else if (uprv_strncmp(keyword, "sat", length) == 0) { in unitOrNegativeFromString() 423 if (uprv_strncmp(keyword, "hour", length) == 0) { in unitOrNegativeFromString() 425 } else if (uprv_strncmp(keywor in unitOrNegativeFromString() [all...] |
H A D | ucol_res.cpp | 326 typeLength > 6 && uprv_strncmp(type, "search", 6) == 0) { in loadFromCollations() 646 } else if (type == URES_TABLE && uprv_strncmp(key, "private-", 8) != 0) { in put()
|
/third_party/icu/icu4c/source/common/ |
H A D | udata.cpp | 573 uprv_strncmp(pathBuffer.data() +(pathLen-4), suffix.data(), 4)==0 && /* suffix matches */ in next() 574 uprv_strncmp(findBasename(pathBuffer.data()), basename, basenameLen)==0 && /* base matches */ in next() 586 uprv_strncmp(pathBuffer.data()+(pathLen-4), ".dat", 4) == 0) in next() 1187 !uprv_strncmp(path, U_ICUDATA_NAME U_TREE_SEPARATOR_STRING, /* "icudt26e-" */ in doOpenChoice() 1189 !uprv_strncmp(path, U_ICUDATA_ALIAS U_TREE_SEPARATOR_STRING, /* "ICUDATA-" */ in doOpenChoice()
|
H A D | cstring.h | 44 #define uprv_strncmp(s1, s2, n) U_STANDARD_CPP_NAMESPACE strncmp(s1, s2, n) macro
|
H A D | putil.cpp | 772 if (uprv_strncmp(*id, "posix/", 6) == 0 in skipZoneIDPrefix() 773 || uprv_strncmp(*id, "right/", 6) == 0) in skipZoneIDPrefix() 1900 (uprv_strncmp("QLGPGCMA", correctedLocale, 8) == 0)) 1934 else if (uprv_strncmp(correctedLocale, "zh_HK", 5) == 0)
|
H A D | ucnv_bld.cpp | 659 if(uprv_strncmp(inName, "locale=", 7)==0) { in parseConverterOptions() 678 } else if(uprv_strncmp(inName, "version=", 8)==0) { in parseConverterOptions() 689 } else if(uprv_strncmp(inName, "swaplfnl", 8)==0) { in parseConverterOptions() 692 /* add processing for new options here with another } else if(uprv_strncmp(inName, "option-name=", XX)==0) { */ in parseConverterOptions()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | udata.cpp | 573 uprv_strncmp(pathBuffer.data() +(pathLen-4), suffix.data(), 4)==0 && /* suffix matches */ in next() 574 uprv_strncmp(findBasename(pathBuffer.data()), basename, basenameLen)==0 && /* base matches */ in next() 586 uprv_strncmp(pathBuffer.data()+(pathLen-4), ".dat", 4) == 0) in next() 1181 !uprv_strncmp(path, U_ICUDATA_NAME U_TREE_SEPARATOR_STRING, /* "icudt26e-" */ in doOpenChoice() 1183 !uprv_strncmp(path, U_ICUDATA_ALIAS U_TREE_SEPARATOR_STRING, /* "ICUDATA-" */ in doOpenChoice()
|
H A D | cstring.h | 44 #define uprv_strncmp(s1, s2, n) U_STANDARD_CPP_NAMESPACE strncmp(s1, s2, n) macro
|
H A D | putil.cpp | 772 if (uprv_strncmp(*id, "posix/", 6) == 0 in skipZoneIDPrefix() 773 || uprv_strncmp(*id, "right/", 6) == 0) in skipZoneIDPrefix() 1915 (uprv_strncmp("QLGPGCMA", correctedLocale, 8) == 0)) 1949 else if (uprv_strncmp(correctedLocale, "zh_HK", 5) == 0)
|
H A D | ucnv_bld.cpp | 659 if(uprv_strncmp(inName, "locale=", 7)==0) { in parseConverterOptions() 678 } else if(uprv_strncmp(inName, "version=", 8)==0) { in parseConverterOptions() 689 } else if(uprv_strncmp(inName, "swaplfnl", 8)==0) { in parseConverterOptions() 692 /* add processing for new options here with another } else if(uprv_strncmp(inName, "option-name=", XX)==0) { */ in parseConverterOptions()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | crestst.c | 158 if ( uprv_strncmp(uloc_getDefault(), "te", 2) == 0 || in TestResourceBundles() 159 uprv_strncmp(uloc_getDefault(), "sh", 2) == 0 || in TestResourceBundles() 160 uprv_strncmp(uloc_getDefault(), "mc", 2) == 0) { in TestResourceBundles() 907 if(uprv_strncmp(testline, buf,uprv_strlen(buf))!=0){ in TestFileStream() 915 if(uprv_strncmp(testline, buf,retLen)!=0){ in TestFileStream()
|
H A D | cldrtest.c | 963 //else if (uprv_strncmp(currLoc,"bem",3) == 0 || uprv_strncmp(currLoc,"mgo",3) == 0 || uprv_strncmp(currLoc,"nl",2) == 0) { in VerifyTranslation() 1003 if ((uprv_strncmp(currLoc,"lrc",3) == 0 || uprv_strncmp(currLoc,"mzn",3) == 0) && in VerifyTranslation() 1007 if ((uprv_strncmp(currLoc,"mai",3) == 0 || uprv_strncmp(currLoc,"sd_Deva",7) == 0) && in VerifyTranslation() 1011 if (uprv_strncmp(currLoc,"ks_Deva",7) == 0 && in VerifyTranslation() 1044 if (uprv_strncmp(currLoc,"sd_Deva",7) == 0 && in VerifyTranslation() 1048 if (uprv_strncmp(currLo in VerifyTranslation() [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | udata.cpp | 573 uprv_strncmp(pathBuffer.data() +(pathLen-4), suffix.data(), 4)==0 && /* suffix matches */ in next() 574 uprv_strncmp(findBasename(pathBuffer.data()), basename, basenameLen)==0 && /* base matches */ in next() 586 uprv_strncmp(pathBuffer.data()+(pathLen-4), ".dat", 4) == 0) in next() 1181 !uprv_strncmp(path, U_ICUDATA_NAME U_TREE_SEPARATOR_STRING, /* "icudt26e-" */ in doOpenChoice() 1183 !uprv_strncmp(path, U_ICUDATA_ALIAS U_TREE_SEPARATOR_STRING, /* "ICUDATA-" */ in doOpenChoice()
|
H A D | cstring.h | 44 #define uprv_strncmp(s1, s2, n) U_STANDARD_CPP_NAMESPACE strncmp(s1, s2, n) macro
|
H A D | putil.cpp | 763 if (uprv_strncmp(*id, "posix/", 6) == 0 in skipZoneIDPrefix() 764 || uprv_strncmp(*id, "right/", 6) == 0) in skipZoneIDPrefix() 1891 (uprv_strncmp("QLGPGCMA", correctedLocale, 8) == 0)) 1925 else if (uprv_strncmp(correctedLocale, "zh_HK", 5) == 0)
|
H A D | ucnv_bld.cpp | 659 if(uprv_strncmp(inName, "locale=", 7)==0) { in parseConverterOptions() 678 } else if(uprv_strncmp(inName, "version=", 8)==0) { in parseConverterOptions() 689 } else if(uprv_strncmp(inName, "swaplfnl", 8)==0) { in parseConverterOptions() 692 /* add processing for new options here with another } else if(uprv_strncmp(inName, "option-name=", XX)==0) { */ in parseConverterOptions()
|
/third_party/icu/icu4c/source/tools/gensprep/ |
H A D | gensprep.c | 365 && uprv_strncmp(s, NORMALIZE_DIRECTIVE, NORMALIZE_DIRECTIVE_LEN) == 0) { in strprepProfileLineFn() 370 && uprv_strncmp(s, CHECK_BIDI_DIRECTIVE, CHECK_BIDI_DIRECTIVE_LEN) == 0) { in strprepProfileLineFn()
|
/third_party/skia/third_party/externals/icu/source/tools/gensprep/ |
H A D | gensprep.c | 364 && uprv_strncmp(s, NORMALIZE_DIRECTIVE, NORMALIZE_DIRECTIVE_LEN) == 0) { in strprepProfileLineFn() 369 && uprv_strncmp(s, CHECK_BIDI_DIRECTIVE, CHECK_BIDI_DIRECTIVE_LEN) == 0) { in strprepProfileLineFn()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | flagparser.cpp | 152 if (uprv_strncmp(buffer, flagNames[i], offset) == 0) { in extractFlag()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | flagparser.cpp | 152 if (uprv_strncmp(buffer, flagNames[i], offset) == 0) { in extractFlag()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | flagparser.cpp | 152 if (uprv_strncmp(buffer, flagNames[i], offset) == 0) { in extractFlag()
|