Home
last modified time | relevance | path

Searched refs:uprv_strchr (Results 1 – 25 of 32) sorted by relevance

12

/external/icu/icu4c/source/common/
Dlocid.cpp393 if (uprv_strchr(newKeywords, '=')) { in Locale()
539 …while ((separator = uprv_strchr(field[fieldIdx-1], SEP_CHAR)) && fieldIdx < (int32_t)(sizeof(field… in init()
545 separator = uprv_strchr(field[fieldIdx-1], '@'); in init()
546 char* sep2 = uprv_strchr(field[fieldIdx-1], '.'); in init()
618 const char *atPtr = uprv_strchr(fullName, '@'); in initBaseName()
619 const char *eqPtr = uprv_strchr(fullName, '='); in initBaseName()
1010 const char* variantStart = uprv_strchr(fullName, '@'); in createKeywords()
1011 const char* assignment = uprv_strchr(fullName, '='); in createKeywords()
Duloc.cpp566 if((result = uprv_strchr(localeID, '@')) != NULL) { in locale_getKeywordsStart()
577 if((result = uprv_strchr(localeID, *charToFind)) != NULL) { in locale_getKeywordsStart()
669 equalSign = uprv_strchr(pos, '='); in _getKeywords()
670 semicolon = uprv_strchr(pos, ';'); in _getKeywords()
849 …startSearchHere = uprv_strchr(tmpLocaleID, '@'); /* TODO: REVISIT: shouldn't this be locale_getKey… in uloc_getKeywordValue()
867 nextSeparator = uprv_strchr(startSearchHere, '='); in uloc_getKeywordValue()
887 startSearchHere = uprv_strchr(nextSeparator, ';'); in uloc_getKeywordValue()
1008 nextEqualsign = uprv_strchr(keywordStart, '='); in uloc_setKeywordValue()
1028 nextSeparator = uprv_strchr(nextEqualsign, ';'); in uloc_setKeywordValue()
1760 keywordAssign = uprv_strchr(tmpLocaleID, '='); in _canonicalize()
[all …]
Duscript.c113 if(uprv_strchr(nameOrAbbrOrLocale, '-')==NULL && uprv_strchr(nameOrAbbrOrLocale, '_')==NULL ){ in uscript_getCode()
Dputil.cpp1175 while(p = uprv_strchr(newDataDir, U_FILE_ALT_SEP_CHAR)) { in u_setDataDirectory()
1305 while (p = uprv_strchr(p, U_FILE_ALT_SEP_CHAR)) { in setTimeZoneFilesDir()
1474 if ((p = uprv_strchr(posixID, '.')) != NULL) { in uprv_getDefaultLocaleID()
1485 if ((p = uprv_strchr(correctedPOSIXLocale, '@')) != NULL) { in uprv_getDefaultLocaleID()
1509 if (uprv_strchr(correctedPOSIXLocale,'_') == NULL) { in uprv_getDefaultLocaleID()
1516 if ((q = uprv_strchr(p, '.')) != NULL) { in uprv_getDefaultLocaleID()
1613 if((p = uprv_strchr(correctedLocale, '.')) != NULL) { in uprv_getDefaultLocaleID()
1820 if (localeName != NULL && (name = (uprv_strchr(localeName, '.'))) != NULL) { in getCodepageFromPOSIXID()
1826 if ((variant = const_cast<char *>(uprv_strchr(name, '@'))) != NULL) { in getCodepageFromPOSIXID()
Dudata.cpp525 nextPath = uprv_strchr(currentPath, U_PATH_SEP_CHAR); in next()
1152 if(uprv_strchr(path,U_FILE_ALT_SEP_CHAR) != NULL) { in doOpenChoice()
1155 while((p=uprv_strchr(altSepPath.data(), U_FILE_ALT_SEP_CHAR))) { in doOpenChoice()
1179 first = uprv_strchr(path, U_FILE_SEP_CHAR); in doOpenChoice()
1188 treeChar = uprv_strchr(path, U_TREE_SEPARATOR); in doOpenChoice()
Dcstring.h38 #define uprv_strchr(s, c) U_STANDARD_CPP_NAMESPACE strchr(s, c) macro
Duloc_keytype.cpp222 if (uprv_strchr(legacyTypeId, ':') != NULL) { in initFromResourceBundle()
314 if (uprv_strchr(from, ':') != NULL) { in initFromResourceBundle()
Dpropname.cpp209 nameGroup=uprv_strchr(nameGroup, 0)+1; in getName()
Duresbund.cpp971 locale = uprv_strchr(chAlias+1, RES_PATH_SEPARATOR); in init_resb_result()
973 … locale = uprv_strchr(chAlias, 0); /* avoid locale == NULL to make code below work */ in init_resb_result()
990 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR); in init_resb_result()
999 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR); in init_resb_result()
1686 pathToResource = uprv_strchr(pathToResource, RES_PATH_SEPARATOR); in ures_findResource()
1695 localeEnd = uprv_strchr(locale, RES_PATH_SEPARATOR); in ures_findResource()
1780 char *nextPathPart = uprv_strchr(pathPart, RES_PATH_SEPARATOR); in getTableItemByKeyPath()
1785 nextPathPart = uprv_strchr(pathPart, 0); in getTableItemByKeyPath()
Ducnv.c684 const char *ccsidStr = uprv_strchr(standardName, '-'); in ucnv_getCCSID()
2116 sourceLimit=uprv_strchr(*source, 0); in ucnv_convertEx()
2417 sourceLimit=uprv_strchr(source, 0); in ucnv_internalConvert()
Dlocmap.c996 char *p = uprv_strchr(locName, '_'); in uprv_convertToPosix()
Duresdata.cpp892 nextSepP = uprv_strchr(pathP, RES_PATH_SEPARATOR); in res_findResource()
904 *path = uprv_strchr(pathP, 0); in res_findResource()
/external/icu/icu4c/source/tools/toolutil/
Dpkg_gencmn.c198 while((t = uprv_strchr(line,U_FILE_ALT_SEP_CHAR))) { in createCommonDataFile()
562 for(t=s;t=uprv_strchr(t,U_FILE_SEP_CHAR);) { in fixDirToTreePath()
567 for(t=s;t=uprv_strchr(t,U_FILE_ALT_SEP_CHAR);) { in fixDirToTreePath()
Duparse.c42 char *end=uprv_strchr(s, 0); in u_rtrim()
124 limit=uprv_strchr(start, '#'); in u_parseDelimitedFile()
/external/icu/icu4c/source/tools/gensprep/
Dgensprep.c207 …if(uprv_strchr(srcDir,U_FILE_SEP_CHAR) == NULL && uprv_strchr(srcDir,U_FILE_ALT_SEP_CHAR) == NULL){ in main()
/external/icu/icu4c/source/i18n/
Dnortrans.cpp61 UNormalization2Mode mode = (UNormalization2Mode)uprv_strchr(name, 0)[1]; in _create()
Ducol_sit.cpp181 const char *end = uprv_strchr(string+1, terminator); in _processRFC3066Locale()
/external/icu/icu4c/source/tools/gencnval/
Dgencnval.c272 end = uprv_strchr(pathBuf, 0); in main()
694 if (uprv_strchr(alias, UCNV_OPTION_SEP_CHAR) != 0) in addAlias()
699 if (uprv_strchr(alias, UCNV_VALUE_SEP_CHAR) != 0) in addAlias()
908 … if (uprv_strchr(GET_ALIAS_STR(converters[currConvNum].converter), UCNV_OPTION_SEP_CHAR) != NULL) { in resolveAliases()
/external/icu/icu4c/source/extra/uconv/
Duconv.cpp659 …if (uprv_strchr(translit, ':') || uprv_strchr(translit, '>') || uprv_strchr(translit, '<') || uprv… in convertFile()
/external/icu/icu4c/source/test/cintltst/
Ducnvseltst.c217 tt->limit = uprv_strchr(s, 0); in text_nextString()
249 for(s = tt->text; (s = uprv_strchr(s, 0x23)) != NULL; *s++ = 0) {} in text_open()
/external/icu/icu4c/source/test/intltest/
Dwindttst.cpp137 if (uprv_strchr(localeID, '@') > 0) { in testLocales()
Dtestidn.cpp101 if(uprv_strchr(srcDir,U_FILE_SEP_CHAR) == NULL){ in testData()
/external/icu/icu4c/source/tools/pkgdata/
Dpkgtypes.c202 while ((itr = uprv_strchr(path, U_FILE_ALT_SEP_CHAR))) { in convertToNativePathSeparators()
/external/icu/icu4c/source/tools/genrb/
Dderb.cpp247 ext = uprv_strchr(filename, 0); in main()
/external/icu/icu4c/source/tools/makeconv/
Dmakeconv.cpp594 end=uprv_strchr(line, 0); in readFile()

12