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

1 2 3

  /external/icu4c/common/
uscript.c 45 if(uprv_strchr(nameOrAbbrOrLocale, '-')==NULL && uprv_strchr(nameOrAbbrOrLocale, '_')==NULL ){
locid.cpp 362 if (uprv_strchr(newKeywords, '=')) {
515 while ((separator = uprv_strchr(field[fieldIdx-1], SEP_CHAR)) && fieldIdx < (int32_t)(sizeof(field)/sizeof(field[0]))-1) {
521 separator = uprv_strchr(field[fieldIdx-1], '@');
522 char* sep2 = uprv_strchr(field[fieldIdx-1], '.');
981 const char* variantStart = uprv_strchr(fullName, '@');
982 const char* assignment = uprv_strchr(fullName, '=');
uloc.cpp 559 if((result = uprv_strchr(localeID, '@')) != NULL) {
570 if((result = uprv_strchr(localeID, *charToFind)) != NULL) {
662 equalSign = uprv_strchr(pos, '=');
663 semicolon = uprv_strchr(pos, ';');
    [all...]
cstring.h 38 #define uprv_strchr(s, c) U_STANDARD_CPP_NAMESPACE strchr(s, c) macro
putil.cpp     [all...]
udata.cpp 535 nextPath = uprv_strchr(currentPath, U_PATH_SEP_CHAR);
    [all...]
  /external/chromium_org/third_party/icu/source/common/
uscript.c 45 if(uprv_strchr(nameOrAbbrOrLocale, '-')==NULL && uprv_strchr(nameOrAbbrOrLocale, '_')==NULL ){
uloc.c 574 if((result = uprv_strchr(localeID, '@')) != NULL) {
585 if((result = uprv_strchr(localeID, *charToFind)) != NULL) {
677 equalSign = 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.cpp 511 nextPath = uprv_strchr(currentPath, U_PATH_SEP_CHAR);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
nortrans.cpp 60 UNormalization2Mode mode = (UNormalization2Mode)uprv_strchr(name, 0)[1];
  /external/icu4c/i18n/
nortrans.cpp 61 UNormalization2Mode mode = (UNormalization2Mode)uprv_strchr(name, 0)[1];
  /external/chromium_org/third_party/icu/source/tools/toolutil/
uparse.c 41 char *end=uprv_strchr(s, 0);
123 limit=uprv_strchr(start, '#');
pkg_gencmn.c 179 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/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/chromium_org/third_party/icu/source/test/intltest/
windttst.cpp 137 if (uprv_strchr(localeID, '@') > 0) {
  /external/icu4c/test/intltest/
windttst.cpp 137 if (uprv_strchr(localeID, '@') > 0) {
  /external/chromium_org/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 207 if(uprv_strchr(srcDir,U_FILE_SEP_CHAR) == NULL && uprv_strchr(srcDir,U_FILE_ALT_SEP_CHAR) == NULL){
  /external/chromium_org/third_party/icu/source/test/cintltst/
ucnvseltst.c 219 tt->limit = uprv_strchr(s, 0);
251 for(s = tt->text; (s = uprv_strchr(s, 0x23)) != NULL; *s++ = 0) {}
  /external/icu4c/test/cintltst/
ucnvseltst.c 219 tt->limit = uprv_strchr(s, 0);
251 for(s = tt->text; (s = uprv_strchr(s, 0x23)) != NULL; *s++ = 0) {}
  /external/chromium_org/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...]

Completed in 861 milliseconds

1 2 3