Home
last modified time | relevance | path

Searched refs:u_strlen (Results 201 - 225 of 250) sorted by relevance

12345678910

/third_party/node/deps/icu-small/source/tools/genrb/
H A Dreslist.cpp436 * Runtime will detect !U16_IS_TRAIL(s[0]) and call u_strlen(). in handlePreflightStrings()
1209 fLocale = (char*) uprv_malloc(sizeof(char) * (u_strlen(locale)+1)); in setLocale()
1215 u_UCharsToChars(locale, fLocale, u_strlen(locale)+1); in setLocale()
/third_party/icu/icu4c/source/test/intltest/
H A Dstrcase.cpp1664 assertEquals("u_strToTitle(in-place) length", u_strlen(expected), length); in TestInPlaceTitle()
1672 int32_t inputLength = u_strlen(input); in TestCaseMapEditsIteratorDocs()
/third_party/icu/icu4c/source/tools/genrb/
H A Dreslist.cpp436 * Runtime will detect !U16_IS_TRAIL(s[0]) and call u_strlen(). in handlePreflightStrings()
1209 fLocale = (char*) uprv_malloc(sizeof(char) * (u_strlen(locale)+1)); in setLocale()
1215 u_UCharsToChars(locale, fLocale, u_strlen(locale)+1); in setLocale()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Duregex.cpp124 actualPatLen = u_strlen(pattern); in uregex_open()
1384 replacementLength = u_strlen(replacementText); in appendReplacement()
H A Dvtzone.cpp1787 && line->charAt(u_strlen(ICAL_TZURL)) == COLON) { in write()
1793 && line->charAt(u_strlen(ICAL_LASTMOD)) == COLON) { in write()
H A Dnumfmt.cpp1419 pattern.setTo(currPattern, u_strlen(currPattern)); in makeInstance()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dreslist.cpp436 * Runtime will detect !U16_IS_TRAIL(s[0]) and call u_strlen(). in handlePreflightStrings()
1217 fLocale = (char*) uprv_malloc(sizeof(char) * (u_strlen(locale)+1)); in setLocale()
1223 u_UCharsToChars(locale, fLocale, u_strlen(locale)+1); in setLocale()
/third_party/skia/third_party/externals/icu/source/common/
H A Duniset.cpp2201 length=u_strlen(s);
2238 length=u_strlen(s);
H A Dustrcase.cpp1248 srcLength=u_strlen(src); in ustrcase_map()
1294 srcLength=u_strlen(src); in ustrcase_mapWithOverlap()
H A Dputil.cpp2266 int32_t len = u_strlen(versionString);
H A Duresdata.cpp324 length=u_strlen(p); in res_getStringNoTrace()
H A Dustrtrns.cpp1354 srcLength = u_strlen(src); in u_strToJavaModifiedUTF8()
/third_party/icu/icu4c/source/test/cintltst/
H A Dccapitst.c3425 const UChar* sourceLimit = source + u_strlen(head); in TestFromUCountPending()
3438 sourceLimit = source + u_strlen(middle); in TestFromUCountPending()
3449 sourceLimit = source + u_strlen(tail); in TestFromUCountPending()
/third_party/icu/icu4c/source/common/
H A Duresbund.cpp3050 u_UCharsToChars(defUstr, defVal, u_strlen(defUstr)); in ures_getFunctionalEquivalent()
3125 u_UCharsToChars(defUstr, defVal, u_strlen(defUstr)); in ures_getFunctionalEquivalent()
3201 u_UCharsToChars(defUstr, defVal, u_strlen(defUstr)); in ures_getFunctionalEquivalent()
H A Dputil.cpp2275 int32_t len = u_strlen(versionString);
H A Duresdata.cpp324 length=u_strlen(p); in res_getStringNoTrace()
H A Dustrtrns.cpp1354 srcLength = u_strlen(src); in u_strToJavaModifiedUTF8()
/third_party/node/deps/icu-small/source/common/
H A Duresbund.cpp3144 u_UCharsToChars(defUstr, defVal, u_strlen(defUstr)); in ures_getFunctionalEquivalent()
3222 u_UCharsToChars(defUstr, defVal, u_strlen(defUstr)); in ures_getFunctionalEquivalent()
3321 u_UCharsToChars(defUstr, defVal, u_strlen(defUstr)); in ures_getFunctionalEquivalent()
H A Dustrtrns.cpp1354 srcLength = u_strlen(src); in u_strToJavaModifiedUTF8()
H A Duresdata.cpp324 length=u_strlen(p); in res_getStringNoTrace()
H A Dputil.cpp2290 int32_t len = u_strlen(versionString);
/third_party/node/deps/icu-small/source/i18n/
H A Dvtzone.cpp1720 && line->charAt(u_strlen(ICAL_TZURL)) == COLON) { in write()
1726 && line->charAt(u_strlen(ICAL_LASTMOD)) == COLON) { in write()
H A Dnumfmt.cpp1429 pattern.setTo(currPattern, u_strlen(currPattern)); in makeInstance()
/third_party/icu/icu4c/source/i18n/
H A Dvtzone.cpp1720 && line->charAt(u_strlen(ICAL_TZURL)) == COLON) { in write()
1726 && line->charAt(u_strlen(ICAL_LASTMOD)) == COLON) { in write()
H A Dnumfmt.cpp1427 pattern.setTo(currPattern, u_strlen(currPattern)); in makeInstance()

Completed in 71 milliseconds

12345678910