Home
last modified time | relevance | path

Searched refs:u_strlen (Results 26 - 50 of 250) sorted by relevance

12345678910

/third_party/skia/third_party/externals/icu/source/common/
H A Duchriter.cpp30 : CharacterIterator(textPtr != 0 ? (length>=0 ? length : u_strlen(textPtr)) : 0), in UCharCharacterIterator()
38 : CharacterIterator(textPtr != 0 ? (length>=0 ? length : u_strlen(textPtr)) : 0, position), in UCharCharacterIterator()
48 : CharacterIterator(textPtr != 0 ? (length>=0 ? length : u_strlen(textPtr)) : 0, textBegin, textEnd, position), in UCharCharacterIterator()
H A Dustr_wcs.cpp92 srcLength = u_strlen(pSrc); in _strToWCS()
254 srcLength = u_strlen(src); in u_strToWCS()
509 srcLength = u_strlen((const UChar *)src); in u_strFromWCS()
H A Dures_cnv.cpp45 length=u_strlen(myPath); in ures_openU()
H A Ducat.cpp73 *len = u_strlen(s); in u_catgets()
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dderb.cpp323 int len = u_strlen(string);
456 printString(out, string, (int32_t)(u_strlen(string))); in printOutBundle()
481 printString(out, num, u_strlen(num)); in printOutBundle()
542 printString(out, num, u_strlen(num)); in printOutBundle()
546 printString(out, num, u_strlen(num)); in printOutBundle()
/third_party/icu/icu4c/source/tools/genrb/
H A Dderb.cpp323 int len = u_strlen(string);
456 printString(out, string, (int32_t)(u_strlen(string))); in printOutBundle()
481 printString(out, num, u_strlen(num)); in printOutBundle()
542 printString(out, num, u_strlen(num)); in printOutBundle()
546 printString(out, num, u_strlen(num)); in printOutBundle()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dderb.cpp323 int len = u_strlen(string);
456 printString(out, string, (int32_t)(u_strlen(string))); in printOutBundle()
481 printString(out, num, u_strlen(num)); in printOutBundle()
542 printString(out, num, u_strlen(num)); in printOutBundle()
546 printString(out, num, u_strlen(num)); in printOutBundle()
/third_party/icu/icu4c/source/test/cintltst/
H A Dccaltst.c309 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestCalendar()
314 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestCalendar()
319 calfr=ucal_open(tzID, u_strlen(tzID), "fr_FR", UCAL_TRADITIONAL, &status); in TestCalendar()
323 calit=ucal_open(tzID, u_strlen(tzID), "it_IT", UCAL_TRADITIONAL, &status); in TestCalendar()
542 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestGetSetDateAPI()
543 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestGetSetDateAPI()
544 caldef3=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestGetSetDateAPI()
802 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestFieldGetSet()
967 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status); in TestAddRollExtensive()
1059 cal=ucal_open(tzID, u_strlen(tzI in TestAddRollExtensive()
[all...]
H A Dcnumtst.c357 d1=unum_parseDouble(cur_def, result, u_strlen(result), &parsepos, &status); in TestNumberFormat()
362 log_err("parse of '%s' failed. Parsepos=%d. The error is : %s\n", aescstrdup(result,u_strlen(result)),parsepos, myErrorName(status)); in TestNumberFormat()
410 d1=unum_parseDoubleCurrency(cur_def, result, u_strlen(result), &parsepos, temp2, &status); in TestNumberFormat()
412 log_err("parseDoubleCurrency '%s' failed. The error is : %s\n", aescstrdup(result, u_strlen(result)), myErrorName(status)); in TestNumberFormat()
434 resultlength=u_strlen(temp1); in TestNumberFormat()
460 d1=unum_parseDouble(cur_def, temp1, u_strlen(temp1), &parsepos, &status); in TestNumberFormat()
492 l1=unum_parse(per_fr, result, u_strlen(result), &parsepos, &status); in TestNumberFormat()
509 pattern=unum_open(UNUM_IGNORE,temp1, u_strlen(temp1), NULL, NULL,&status); in TestNumberFormat()
559 cur_frpattern=unum_open(UNUM_IGNORE,result, u_strlen(result), "fr_FR",NULL, &status); in TestNumberFormat()
597 unum_applyPattern(cur_frpattern, false, result, u_strlen(resul in TestNumberFormat()
[all...]
H A Dcallcoll.c280 uint32_t sLen = u_strlen(source); in doTestVariant()
281 uint32_t tLen = u_strlen(target); in doTestVariant()
612 iter = ucol_openElements(coll, t1, u_strlen(t1), &status); in genericOrderingTestWithResult()
622 ucol_setText(iter, t1, u_strlen(t1), &status); in genericOrderingTestWithResult()
624 ucol_setText(iter, t2, u_strlen(t2), &status); in genericOrderingTestWithResult()
1208 coll = ucol_openRules(rules, u_strlen(rules), UCOL_OFF, UCOL_DEFAULT_STRENGTH, &parseError, &status); in TestInvalidRules()
1256 c1 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, &parseError, &status); in TestJitterbug1098()
H A Dudatpg_test.c719 uExpectLen = u_strlen(enDTPatterns[patStyle]); in TestDateTimePatterns()
734 uExpectLen = u_strlen(modDTPatterns[patStyle]); in TestDateTimePatterns()
749 uExpectLen = u_strlen(modDTPatterns[UDAT_MEDIUM]); in TestDateTimePatterns()
758 uExpectLen = u_strlen(modDTPatterns[UDAT_SHORT]); in TestDateTimePatterns()
783 uExpectLen = u_strlen(localeAndResultsPtr->expectPat[patStyle]); in doDTPatternTest()
/third_party/icu/icu4c/source/samples/cal/
H A Duprint.c45 sourceLen = u_strlen(s); in uprint()
/third_party/icu/icu4c/source/samples/numfmt/
H A Dcapi.c50 a = unum_parseDouble(fmt, str, u_strlen(str), NULL, &status); in capi()
/third_party/icu/tools/multi/proj/chello/
H A Duprint.cpp43 sourceLen = u_strlen(s); in uprint()
/third_party/icu/icu4c/source/common/
H A Dures_cnv.cpp45 length=u_strlen(myPath); in ures_openU()
H A Ducat.cpp73 *len = u_strlen(s); in u_catgets()
/third_party/node/deps/icu-small/source/common/
H A Dures_cnv.cpp45 length=u_strlen(myPath); in ures_openU()
H A Ducat.cpp73 *len = u_strlen(s); in u_catgets()
/third_party/icu/icu4c/source/samples/date/
H A Duprint.c46 sourceLen = u_strlen(s); in uprint()
/third_party/skia/third_party/externals/icu/source/samples/cal/
H A Duprint.c45 sourceLen = u_strlen(s); in uprint()
/third_party/skia/third_party/externals/icu/source/samples/date/
H A Duprint.c46 sourceLen = u_strlen(s); in uprint()
/third_party/skia/third_party/externals/icu/source/samples/numfmt/
H A Dcapi.c50 a = unum_parseDouble(fmt, str, u_strlen(str), NULL, &status); in capi()
/third_party/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp439 totalChars += u_strlen(gFileLines[line].name); in doKeyGen()
892 u_strlen(gFileLines[linecount].name); in doForwardIterTest()
901 u_strlen(gFileLines[linecount].name); in doForwardIterTest()
918 strlen = u_strlen(str); in doForwardIterTest()
1056 u_strlen(gFileLines[linecount].name); in doBackwardIterTest()
1065 u_strlen(gFileLines[linecount].name); in doBackwardIterTest()
1083 strlen = u_strlen(str); in doBackwardIterTest()
1408 UCollator *coll = ucol_openRules(buf, u_strlen(buf), UCOL_OFF, in openRulesCollator()
/third_party/icu/icu4c/source/test/intltest/
H A Dtestidna.cpp462 int32_t expectedLen = (expected != NULL) ? u_strlen(expected) : 0; in testAPI()
469 tSrcLen = u_strlen(src); in testAPI()
549 destLen = func(src,u_strlen(src),dest,destLen+1,options, &parseError, &status); in testAPI()
576 destLen = func(src,u_strlen(src),dest,destLen+1,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status); in testAPI()
632 destLen = func(src,u_strlen(src),dest,destLen+1,options | UIDNA_USE_STD3_RULES, &parseError, &status); in testAPI()
815 int32_t srcLen = u_strlen(src); //subtract null in testCompare()
820 testCompare(src,srcLen,buf,u_strlen(buf),testName, func,true); in testCompare()
889 int32_t srcLen = u_strlen(start);
1008 int32_t srcLen = u_strlen(src); in testChaining()
1214 int32_t srcLen = u_strlen(sr in testRootLabelSeparator()
[all...]
H A Dcitrtest.cpp291 UCharCharacterIterator* test1 = new UCharCharacterIterator(testText, u_strlen(testText)); in TestConstructionAndEqualityUChariter()
292 UCharCharacterIterator* test2 = new UCharCharacterIterator(testText, u_strlen(testText), 5); in TestConstructionAndEqualityUChariter()
293 UCharCharacterIterator* test3 = new UCharCharacterIterator(testText, u_strlen(testText), 2, 20, 5); in TestConstructionAndEqualityUChariter()
294 UCharCharacterIterator* test4 = new UCharCharacterIterator(testText2, u_strlen(testText2)); in TestConstructionAndEqualityUChariter()
298 // j785: length=-1 will use u_strlen() in TestConstructionAndEqualityUChariter()
310 if (test8b->endIndex() != u_strlen(testText)) in TestConstructionAndEqualityUChariter()
342 test5->setText(testText2, u_strlen(testText2)); in TestConstructionAndEqualityUChariter()
346 test5->setText(testText, u_strlen(testText)); in TestConstructionAndEqualityUChariter()

Completed in 20 milliseconds

12345678910