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

1 2 3

  /external/chromium/third_party/icu/source/common/
uscript.c 45 if(uprv_strchr(nameOrAbbrOrLocale, '-')==NULL && uprv_strchr(nameOrAbbrOrLocale, '_')==NULL ){
putil.c     [all...]
cstring.h 40 #define uprv_strchr(s, c) U_STANDARD_CPP_NAMESPACE strchr(s, c) macro
locid.cpp 438 if (uprv_strchr(newKeywords, '=')) {
593 while ((separator = uprv_strchr(field[fieldIdx-1], SEP_CHAR)) && fieldIdx < (int32_t)(sizeof(field)/sizeof(field[0]))-1) {
599 separator = uprv_strchr(field[fieldIdx-1], '@');
600 char* sep2 = uprv_strchr(field[fieldIdx-1], '.');
    [all...]
uloc.c 558 if((result = uprv_strchr(localeID, '@')) != NULL) {
569 if((result = uprv_strchr(localeID, *charToFind)) != NULL) {
661 equalSign = uprv_strchr(pos, '=');
662 semicolon = uprv_strchr(pos, ';');
    [all...]
udata.c 592 iter->nextPath = uprv_strchr(path, U_PATH_SEP_CHAR);
    [all...]
  /external/icu4c/common/
uscript.c 45 if(uprv_strchr(nameOrAbbrOrLocale, '-')==NULL && uprv_strchr(nameOrAbbrOrLocale, '_')==NULL ){
uloc.c 538 if((result = uprv_strchr(localeID, '@')) != NULL) {
549 if((result = uprv_strchr(localeID, *charToFind)) != NULL) {
641 equalSign = uprv_strchr(pos, '=');
642 semicolon = uprv_strchr(pos, ';');
    [all...]
cstring.h 40 #define uprv_strchr(s, c) U_STANDARD_CPP_NAMESPACE strchr(s, c) macro
putil.c     [all...]
locid.cpp 423 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, '=');
udata.c 628 iter->nextPath = uprv_strchr(path, U_PATH_SEP_CHAR);
    [all...]
  /external/icu4c/i18n/
nortrans.cpp 60 UNormalization2Mode mode = (UNormalization2Mode)uprv_strchr(name, 0)[1];
  /external/icu4c/tools/toolutil/
uparse.c 44 char *end=uprv_strchr(s, 0);
126 limit=uprv_strchr(start, '#');
pkg_gencmn.c 177 while((t = uprv_strchr(line,U_FILE_ALT_SEP_CHAR))) {
537 for(t=s;t=uprv_strchr(t,U_FILE_SEP_CHAR);) {
542 for(t=s;t=uprv_strchr(t,U_FILE_ALT_SEP_CHAR);) {
  /external/chromium/third_party/icu/source/tools/toolutil/
pkg_gencmn.c 177 while((t = uprv_strchr(line,U_FILE_ALT_SEP_CHAR))) {
537 for(t=s;t=uprv_strchr(t,U_FILE_SEP_CHAR);) {
542 for(t=s;t=uprv_strchr(t,U_FILE_ALT_SEP_CHAR);) {
uparse.c 118 limit=uprv_strchr(start, '#');
  /external/chromium/third_party/icu/source/test/intltest/
windttst.cpp 138 if (uprv_strchr(localeID, '@') > 0) {
  /external/icu4c/test/intltest/
windttst.cpp 137 if (uprv_strchr(localeID, '@') > 0) {
  /external/chromium/third_party/icu/source/tools/gensprep/
gensprep.c 206 if(uprv_strchr(srcDir,U_FILE_SEP_CHAR) == NULL && uprv_strchr(srcDir,U_FILE_ALT_SEP_CHAR) == NULL){
  /external/icu4c/tools/gensprep/
gensprep.c 206 if(uprv_strchr(srcDir,U_FILE_SEP_CHAR) == NULL && uprv_strchr(srcDir,U_FILE_ALT_SEP_CHAR) == NULL){
  /external/chromium/third_party/icu/source/test/cintltst/
ucnvseltst.c 215 tt->limit = uprv_strchr(s, 0);
247 for(s = tt->text; (s = uprv_strchr(s, 0x23)) != NULL; *s++ = 0) {}
  /external/icu4c/test/cintltst/
ucnvseltst.c 216 tt->limit = uprv_strchr(s, 0);
248 for(s = tt->text; (s = uprv_strchr(s, 0x23)) != NULL; *s++ = 0) {}
  /external/chromium/third_party/icu/source/tools/gencnval/
gencnval.c 263 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) {
    [all...]
  /external/chromium/third_party/icu/source/tools/pkgdata/
pkgtypes.c 202 while ((itr = uprv_strchr(path, U_FILE_ALT_SEP_CHAR))) {

Completed in 200 milliseconds

1 2 3