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.cpp397 if (uprv_strchr(newKeywords, '=')) { in Locale()
547 …while ((separator = uprv_strchr(field[fieldIdx-1], SEP_CHAR)) && fieldIdx < UPRV_LENGTHOF(field)-1… in init()
553 separator = uprv_strchr(field[fieldIdx-1], '@'); in init()
554 char* sep2 = uprv_strchr(field[fieldIdx-1], '.'); in init()
626 const char *atPtr = uprv_strchr(fullName, '@'); in initBaseName()
627 const char *eqPtr = uprv_strchr(fullName, '='); in initBaseName()
1019 const char* variantStart = uprv_strchr(fullName, '@'); in createKeywords()
1020 const char* assignment = uprv_strchr(fullName, '='); in createKeywords()
Duloc.cpp570 if((result = uprv_strchr(localeID, '@')) != NULL) { in locale_getKeywordsStart()
581 if((result = uprv_strchr(localeID, *charToFind)) != NULL) { in locale_getKeywordsStart()
673 equalSign = uprv_strchr(pos, '='); in _getKeywords()
674 semicolon = uprv_strchr(pos, ';'); in _getKeywords()
853 …startSearchHere = uprv_strchr(tmpLocaleID, '@'); /* TODO: REVISIT: shouldn't this be locale_getKey… in uloc_getKeywordValue()
871 nextSeparator = uprv_strchr(startSearchHere, '='); in uloc_getKeywordValue()
891 startSearchHere = uprv_strchr(nextSeparator, ';'); in uloc_getKeywordValue()
1012 nextEqualsign = uprv_strchr(keywordStart, '='); in uloc_setKeywordValue()
1032 nextSeparator = uprv_strchr(nextEqualsign, ';'); in uloc_setKeywordValue()
1769 keywordAssign = uprv_strchr(tmpLocaleID, '='); in _canonicalize()
[all …]
Duscript.c115 if(uprv_strchr(nameOrAbbrOrLocale, '-')==NULL && uprv_strchr(nameOrAbbrOrLocale, '_')==NULL ){ in uscript_getCode()
Dputil.cpp1222 while(p = uprv_strchr(newDataDir, U_FILE_ALT_SEP_CHAR)) { in u_setDataDirectory()
1352 while (p = uprv_strchr(p, U_FILE_ALT_SEP_CHAR)) { in setTimeZoneFilesDir()
1530 if ((p = uprv_strchr(posixID, '.')) != NULL) {
1541 if ((p = uprv_strchr(correctedPOSIXLocale, '@')) != NULL) {
1565 if (uprv_strchr(correctedPOSIXLocale,'_') == NULL) {
1572 if ((q = uprv_strchr(p, '.')) != NULL) {
1669 if((p = uprv_strchr(correctedLocale, '.')) != NULL) {
1876 if (localeName != NULL && (name = (uprv_strchr(localeName, '.'))) != NULL) {
1882 if ((variant = const_cast<char *>(uprv_strchr(name, '@'))) != NULL) {
Dudata.cpp525 nextPath = uprv_strchr(currentPath, U_PATH_SEP_CHAR); in next()
1155 if(uprv_strchr(path,U_FILE_ALT_SEP_CHAR) != NULL) { in doOpenChoice()
1158 while((p=uprv_strchr(altSepPath.data(), U_FILE_ALT_SEP_CHAR))) { in doOpenChoice()
1182 first = uprv_strchr(path, U_FILE_SEP_CHAR); in doOpenChoice()
1191 treeChar = uprv_strchr(path, U_TREE_SEPARATOR); in doOpenChoice()
Dcstring.h40 #define uprv_strchr(s, c) U_STANDARD_CPP_NAMESPACE strchr(s, c) macro
Duloc_keytype.cpp230 if (uprv_strchr(legacyTypeId, ':') != NULL) { in initFromResourceBundle()
322 if (uprv_strchr(from, ':') != NULL) { in initFromResourceBundle()
Duresbund.cpp973 locale = uprv_strchr(chAlias+1, RES_PATH_SEPARATOR); in init_resb_result()
975 … locale = uprv_strchr(chAlias, 0); /* avoid locale == NULL to make code below work */ in init_resb_result()
992 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR); in init_resb_result()
1001 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR); in init_resb_result()
1689 pathToResource = uprv_strchr(pathToResource, RES_PATH_SEPARATOR); in ures_findResource()
1698 localeEnd = uprv_strchr(locale, RES_PATH_SEPARATOR); in ures_findResource()
1783 char *nextPathPart = uprv_strchr(pathPart, RES_PATH_SEPARATOR); in getTableItemByKeyPath()
1788 nextPathPart = uprv_strchr(pathPart, 0); in getTableItemByKeyPath()
Dpropname.cpp211 nameGroup=uprv_strchr(nameGroup, 0)+1; in getName()
Ducnv.c686 const char *ccsidStr = uprv_strchr(standardName, '-'); in ucnv_getCCSID()
2118 sourceLimit=uprv_strchr(*source, 0); in ucnv_convertEx()
2419 sourceLimit=uprv_strchr(source, 0); in ucnv_internalConvert()
Dlocmap.c1034 char *p = uprv_strchr(locName, '_'); in uprv_convertToPosix()
Duresdata.cpp903 nextSepP = uprv_strchr(pathP, RES_PATH_SEPARATOR); in res_findResource()
915 *path = uprv_strchr(pathP, 0); in res_findResource()
/external/icu/icu4c/source/tools/toolutil/
Dpkg_gencmn.c200 while((t = uprv_strchr(line,U_FILE_ALT_SEP_CHAR))) { in createCommonDataFile()
564 for(t=s;t=uprv_strchr(t,U_FILE_SEP_CHAR);) { in fixDirToTreePath()
569 for(t=s;t=uprv_strchr(t,U_FILE_ALT_SEP_CHAR);) { in fixDirToTreePath()
Duparse.c44 char *end=uprv_strchr(s, 0); in u_rtrim()
126 limit=uprv_strchr(start, '#'); in u_parseDelimitedFile()
/external/icu/icu4c/source/tools/gensprep/
Dgensprep.c209 …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.cpp63 UNormalization2Mode mode = (UNormalization2Mode)uprv_strchr(name, 0)[1]; in _create()
Ducol_sit.cpp183 const char *end = uprv_strchr(string+1, terminator); in _processRFC3066Locale()
/external/icu/icu4c/source/tools/gencnval/
Dgencnval.c274 end = uprv_strchr(pathBuf, 0); in main()
696 if (uprv_strchr(alias, UCNV_OPTION_SEP_CHAR) != 0) in addAlias()
701 if (uprv_strchr(alias, UCNV_VALUE_SEP_CHAR) != 0) in addAlias()
910 … if (uprv_strchr(GET_ALIAS_STR(converters[currConvNum].converter), UCNV_OPTION_SEP_CHAR) != NULL) { in resolveAliases()
/external/icu/icu4c/source/extra/uconv/
Duconv.cpp661 …if (uprv_strchr(translit, ':') || uprv_strchr(translit, '>') || uprv_strchr(translit, '<') || uprv… in convertFile()
/external/icu/icu4c/source/test/cintltst/
Ducnvseltst.c219 tt->limit = uprv_strchr(s, 0); in text_nextString()
251 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.cpp103 if(uprv_strchr(srcDir,U_FILE_SEP_CHAR) == NULL){ in testData()
/external/icu/icu4c/source/tools/pkgdata/
Dpkgtypes.c204 while ((itr = uprv_strchr(path, U_FILE_ALT_SEP_CHAR))) { in convertToNativePathSeparators()
/external/icu/icu4c/source/tools/genrb/
Dderb.cpp249 ext = uprv_strchr(filename, 0); in main()
/external/icu/icu4c/source/tools/makeconv/
Dmakeconv.cpp596 end=uprv_strchr(line, 0); in readFile()

12