Searched refs:uprv_strchr (Results 1 - 25 of 30) sorted by relevance

12

/external/icu4c/common/
H A Duscript.c45 if(uprv_strchr(nameOrAbbrOrLocale, '-')==NULL && uprv_strchr(nameOrAbbrOrLocale, '_')==NULL ){
H A Duloc.c574 if((result = uprv_strchr(localeID, '@')) != NULL) {
585 if((result = uprv_strchr(localeID, *charToFind)) != NULL) {
677 equalSign = uprv_strchr(pos, '=');
678 semicolon = uprv_strchr(pos, ';');
843 startSearchHere = uprv_strchr(tmpLocaleID, '@'); /* TODO: REVISIT: shouldn't this be locale_getKeywordsStart ? */
861 nextSeparator = uprv_strchr(startSearchHere, '=');
880 startSearchHere = uprv_strchr(nextSeparator, ';');
1001 nextEqualsign = uprv_strchr(keywordStart, '=');
1020 nextSeparator = uprv_strchr(nextEqualsign, ';');
1747 keywordAssign = uprv_strchr(tmpLocaleI
[all...]
H A Dcstring.h40 #define uprv_strchr(s, c) U_STANDARD_CPP_NAMESPACE strchr(s, c) macro
H A Dputil.c1132 while(p = uprv_strchr(newDataDir, U_FILE_ALT_SEP_CHAR)) {
1480 if ((p = uprv_strchr(posixID, '.')) != NULL) {
1491 if ((p = uprv_strchr(correctedPOSIXLocale, '@')) != NULL) {
1515 if (uprv_strchr(correctedPOSIXLocale,'_') == NULL) {
1522 if ((q = uprv_strchr(p, '.')) != NULL) {
1637 if((p = uprv_strchr(correctedLocale, '.')) != NULL) {
1844 if (localeName != NULL && (name = (uprv_strchr(localeName, '.'))) != NULL) {
1850 if ((variant = (uprv_strchr(name, '@'))) != NULL) {
H A Dlocid.cpp423 if (uprv_strchr(newKeywords, '=')) {
574 while ((separator = uprv_strchr(field[fieldIdx-1], SEP_CHAR)) && fieldIdx < (int32_t)(sizeof(field)/sizeof(field[0]))-1) {
580 separator = uprv_strchr(field[fieldIdx-1], '@');
581 char* sep2 = uprv_strchr(field[fieldIdx-1], '.');
1045 const char* variantStart = uprv_strchr(fullName, '@');
1046 const char* assignment = uprv_strchr(fullName, '=');
H A Dudata.cpp511 nextPath = uprv_strchr(currentPath, U_PATH_SEP_CHAR);
1112 if(uprv_strchr(path,U_FILE_ALT_SEP_CHAR) != NULL) {
1115 while((p=uprv_strchr(altSepPath.data(), U_FILE_ALT_SEP_CHAR))) {
1139 first = uprv_strchr(path, U_FILE_SEP_CHAR);
1148 treeChar = uprv_strchr(path, U_TREE_SEPARATOR);
H A Duresbund.c883 locale = uprv_strchr(chAlias+1, RES_PATH_SEPARATOR);
885 locale = uprv_strchr(chAlias, 0); /* avoid locale == NULL to make code below work */
902 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR);
911 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR);
1598 pathToResource = uprv_strchr(pathToResource, RES_PATH_SEPARATOR);
1607 localeEnd = uprv_strchr(locale, RES_PATH_SEPARATOR);
H A Duresdata.c559 nextSepP = uprv_strchr(pathP, RES_PATH_SEPARATOR);
567 *path = uprv_strchr(pathP, 0);
H A Ducnv.c684 const char *ccsidStr = uprv_strchr(standardName, '-');
2116 sourceLimit=uprv_strchr(*source, 0);
2417 sourceLimit=uprv_strchr(source, 0);
/external/icu4c/i18n/
H A Dnortrans.cpp60 UNormalization2Mode mode = (UNormalization2Mode)uprv_strchr(name, 0)[1];
H A Dlocdspnm.cpp465 if (uprv_strcmp("root", lang) == 0 || uprv_strchr(lang, '_') != NULL) {
H A Ducol_sit.cpp176 const char *end = uprv_strchr(string+1, terminator);
H A Duspoof_impl.cpp272 locEnd = uprv_strchr(locStart, ',');
/external/icu4c/tools/toolutil/
H A Duparse.c41 char *end=uprv_strchr(s, 0);
123 limit=uprv_strchr(start, '#');
H A Dpkg_gencmn.c179 while((t = uprv_strchr(line,U_FILE_ALT_SEP_CHAR))) {
543 for(t=s;t=uprv_strchr(t,U_FILE_SEP_CHAR);) {
548 for(t=s;t=uprv_strchr(t,U_FILE_ALT_SEP_CHAR);) {
/external/icu4c/test/intltest/
H A Dwindttst.cpp137 if (uprv_strchr(localeID, '@') > 0) {
H A Dtestidn.cpp100 if(uprv_strchr(srcDir,U_FILE_SEP_CHAR) == NULL){
/external/icu4c/tools/gensprep/
H A Dgensprep.c206 if(uprv_strchr(srcDir,U_FILE_SEP_CHAR) == NULL && uprv_strchr(srcDir,U_FILE_ALT_SEP_CHAR) == NULL){
/external/icu4c/test/cintltst/
H A Ducnvseltst.c219 tt->limit = uprv_strchr(s, 0);
251 for(s = tt->text; (s = uprv_strchr(s, 0x23)) != NULL; *s++ = 0) {}
H A Dcitertst.c1034 char *semi = uprv_strchr(str, ';');
1035 char *pipe = uprv_strchr(str, '|');
1160 char *pStartCP = uprv_strchr(str, '[');
/external/icu4c/extra/uconv/
H A Duconv.cpp658 if (uprv_strchr(translit, ':') || uprv_strchr(translit, '>') || uprv_strchr(translit, '<') || uprv_strchr(translit, '>')) {
/external/icu4c/tools/gencnval/
H A Dgencnval.c263 end = uprv_strchr(pathBuf, 0);
677 if (uprv_strchr(alias, UCNV_OPTION_SEP_CHAR) != 0)
682 if (uprv_strchr(alias, UCNV_VALUE_SEP_CHAR) != 0)
892 if (uprv_strchr(GET_ALIAS_STR(converters[currConvNum].converter), UCNV_OPTION_SEP_CHAR) != NULL) {
/external/icu4c/tools/pkgdata/
H A Dpkgtypes.c202 while ((itr = uprv_strchr(path, U_FILE_ALT_SEP_CHAR))) {
/external/icu4c/tools/genprops/
H A Dprops2.c603 s=uprv_strchr(fields[1][0], '.');
/external/icu4c/tools/makeconv/
H A Dmakeconv.c604 end=uprv_strchr(line, 0);

Completed in 410 milliseconds

12