HomeSort by relevance Sort by last modified time
    Searched refs:uprv_strchr (Results 1 - 25 of 32) sorted by null

1 2

  /external/icu/icu4c/source/common/
locid.cpp 393 if (uprv_strchr(newKeywords, '=')) {
539 while ((separator = uprv_strchr(field[fieldIdx-1], SEP_CHAR)) && fieldIdx < (int32_t)(sizeof(field)/sizeof(field[0]))-1) {
545 separator = uprv_strchr(field[fieldIdx-1], '@');
546 char* sep2 = uprv_strchr(field[fieldIdx-1], '.');
618 const char *atPtr = uprv_strchr(fullName, '@');
619 const char *eqPtr = uprv_strchr(fullName, '=');
1010 const char* variantStart = uprv_strchr(fullName, '@');
1011 const char* assignment = uprv_strchr(fullName, '=');
uscript.c 113 if(uprv_strchr(nameOrAbbrOrLocale, '-')==NULL && uprv_strchr(nameOrAbbrOrLocale, '_')==NULL ){
uloc.cpp 566 if((result = uprv_strchr(localeID, '@')) != NULL) {
577 if((result = uprv_strchr(localeID, *charToFind)) != NULL) {
669 equalSign = uprv_strchr(pos, '=');
670 semicolon = uprv_strchr(pos, ';');
    [all...]
putil.cpp     [all...]
cstring.h 38 #define uprv_strchr(s, c) U_STANDARD_CPP_NAMESPACE strchr(s, c) macro
udata.cpp 525 nextPath = uprv_strchr(currentPath, U_PATH_SEP_CHAR);
    [all...]
uloc_keytype.cpp 222 if (uprv_strchr(legacyTypeId, ':') != NULL) {
314 if (uprv_strchr(from, ':') != NULL) {
propname.cpp 209 nameGroup=uprv_strchr(nameGroup, 0)+1;
uresbund.cpp     [all...]
ucnv.c 684 const char *ccsidStr = uprv_strchr(standardName, '-');
    [all...]
uresdata.cpp 892 nextSepP = uprv_strchr(pathP, RES_PATH_SEPARATOR);
904 *path = uprv_strchr(pathP, 0);
    [all...]
locmap.c     [all...]
  /external/icu/icu4c/source/i18n/
nortrans.cpp 61 UNormalization2Mode mode = (UNormalization2Mode)uprv_strchr(name, 0)[1];
ucol_sit.cpp 181 const char *end = uprv_strchr(string+1, terminator);
  /external/icu/icu4c/source/tools/toolutil/
uparse.c 42 char *end=uprv_strchr(s, 0);
124 limit=uprv_strchr(start, '#');
pkg_gencmn.c 198 while((t = uprv_strchr(line,U_FILE_ALT_SEP_CHAR))) {
562 for(t=s;t=uprv_strchr(t,U_FILE_SEP_CHAR);) {
567 for(t=s;t=uprv_strchr(t,U_FILE_ALT_SEP_CHAR);) {
  /external/icu/icu4c/source/test/intltest/
windttst.cpp 137 if (uprv_strchr(localeID, '@') > 0) {
testidn.cpp 101 if(uprv_strchr(srcDir,U_FILE_SEP_CHAR) == NULL){
  /external/icu/icu4c/source/tools/gensprep/
gensprep.c 207 if(uprv_strchr(srcDir,U_FILE_SEP_CHAR) == NULL && uprv_strchr(srcDir,U_FILE_ALT_SEP_CHAR) == NULL){
  /external/icu/icu4c/source/test/cintltst/
ucnvseltst.c 217 tt->limit = uprv_strchr(s, 0);
249 for(s = tt->text; (s = uprv_strchr(s, 0x23)) != NULL; *s++ = 0) {}
  /external/icu/icu4c/source/extra/uconv/
uconv.cpp 659 if (uprv_strchr(translit, ':') || uprv_strchr(translit, '>') || uprv_strchr(translit, '<') || uprv_strchr(translit, '>')) {
    [all...]
  /external/icu/icu4c/source/tools/gencnval/
gencnval.c 272 end = uprv_strchr(pathBuf, 0);
694 if (uprv_strchr(alias, UCNV_OPTION_SEP_CHAR) != 0)
699 if (uprv_strchr(alias, UCNV_VALUE_SEP_CHAR) != 0)
908 if (uprv_strchr(GET_ALIAS_STR(converters[currConvNum].converter), UCNV_OPTION_SEP_CHAR) != NULL) {
    [all...]
  /external/icu/icu4c/source/tools/pkgdata/
pkgtypes.c 202 while ((itr = uprv_strchr(path, U_FILE_ALT_SEP_CHAR))) {
  /external/icu/icu4c/source/tools/genrb/
derb.cpp 247 ext = uprv_strchr(filename, 0);
  /external/icu/icu4c/source/tools/makeconv/
makeconv.cpp 594 end=uprv_strchr(line, 0);

Completed in 298 milliseconds

1 2