/external/icu/icu4c/source/common/ |
D | locid.cpp | 393 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()
|
D | uloc.cpp | 566 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 …]
|
D | uscript.c | 113 if(uprv_strchr(nameOrAbbrOrLocale, '-')==NULL && uprv_strchr(nameOrAbbrOrLocale, '_')==NULL ){ in uscript_getCode()
|
D | putil.cpp | 1175 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()
|
D | udata.cpp | 525 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()
|
D | cstring.h | 38 #define uprv_strchr(s, c) U_STANDARD_CPP_NAMESPACE strchr(s, c) macro
|
D | uloc_keytype.cpp | 222 if (uprv_strchr(legacyTypeId, ':') != NULL) { in initFromResourceBundle() 314 if (uprv_strchr(from, ':') != NULL) { in initFromResourceBundle()
|
D | propname.cpp | 209 nameGroup=uprv_strchr(nameGroup, 0)+1; in getName()
|
D | uresbund.cpp | 971 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()
|
D | ucnv.c | 684 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()
|
D | locmap.c | 996 char *p = uprv_strchr(locName, '_'); in uprv_convertToPosix()
|
D | uresdata.cpp | 892 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/ |
D | pkg_gencmn.c | 198 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()
|
D | uparse.c | 42 char *end=uprv_strchr(s, 0); in u_rtrim() 124 limit=uprv_strchr(start, '#'); in u_parseDelimitedFile()
|
/external/icu/icu4c/source/tools/gensprep/ |
D | gensprep.c | 207 …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/ |
D | nortrans.cpp | 61 UNormalization2Mode mode = (UNormalization2Mode)uprv_strchr(name, 0)[1]; in _create()
|
D | ucol_sit.cpp | 181 const char *end = uprv_strchr(string+1, terminator); in _processRFC3066Locale()
|
/external/icu/icu4c/source/tools/gencnval/ |
D | gencnval.c | 272 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/ |
D | uconv.cpp | 659 …if (uprv_strchr(translit, ':') || uprv_strchr(translit, '>') || uprv_strchr(translit, '<') || uprv… in convertFile()
|
/external/icu/icu4c/source/test/cintltst/ |
D | ucnvseltst.c | 217 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/ |
D | windttst.cpp | 137 if (uprv_strchr(localeID, '@') > 0) { in testLocales()
|
D | testidn.cpp | 101 if(uprv_strchr(srcDir,U_FILE_SEP_CHAR) == NULL){ in testData()
|
/external/icu/icu4c/source/tools/pkgdata/ |
D | pkgtypes.c | 202 while ((itr = uprv_strchr(path, U_FILE_ALT_SEP_CHAR))) { in convertToNativePathSeparators()
|
/external/icu/icu4c/source/tools/genrb/ |
D | derb.cpp | 247 ext = uprv_strchr(filename, 0); in main()
|
/external/icu/icu4c/source/tools/makeconv/ |
D | makeconv.cpp | 594 end=uprv_strchr(line, 0); in readFile()
|