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

1 2

  /external/icu/icu4c/source/i18n/
reldatefmt.cpp 352 if (uprv_strncmp(keyword, "day", length) == 0) {
354 } else if (uprv_strncmp(keyword, "sun", length) == 0) {
356 } else if (uprv_strncmp(keyword, "mon", length) == 0) {
358 } else if (uprv_strncmp(keyword, "tue", length) == 0) {
360 } else if (uprv_strncmp(keyword, "wed", length) == 0) {
362 } else if (uprv_strncmp(keyword, "thu", length) == 0) {
364 } else if (uprv_strncmp(keyword, "fri", length) == 0) {
366 } else if (uprv_strncmp(keyword, "sat", length) == 0) {
371 if (uprv_strncmp(keyword, "hour", length) == 0) {
373 } else if (uprv_strncmp(keyword, "week", length) == 0)
    [all...]
ucol_res.cpp 326 typeLength > 6 && uprv_strncmp(type, "search", 6) == 0) {
645 } else if (type == URES_TABLE && uprv_strncmp(key, "private-", 8) != 0) {
dayperiodrules.cpp 150 if (uprv_strncmp(setNumStr, "set", 3) != 0) {
measfmt.cpp 388 if (uprv_strncmp(key, "units", 5) == 0) {
    [all...]
  /external/icu/icu4c/source/common/
cstring.h 49 #define uprv_strncmp(s1, s2, n) ( \ macro
60 #define uprv_strncmp(s1, s2, n) U_STANDARD_CPP_NAMESPACE strncmp(s1, s2, n) macro
udata.cpp 569 uprv_strncmp(pathBuffer.data() +(pathLen-4), suffix, 4)==0 && /* suffix matches */
570 uprv_strncmp(findBasename(pathBuffer.data()), basename, basenameLen)==0 && /* base matches */
582 uprv_strncmp(pathBuffer.data()+(pathLen-4), ".dat", 4) == 0)
    [all...]
putil.cpp 749 if (uprv_strncmp(*id, "posix/", 6) == 0
750 || uprv_strncmp(*id, "right/", 6) == 0)
    [all...]
ucnv_bld.cpp 654 if(uprv_strncmp(inName, "locale=", 7)==0) {
673 } else if(uprv_strncmp(inName, "version=", 8)==0) {
684 } else if(uprv_strncmp(inName, "swaplfnl", 8)==0) {
687 /* add processing for new options here with another } else if(uprv_strncmp(inName, "option-name=", XX)==0) { */
    [all...]
uloc.cpp     [all...]
uresbund.cpp 466 *isDefault = (UBool)(uprv_strncmp(name, defaultLoc, uprv_strlen(name)) == 0);
614 UBool usingUSRData = U_USE_USRDATA && ( path == NULL || uprv_strncmp(path,U_ICUDATA_NAME,8) == 0);
    [all...]
locdispnames.cpp 320 if (!uprv_strncmp(tableKey, "Languages", 9) && uprv_strtol(itemKey, NULL, 10)) {
    [all...]
ucnv_lmb.cpp 552 if (uprv_strncmp(pTable->LocaleID, LocaleID, strlen(pTable->LocaleID)) == 0)
    [all...]
uloc_tag.cpp     [all...]
  /external/icu/icu4c/source/tools/toolutil/
flagparser.cpp 152 if (uprv_strncmp(buffer, flagNames[i], offset) == 0) {
ucmstate.cpp 66 if(uprv_strncmp("initial", s, 7)==0) {
72 } else if(*pFlags==0 && uprv_strncmp("surrogates", s, 10)==0) {
    [all...]
  /external/icu/icu4c/source/tools/gensprep/
gensprep.c 360 && uprv_strncmp(s, NORMALIZE_DIRECTIVE, NORMALIZE_DIRECTIVE_LEN) == 0) {
365 && uprv_strncmp(s, CHECK_BIDI_DIRECTIVE, CHECK_BIDI_DIRECTIVE_LEN) == 0) {
  /external/icu/icu4c/source/test/intltest/
dcfmtest.cpp 518 if (fileSize<3 || uprv_strncmp(fileBuf, "\xEF\xBB\xBF", 3) != 0) {
intltest.cpp     [all...]
tztest.cpp     [all...]
loctest.cpp     [all...]
  /external/icu/icu4c/source/test/cintltst/
crestst.c 869 if(uprv_strncmp(testline, buf,uprv_strlen(buf))!=0){
877 if(uprv_strncmp(testline, buf,retLen)!=0){
    [all...]
cldrtest.c     [all...]
cnmdptst.c     [all...]
cloctst.c     [all...]
  /external/icu/icu4c/source/tools/genrb/
parse.cpp 932 if (uprv_strncmp(collationType, "private-", 8) == 0) {
956 if(uprv_strncmp(collationType, "search", 6) == 0) {
    [all...]

Completed in 944 milliseconds

1 2