/external/icu/icu4c/source/common/ |
D | locid.cpp | 403 if (uprv_strchr(newKeywords, '=')) { in Locale() 574 …while ((separator = uprv_strchr(field[fieldIdx-1], SEP_CHAR)) != 0 && fieldIdx < UPRV_LENGTHOF(fie… in init() 580 separator = uprv_strchr(field[fieldIdx-1], '@'); in init() 581 char* sep2 = uprv_strchr(field[fieldIdx-1], '.'); in init() 653 const char *atPtr = uprv_strchr(fullName, '@'); in initBaseName() 654 const char *eqPtr = uprv_strchr(fullName, '='); in initBaseName() 1348 const char* variantStart = uprv_strchr(fullName, '@'); in createKeywords() 1349 const char* assignment = uprv_strchr(fullName, '='); in createKeywords() 1377 const char* variantStart = uprv_strchr(fullName, '@'); in createUnicodeKeywords() 1378 const char* assignment = uprv_strchr(fullName, '='); in createUnicodeKeywords()
|
D | uloc.cpp | 579 if((result = uprv_strchr(localeID, '@')) != NULL) { in locale_getKeywordsStart() 590 if((result = uprv_strchr(localeID, *charToFind)) != NULL) { in locale_getKeywordsStart() 688 equalSign = uprv_strchr(pos, '='); in _getKeywords() 689 semicolon = uprv_strchr(pos, ';'); in _getKeywords() 889 nextSeparator = uprv_strchr(startSearchHere, '='); in uloc_getKeywordValue() 924 startSearchHere = uprv_strchr(nextSeparator, ';'); in uloc_getKeywordValue() 1057 nextEqualsign = uprv_strchr(keywordStart, '='); in uloc_setKeywordValue() 1092 nextSeparator = uprv_strchr(nextEqualsign, ';'); in uloc_setKeywordValue() 1822 keywordAssign = uprv_strchr(tmpLocaleID, '='); in _canonicalize() 1823 separatorIndicator = uprv_strchr(tmpLocaleID, ';'); in _canonicalize() [all …]
|
D | uscript.cpp | 115 if(uprv_strchr(nameOrAbbrOrLocale, '-')==NULL && uprv_strchr(nameOrAbbrOrLocale, '_')==NULL ){ in uscript_getCode()
|
D | putil.cpp | 1278 while((p = uprv_strchr(newDataDir, U_FILE_ALT_SEP_CHAR)) != NULL) { in u_setDataDirectory() 1459 while ((p = uprv_strchr(p, U_FILE_ALT_SEP_CHAR)) != NULL) { in setTimeZoneFilesDir() 1652 if ((p = uprv_strchr(posixID, '.')) != NULL) { 1663 if ((p = uprv_strchr(correctedPOSIXLocale, '@')) != NULL) { 1688 if (uprv_strchr(correctedPOSIXLocale,'_') == NULL) { 1695 if ((q = uprv_strchr(p, '.')) != NULL) { 1837 if((p = uprv_strchr(correctedLocale, '.')) != NULL) { 2044 if (localeName != NULL && (name = (uprv_strchr(localeName, '.'))) != NULL) { 2050 if ((variant = const_cast<char *>(uprv_strchr(name, '@'))) != NULL) {
|
D | udata.cpp | 536 nextPath = uprv_strchr(currentPath, U_PATH_SEP_CHAR); in next() 1185 if(uprv_strchr(path,U_FILE_ALT_SEP_CHAR) != NULL) { in doOpenChoice() 1188 while ((p = uprv_strchr(altSepPath.data(), U_FILE_ALT_SEP_CHAR)) != NULL) { in doOpenChoice() 1212 first = uprv_strchr(path, U_FILE_SEP_CHAR); in doOpenChoice() 1221 treeChar = uprv_strchr(path, U_TREE_SEPARATOR); in doOpenChoice()
|
D | cstring.h | 40 #define uprv_strchr(s, c) U_STANDARD_CPP_NAMESPACE strchr(s, c) macro
|
D | uloc_keytype.cpp | 230 if (uprv_strchr(legacyTypeId, ':') != NULL) { in initFromResourceBundle() 322 if (uprv_strchr(from, ':') != NULL) { in initFromResourceBundle()
|
D | propname.cpp | 211 nameGroup=uprv_strchr(nameGroup, 0)+1; in getName()
|
D | uresbund.cpp | 1004 locale = uprv_strchr(chAlias+1, RES_PATH_SEPARATOR); in init_resb_result() 1006 … locale = uprv_strchr(chAlias, 0); /* avoid locale == NULL to make code below work */ in init_resb_result() 1023 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR); in init_resb_result() 1032 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR); in init_resb_result() 1721 pathToResource = uprv_strchr(pathToResource, RES_PATH_SEPARATOR); in ures_findResource() 1730 localeEnd = uprv_strchr(locale, RES_PATH_SEPARATOR); in ures_findResource() 1815 char *nextPathPart = uprv_strchr(pathPart, RES_PATH_SEPARATOR); in getTableItemByKeyPath() 1820 nextPathPart = uprv_strchr(pathPart, 0); in getTableItemByKeyPath()
|
D | ucnv.cpp | 686 const char *ccsidStr = uprv_strchr(standardName, '-'); in ucnv_getCCSID() 2110 sourceLimit=uprv_strchr(*source, 0); in ucnv_convertEx() 2411 sourceLimit=uprv_strchr(source, 0); in ucnv_internalConvert()
|
D | uresdata.cpp | 907 nextSepP = uprv_strchr(pathP, RES_PATH_SEPARATOR); in res_findResource() 919 *path = uprv_strchr(pathP, 0); in res_findResource()
|
D | locmap.cpp | 1186 if (uprv_strchr(localeID, '@')) in uprv_convertToLCIDPlatform()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | pkg_gencmn.cpp | 202 while((t = uprv_strchr(line,U_FILE_ALT_SEP_CHAR))) { in createCommonDataFile() 569 for(t=s;t=uprv_strchr(t,U_FILE_SEP_CHAR);) { in fixDirToTreePath() 574 for(t=s;t=uprv_strchr(t,U_FILE_ALT_SEP_CHAR);) { in fixDirToTreePath()
|
D | uparse.cpp | 44 char *end=uprv_strchr(s, 0); in u_rtrim() 126 limit=uprv_strchr(start, '#'); in u_parseDelimitedFile()
|
/external/icu/icu4c/source/tools/gensprep/ |
D | gensprep.c | 209 …if(uprv_strchr(srcDir,U_FILE_SEP_CHAR) == NULL && uprv_strchr(srcDir,U_FILE_ALT_SEP_CHAR) == NULL){ in main()
|
/external/icu/icu4c/source/tools/gencnval/ |
D | gencnval.c | 274 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/i18n/ |
D | nortrans.cpp | 63 UNormalization2Mode mode = (UNormalization2Mode)uprv_strchr(name, 0)[1]; in _create()
|
D | ucol_sit.cpp | 183 const char *end = uprv_strchr(string+1, terminator); in _processRFC3066Locale()
|
/external/icu/icu4c/source/extra/uconv/ |
D | uconv.cpp | 661 …if (uprv_strchr(translit, ':') || uprv_strchr(translit, '>') || uprv_strchr(translit, '<') || uprv… in convertFile()
|
/external/icu/icu4c/source/test/cintltst/ |
D | ucnvseltst.c | 220 tt->limit = uprv_strchr(s, 0); in text_nextString() 252 for(s = tt->text; (s = uprv_strchr(s, 0x23)) != NULL; *s++ = 0) {} in text_open()
|
/external/icu/icu4c/source/test/intltest/ |
D | windttst.cpp | 157 if (uprv_strchr(localeID, '@') > 0) { in testLocales()
|
D | testidn.cpp | 103 if(uprv_strchr(srcDir,U_FILE_SEP_CHAR) == NULL){ in testData()
|
/external/icu/icu4c/source/tools/pkgdata/ |
D | pkgtypes.c | 204 while ((itr = uprv_strchr(path, U_FILE_ALT_SEP_CHAR))) { in convertToNativePathSeparators()
|
/external/icu/icu4c/source/tools/genrb/ |
D | derb.cpp | 249 ext = uprv_strchr(filename, 0); in main()
|
/external/icu/icu4c/source/tools/makeconv/ |
D | makeconv.cpp | 596 end=uprv_strchr(line, 0); in readFile()
|