Home
last modified time | relevance | path

Searched refs:uprv_strcmp (Results 1 - 25 of 304) sorted by relevance

12345678910>>...13

/third_party/icu/icu4c/source/i18n/
H A Dstandardplural.cpp37 if (uprv_strcmp(keyword, "ew") == 0) { in indexOrNegativeFromString()
42 if (uprv_strcmp(keyword, "any") == 0) { in indexOrNegativeFromString()
47 if (uprv_strcmp(keyword, "ther") == 0) { in indexOrNegativeFromString()
49 } else if (uprv_strcmp(keyword, "ne") == 0) { in indexOrNegativeFromString()
54 if (uprv_strcmp(keyword, "wo") == 0) { in indexOrNegativeFromString()
59 if (uprv_strcmp(keyword, "ero") == 0) { in indexOrNegativeFromString()
64 if (uprv_strcmp(keyword, "0") == 0) { in indexOrNegativeFromString()
66 } else if (uprv_strcmp(keyword, "1") == 0) { in indexOrNegativeFromString()
H A Ddayperiodrules.cpp58 if (uprv_strcmp(key, "locales") == 0) {
67 } else if (uprv_strcmp(key, "rules") == 0) {
229 if (uprv_strcmp(type_str, "from") == 0) { in getCutoffTypeFromString()
231 } else if (uprv_strcmp(type_str, "before") == 0) { in getCutoffTypeFromString()
233 } else if (uprv_strcmp(type_str, "after") == 0) { in getCutoffTypeFromString()
235 } else if (uprv_strcmp(type_str, "at") == 0) { in getCutoffTypeFromString()
469 if (uprv_strcmp(type_str, "midnight") == 0) { in getDayPeriodFromString()
471 } else if (uprv_strcmp(type_str, "noon") == 0) { in getDayPeriodFromString()
473 } else if (uprv_strcmp(type_str, "morning1") == 0) { in getDayPeriodFromString()
475 } else if (uprv_strcmp(type_st in getDayPeriodFromString()
[all...]
H A Dunits_data.cpp66 if (uprv_strcmp(source, "convertUnits") != 0) {
82 if (uprv_strcmp(key, "target") == 0) {
84 } else if (uprv_strcmp(key, "factor") == 0) {
86 } else if (uprv_strcmp(key, "offset") == 0) {
153 if (uprv_strcmp(key, "unitPreferenceData") != 0) {
206 if (uprv_strcmp(key, "unit") == 0) {
210 } else if (uprv_strcmp(key, "geq") == 0) {
218 } else if (uprv_strcmp(key, "skeleton") == 0) {
299 } else if (uprv_strcmp(desired.usage.data(), "default") != 0) { in getPreferenceMetadataIndex()
312 if (uprv_strcmp(desire in getPreferenceMetadataIndex()
[all...]
H A Ducol_res.cpp152 if(*name == 0 || uprv_strcmp(name, "root") == 0) { in loadTailoring()
179 if(uprv_strcmp(locale.getName(), baseName) != 0) { in CollationLoader()
292 if(uprv_strcmp(type, "search") == 0) { in loadFromBundle()
295 if(uprv_strcmp(type, "standard") == 0) { in loadFromBundle()
301 if(uprv_strcmp(type, defaultType) == 0) { in loadFromBundle()
304 if(uprv_strcmp(type, "search") == 0) { in loadFromBundle()
307 if(uprv_strcmp(type, "standard") == 0) { in loadFromBundle()
356 if(uprv_strcmp(type, defaultType) != 0) { in loadFromCollations()
362 if((*actualLocale == 0 || uprv_strcmp(actualLocale, "root") == 0) && in loadFromCollations()
363 uprv_strcmp(typ in loadFromCollations()
[all...]
H A Dnumsys.cpp131 if ( !uprv_strcmp(buffer,gDefault) || !uprv_strcmp(buffer,gNative) || in createInstance()
132 !uprv_strcmp(buffer,gTraditional) || !uprv_strcmp(buffer,gFinance)) { in createInstance()
165 if (!uprv_strcmp(buffer,gNative) || !uprv_strcmp(buffer,gFinance)) { in createInstance()
167 } else if (!uprv_strcmp(buffer,gTraditional)) { in createInstance()
H A Ddcfmtsym.cpp205 uprv_strcmp(validLocale, that.validLocale) == 0 && in operator ==()
206 uprv_strcmp(actualLocale, that.actualLocale) == 0; in operator ==()
240 if (gNumberElementKeys[i] != NULL && uprv_strcmp(key, gNumberElementKeys[i]) == 0) {
294 if (uprv_strcmp(key, gBeforeCurrencyTag) == 0) {
297 } else if (uprv_strcmp(key, gAfterCurrencyTag) == 0) {
307 if (uprv_strcmp(key, gCurrencyMatchTag) == 0) {
309 } else if (uprv_strcmp(key, gCurrencySudMatchTag) == 0) {
311 } else if (uprv_strcmp(key, gCurrencyInsertBtnTag) == 0) {
413 if (uprv_strcmp(nsName, gLatn) != 0) { in initialize()
/third_party/node/deps/icu-small/source/i18n/
H A Dstandardplural.cpp37 if (uprv_strcmp(keyword, "ew") == 0) { in indexOrNegativeFromString()
42 if (uprv_strcmp(keyword, "any") == 0) { in indexOrNegativeFromString()
47 if (uprv_strcmp(keyword, "ther") == 0) { in indexOrNegativeFromString()
49 } else if (uprv_strcmp(keyword, "ne") == 0) { in indexOrNegativeFromString()
54 if (uprv_strcmp(keyword, "wo") == 0) { in indexOrNegativeFromString()
59 if (uprv_strcmp(keyword, "ero") == 0) { in indexOrNegativeFromString()
64 if (uprv_strcmp(keyword, "0") == 0) { in indexOrNegativeFromString()
66 } else if (uprv_strcmp(keyword, "1") == 0) { in indexOrNegativeFromString()
H A Ddayperiodrules.cpp60 if (uprv_strcmp(key, "locales") == 0) {
69 } else if (uprv_strcmp(key, "rules") == 0) {
231 if (uprv_strcmp(type_str, "from") == 0) { in getCutoffTypeFromString()
233 } else if (uprv_strcmp(type_str, "before") == 0) { in getCutoffTypeFromString()
235 } else if (uprv_strcmp(type_str, "after") == 0) { in getCutoffTypeFromString()
237 } else if (uprv_strcmp(type_str, "at") == 0) { in getCutoffTypeFromString()
471 if (uprv_strcmp(type_str, "midnight") == 0) { in getDayPeriodFromString()
473 } else if (uprv_strcmp(type_str, "noon") == 0) { in getDayPeriodFromString()
475 } else if (uprv_strcmp(type_str, "morning1") == 0) { in getDayPeriodFromString()
477 } else if (uprv_strcmp(type_st in getDayPeriodFromString()
[all...]
H A Dunits_data.cpp68 if (uprv_strcmp(source, "convertUnits") != 0) {
85 if (uprv_strcmp(key, "target") == 0) {
87 } else if (uprv_strcmp(key, "factor") == 0) {
89 } else if (uprv_strcmp(key, "offset") == 0) {
91 } else if (uprv_strcmp(key, "systems") == 0) {
159 if (uprv_strcmp(key, "unitPreferenceData") != 0) {
212 if (uprv_strcmp(key, "unit") == 0) {
216 } else if (uprv_strcmp(key, "geq") == 0) {
224 } else if (uprv_strcmp(key, "skeleton") == 0) {
305 } else if (uprv_strcmp(desire in getPreferenceMetadataIndex()
[all...]
H A Ducol_res.cpp152 if(*name == 0 || uprv_strcmp(name, "root") == 0) { in loadTailoring()
183 if(uprv_strcmp(locale.getName(), baseName) != 0) { in CollationLoader()
302 if(uprv_strcmp(type, "search") == 0) { in loadFromBundle()
305 if(uprv_strcmp(type, "standard") == 0) { in loadFromBundle()
311 if(uprv_strcmp(type, defaultType) == 0) { in loadFromBundle()
314 if(uprv_strcmp(type, "search") == 0) { in loadFromBundle()
317 if(uprv_strcmp(type, "standard") == 0) { in loadFromBundle()
366 if(uprv_strcmp(type, defaultType) != 0) { in loadFromCollations()
372 if((*actualLocale == 0 || uprv_strcmp(actualLocale, "root") == 0) && in loadFromCollations()
373 uprv_strcmp(typ in loadFromCollations()
[all...]
H A Dnumsys.cpp131 if ( !uprv_strcmp(buffer,gDefault) || !uprv_strcmp(buffer,gNative) || in createInstance()
132 !uprv_strcmp(buffer,gTraditional) || !uprv_strcmp(buffer,gFinance)) { in createInstance()
165 if (!uprv_strcmp(buffer,gNative) || !uprv_strcmp(buffer,gFinance)) { in createInstance()
167 } else if (!uprv_strcmp(buffer,gTraditional)) { in createInstance()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dstandardplural.cpp37 if (uprv_strcmp(keyword, "ew") == 0) { in indexOrNegativeFromString()
42 if (uprv_strcmp(keyword, "any") == 0) { in indexOrNegativeFromString()
47 if (uprv_strcmp(keyword, "ther") == 0) { in indexOrNegativeFromString()
49 } else if (uprv_strcmp(keyword, "ne") == 0) { in indexOrNegativeFromString()
54 if (uprv_strcmp(keyword, "wo") == 0) { in indexOrNegativeFromString()
59 if (uprv_strcmp(keyword, "ero") == 0) { in indexOrNegativeFromString()
64 if (uprv_strcmp(keyword, "0") == 0) { in indexOrNegativeFromString()
66 } else if (uprv_strcmp(keyword, "1") == 0) { in indexOrNegativeFromString()
H A Ddayperiodrules.cpp58 if (uprv_strcmp(key, "locales") == 0) { in put()
67 } else if (uprv_strcmp(key, "rules") == 0) { in put()
229 if (uprv_strcmp(type_str, "from") == 0) { in getCutoffTypeFromString()
231 } else if (uprv_strcmp(type_str, "before") == 0) { in getCutoffTypeFromString()
233 } else if (uprv_strcmp(type_str, "after") == 0) { in getCutoffTypeFromString()
235 } else if (uprv_strcmp(type_str, "at") == 0) { in getCutoffTypeFromString()
469 if (uprv_strcmp(type_str, "midnight") == 0) { in getDayPeriodFromString()
471 } else if (uprv_strcmp(type_str, "noon") == 0) { in getDayPeriodFromString()
473 } else if (uprv_strcmp(type_str, "morning1") == 0) { in getDayPeriodFromString()
475 } else if (uprv_strcmp(type_st in getDayPeriodFromString()
[all...]
H A Dunits_data.cpp64 if (uprv_strcmp(source, "convertUnits") != 0) { in put()
80 if (uprv_strcmp(key, "target") == 0) { in put()
82 } else if (uprv_strcmp(key, "factor") == 0) { in put()
84 } else if (uprv_strcmp(key, "offset") == 0) { in put()
151 if (uprv_strcmp(key, "unitPreferenceData") != 0) { in put()
204 if (uprv_strcmp(key, "unit") == 0) { in put()
208 } else if (uprv_strcmp(key, "geq") == 0) { in put()
216 } else if (uprv_strcmp(key, "skeleton") == 0) { in put()
297 } else if (uprv_strcmp(desired.usage.data(), "default") != 0) { in getPreferenceMetadataIndex()
310 if (uprv_strcmp(desire in getPreferenceMetadataIndex()
[all...]
H A Ducol_res.cpp152 if(*name == 0 || uprv_strcmp(name, "root") == 0) { in loadTailoring()
179 if(uprv_strcmp(locale.getName(), baseName) != 0) { in CollationLoader()
292 if(uprv_strcmp(type, "search") == 0) { in loadFromBundle()
295 if(uprv_strcmp(type, "standard") == 0) { in loadFromBundle()
301 if(uprv_strcmp(type, defaultType) == 0) { in loadFromBundle()
304 if(uprv_strcmp(type, "search") == 0) { in loadFromBundle()
307 if(uprv_strcmp(type, "standard") == 0) { in loadFromBundle()
356 if(uprv_strcmp(type, defaultType) != 0) { in loadFromCollations()
362 if((*actualLocale == 0 || uprv_strcmp(actualLocale, "root") == 0) && in loadFromCollations()
363 uprv_strcmp(typ in loadFromCollations()
[all...]
H A Dnumsys.cpp131 if ( !uprv_strcmp(buffer,gDefault) || !uprv_strcmp(buffer,gNative) || in createInstance()
132 !uprv_strcmp(buffer,gTraditional) || !uprv_strcmp(buffer,gFinance)) { in createInstance()
165 if (!uprv_strcmp(buffer,gNative) || !uprv_strcmp(buffer,gFinance)) { in createInstance()
167 } else if (!uprv_strcmp(buffer,gTraditional)) { in createInstance()
/third_party/node/deps/icu-small/source/common/
H A Dputil.cpp753 || uprv_strcmp(id, "PST8PDT") == 0 in isValidOlsonID()
754 || uprv_strcmp(id, "MST7MDT") == 0 in isValidOlsonID()
755 || uprv_strcmp(id, "CST6CDT") == 0 in isValidOlsonID()
756 || uprv_strcmp(id, "EST5EDT") == 0); in isValidOlsonID()
1002 if (uprv_strcmp(dirName, SKIP1) != 0 && uprv_strcmp(dirName, SKIP2) != 0 in searchForTZFile()
1003 && uprv_strcmp(TZFILE_SKIP, dirName) != 0 && uprv_strcmp(TZFILE_SKIP2, dirName) != 0) { in searchForTZFile()
1152 && uprv_strcmp(tzid, TZ_ENV_CHECK) != 0 in uprv_tzname()
1175 if (ret != nullptr && uprv_strcmp(TZDEFAUL in uprv_tzname()
[all...]
H A Dlsr.cpp88 uprv_strcmp(language, other.language) == 0 && in isEquivalentTo()
89 uprv_strcmp(script, other.script) == 0 && in isEquivalentTo()
92 (regionIndex > 0 || uprv_strcmp(region, other.region) == 0); in isEquivalentTo()
97 uprv_strcmp(language, other.language) == 0 && in operator ==()
98 uprv_strcmp(script, other.script) == 0 && in operator ==()
101 (regionIndex > 0 || uprv_strcmp(region, other.region) == 0) && in operator ==()
/third_party/icu/icu4c/source/common/
H A Dputil.cpp753 || uprv_strcmp(id, "PST8PDT") == 0 in isValidOlsonID()
754 || uprv_strcmp(id, "MST7MDT") == 0 in isValidOlsonID()
755 || uprv_strcmp(id, "CST6CDT") == 0 in isValidOlsonID()
756 || uprv_strcmp(id, "EST5EDT") == 0); in isValidOlsonID()
1002 if (uprv_strcmp(dirName, SKIP1) != 0 && uprv_strcmp(dirName, SKIP2) != 0 in searchForTZFile()
1003 && uprv_strcmp(TZFILE_SKIP, dirName) != 0 && uprv_strcmp(TZFILE_SKIP2, dirName) != 0) { in searchForTZFile()
1152 && uprv_strcmp(tzid, TZ_ENV_CHECK) != 0 in uprv_tzname()
1611 || (uprv_strcmp("
[all...]
H A Dlsr.cpp68 uprv_strcmp(language, other.language) == 0 && in isEquivalentTo()
69 uprv_strcmp(script, other.script) == 0 && in isEquivalentTo()
72 (regionIndex > 0 || uprv_strcmp(region, other.region) == 0); in isEquivalentTo()
77 uprv_strcmp(language, other.language) == 0 && in operator ==()
78 uprv_strcmp(script, other.script) == 0 && in operator ==()
81 (regionIndex > 0 || uprv_strcmp(region, other.region) == 0) && in operator ==()
H A Duscript.cpp71 if(0 == uprv_strcmp(lang, "ja")) { in getCodesFromLocale()
74 if(0 == uprv_strcmp(lang, "ko")) { in getCodesFromLocale()
81 if(0 == uprv_strcmp(lang, "zh") && 0 == uprv_strcmp(script, "Hant")) { in getCodesFromLocale()
/third_party/skia/third_party/externals/icu/source/common/
H A Dputil.cpp744 || uprv_strcmp(id, "PST8PDT") == 0 in isValidOlsonID()
745 || uprv_strcmp(id, "MST7MDT") == 0 in isValidOlsonID()
746 || uprv_strcmp(id, "CST6CDT") == 0 in isValidOlsonID()
747 || uprv_strcmp(id, "EST5EDT") == 0); in isValidOlsonID()
993 if (uprv_strcmp(dirName, SKIP1) != 0 && uprv_strcmp(dirName, SKIP2) != 0 in searchForTZFile()
994 && uprv_strcmp(TZFILE_SKIP, dirName) != 0 && uprv_strcmp(TZFILE_SKIP2, dirName) != 0) { in searchForTZFile()
1143 && uprv_strcmp(tzid, TZ_ENV_CHECK) != 0 in uprv_tzname()
1602 || (uprv_strcmp("
[all...]
H A Dlsr.cpp68 uprv_strcmp(language, other.language) == 0 && in isEquivalentTo()
69 uprv_strcmp(script, other.script) == 0 && in isEquivalentTo()
72 (regionIndex > 0 || uprv_strcmp(region, other.region) == 0); in isEquivalentTo()
77 uprv_strcmp(language, other.language) == 0 && in operator ==()
78 uprv_strcmp(script, other.script) == 0 && in operator ==()
81 (regionIndex > 0 || uprv_strcmp(region, other.region) == 0) && in operator ==()
H A Duscript.cpp71 if(0 == uprv_strcmp(lang, "ja")) { in getCodesFromLocale()
74 if(0 == uprv_strcmp(lang, "ko")) { in getCodesFromLocale()
81 if(0 == uprv_strcmp(lang, "zh") && 0 == uprv_strcmp(script, "Hant")) { in getCodesFromLocale()
/third_party/icu/icu4c/source/test/cintltst/
H A Dspreptst.c726 if (uprv_strcmp(profileName, "RFC4013_SASLPREP") == 0) { in getTypeFromProfileName()
728 } else if (uprv_strcmp(profileName, "RFC4011_MIB") == 0) { in getTypeFromProfileName()
730 } else if (uprv_strcmp(profileName, "RFC4505_TRACE") == 0) { in getTypeFromProfileName()
732 } else if (uprv_strcmp(profileName, "RFC4518_LDAP") == 0) { in getTypeFromProfileName()
734 } else if (uprv_strcmp(profileName, "RFC4518_LDAP_CI") == 0) { in getTypeFromProfileName()
736 } else if (uprv_strcmp(profileName, "RFC3920_RESOURCEPREP") == 0) { in getTypeFromProfileName()
738 } else if (uprv_strcmp(profileName, "RFC3920_NODEPREP") == 0) { in getTypeFromProfileName()
740 } else if (uprv_strcmp(profileName, "RFC3722_ISCSI") == 0) { in getTypeFromProfileName()
742 } else if (uprv_strcmp(profileName, "RFC3530_NFS4_CS_PREP") == 0) { in getTypeFromProfileName()
744 } else if (uprv_strcmp(profileNam in getTypeFromProfileName()
[all...]

Completed in 20 milliseconds

12345678910>>...13