HomeSort by relevance Sort by last modified time
    Searched full:u_strlen (Results 76 - 100 of 238) sorted by null

1 2 34 5 6 7 8 910

  /external/icu4c/tools/genrb/
rle.c 249 srcLen = u_strlen(src);
310 srcLen = u_strlen(src);
parse.cpp 258 count = u_strlen(tokenValue->fChars);
810 int32_t length = u_strlen(s);
868 u_UCharsToChars(tokenValue->fChars, subtag, u_strlen(tokenValue->fChars) + 1);
902 // UBool override = (u_strncmp(member->u.fString.fChars, trueValue, u_strlen(trueValue)) == 0);
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccaltst.c 242 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
247 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
252 calfr=ucal_open(tzID, u_strlen(tzID), "fr_FR", UCAL_TRADITIONAL, &status);
256 calit=ucal_open(tzID, u_strlen(tzID), "it_IT", UCAL_TRADITIONAL, &status);
466 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
467 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
653 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
    [all...]
uenumtst.c 171 *resultLength = u_strlen(ucont->currUChar);
cnormtst.c 177 neededLen= unorm_normalize(source, u_strlen(source), mode, 0, NULL, 0, &status);
188 length2=unorm_normalize(source, u_strlen(source), mode, 0, result, LENGTHOF(result), &status);
477 if (unorm_quickCheck(d, u_strlen(d), UNORM_NFD, &error) !=
484 if (unorm_quickCheck(c, u_strlen(c), UNORM_NFC, &error) ==
499 if (unorm_quickCheck(d, u_strlen(d), UNORM_NFKD, &error) !=
506 if (unorm_quickCheck(c, u_strlen(c), UNORM_NFKC, &error) !=
    [all...]
reapits.c 314 TEST_ASSERT(u_strlen(resultPat) == 3);
474 len = u_strlen(text1);
882 TEST_ASSERT(resultSize == u_strlen(text2));
    [all...]
cstrcase.c 640 lenMixed=u_strlen(mixed);
641 lenOtherDefault=u_strlen(otherDefault);
642 lenOtherExcludeSpecialI=u_strlen(otherExcludeSpecialI);
643 lenDifferent=u_strlen(different);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
testidna.cpp 458 int32_t expectedLen = (expected != NULL) ? u_strlen(expected) : 0;
465 tSrcLen = u_strlen(src);
541 destLen = func(src,u_strlen(src),dest,destLen+1,options, &parseError, &status);
568 destLen = func(src,u_strlen(src),dest,destLen+1,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
624 destLen = func(src,u_strlen(src),dest,destLen+1,options | UIDNA_USE_STD3_RULES, &parseError, &status);
807 int32_t srcLen = u_strlen(src); //subtract null
812 testCompare(src,srcLen,buf,u_strlen(buf),testName, func,TRUE);
    [all...]
  /external/icu4c/test/intltest/
testidna.cpp 458 int32_t expectedLen = (expected != NULL) ? u_strlen(expected) : 0;
465 tSrcLen = u_strlen(src);
541 destLen = func(src,u_strlen(src),dest,destLen+1,options, &parseError, &status);
568 destLen = func(src,u_strlen(src),dest,destLen+1,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
624 destLen = func(src,u_strlen(src),dest,destLen+1,options | UIDNA_USE_STD3_RULES, &parseError, &status);
807 int32_t srcLen = u_strlen(src); //subtract null
812 testCompare(src,srcLen,buf,u_strlen(buf),testName, func,TRUE);
    [all...]
  /external/chromium_org/third_party/icu/source/common/
unistr_case.cpp 74 srcLength = u_strlen(srcChars + srcStart);
unistr.cpp 249 textLength = u_strlen(text);
268 // fLength = u_strlen(buff); but do not look beyond buffCapacity
600 srcLength = u_strlen(srcChars + srcStart);
1116 textLength = u_strlen(text);
1145 // buffLength = u_strlen(buff); but do not look beyond buffCapacity
    [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
unewdata.c 258 length=u_strlen(s);
  /external/icu4c/common/
unistr_case.cpp 74 srcLength = u_strlen(srcChars + srcStart);
  /external/icu4c/i18n/
zonemeta.cpp 149 int32_t len = u_strlen(text);
313 len = u_strlen(derefer);
466 U_ASSERT(u_strlen(region) == 2);
938 int32_t len = u_strlen(canonicalID);
  /external/icu4c/test/perf/howExpensiveIs/
howExpensiveIs.cpp 288 fLen(u_strlen(fStr)),
416 fLen(u_strlen(fStr)),
493 fLen(u_strlen(fStr)),
573 fLen(u_strlen(fStr)),
  /external/icu4c/tools/toolutil/
unewdata.c 258 length=u_strlen(s);
  /external/icu4c/test/cintltst/
callcoll.c 274 uint32_t sLen = u_strlen(source);
275 uint32_t tLen = u_strlen(target);
605 iter = ucol_openElements(coll, t1, u_strlen(t1), &status);
615 ucol_setText(iter, t1, u_strlen(t1), &status);
617 ucol_setText(iter, t2, u_strlen(t2), &status);
    [all...]
reapits.c 355 TEST_ASSERT(u_strlen(resultPat) == 3);
515 len = u_strlen(text1);
923 TEST_ASSERT(resultSize == u_strlen(text2));
    [all...]
ccaltst.c 273 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
278 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
283 calfr=ucal_open(tzID, u_strlen(tzID), "fr_FR", UCAL_TRADITIONAL, &status);
287 calit=ucal_open(tzID, u_strlen(tzID), "it_IT", UCAL_TRADITIONAL, &status);
501 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
502 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
503 caldef3=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
755 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
    [all...]
cnormtst.c 181 neededLen= unorm_normalize(source, u_strlen(source), mode, 0, NULL, 0, &status);
192 length2=unorm_normalize(source, u_strlen(source), mode, 0, result, LENGTHOF(result), &status);
481 if (unorm_quickCheck(d, u_strlen(d), UNORM_NFD, &error) !=
488 if (unorm_quickCheck(c, u_strlen(c), UNORM_NFC, &error) ==
503 if (unorm_quickCheck(d, u_strlen(d), UNORM_NFKD, &error) !=
510 if (unorm_quickCheck(c, u_strlen(c), UNORM_NFKC, &error) !=
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
parse.c 260 count = u_strlen(tokenValue->fChars);
846 u_UCharsToChars(tokenValue->fChars, subtag, u_strlen(tokenValue->fChars) + 1);
882 if (u_strncmp(member->u.fString.fChars, trueValue, u_strlen(trueValue)) == 0)
1056 u_UCharsToChars(tokenValue->fChars, subtag, u_strlen(tokenValue->fChars) + 1);
    [all...]
  /external/chromium_org/third_party/icu/source/io/
ustdio.c 283 int32_t count = u_file_write(s, u_strlen(s), f);
322 count = u_strlen(chars);
  /external/chromium_org/third_party/icu/source/test/perf/collationperf/
collperf.cpp 436 totalChars += u_strlen(gFileLines[line].name);
889 u_strlen(gFileLines[linecount].name);
898 u_strlen(gFileLines[linecount].name);
915 strlen = u_strlen(str);
    [all...]
  /external/icu4c/io/
ustdio.c 283 int32_t count = u_file_write(s, u_strlen(s), f);
322 count = u_strlen(chars);
  /external/icu4c/test/perf/collationperf/
collperf.cpp 436 totalChars += u_strlen(gFileLines[line].name);
889 u_strlen(gFileLines[linecount].name);
898 u_strlen(gFileLines[linecount].name);
915 strlen = u_strlen(str);
    [all...]

Completed in 1458 milliseconds

1 2 34 5 6 7 8 910