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

1 2 3 4 56 7 8 910

  /external/chromium_org/third_party/icu/source/test/cintltst/
usettest.c 383 if (u_strlen(ustr) > 2 && ustr[1] == 0x5e /*'^'*/) {
538 pat = uset_openPatternOptions(pattern, u_strlen(pattern), 0, &status);
spooftest.c 493 TEST_ASSERT_EQ(u_strlen(lll_Skel), skelLength);
  /external/chromium_org/third_party/icu/source/test/intltest/
idnaref.cpp 278 srcLength = u_strlen(src);
627 uprv_memmove(dest,src,u_strlen(src)* U_SIZEOF_UCHAR);
ustrtest.cpp 202 if(s.setTo(buffer, -1, LENGTHOF(buffer)).length()!=u_strlen(buffer)) {
205 if(t.length()!=u_strlen(buffer)) {
216 buffer[u_strlen(buffer)]=0xe4;
    [all...]
  /external/icu4c/common/
uinvchar.c 464 localLength=u_strlen(localString);
509 localLength=u_strlen(localString);
ubidiwrt.c 340 srcLength=u_strlen(src);
  /external/icu4c/samples/ustring/
ustring.cpp 153 int32_t length=u_strlen(text); /* length=3 */
159 length=u_strlen(buffer); /* length=4 */
  /external/icu4c/test/cintltst/
cintltst.c 491 length = u_strlen ( unichars );
519 length = u_strlen( unichars);
crestst.c 385 expected_string=(UChar*)malloc(sizeof(UChar)*(u_strlen(base) + 3));
391 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1));
    [all...]
putiltst.c 180 charvalue=(char*)malloc(sizeof(char) * (u_strlen(udataDir) + 1));
182 u_UCharsToChars(udataDir, charvalue, (u_strlen(udataDir)+1));
usettest.c 383 if (u_strlen(ustr) > 2 && ustr[1] == 0x5e /*'^'*/) {
538 pat = uset_openPatternOptions(pattern, u_strlen(pattern), 0, &status);
usrchtst.c 72 DE_ = ucol_openRules(rules, u_strlen(rules), UCOL_ON, UCOL_TERTIARY,
78 ES_ = ucol_openRules(rules, u_strlen(rules), UCOL_ON, UCOL_TERTIARY,
139 int length = u_strlen(unichars);
    [all...]
spooftest.c 520 TEST_ASSERT_EQ(u_strlen(lll_Skel), skelLength);
  /external/icu4c/test/intltest/
idnaref.cpp 278 srcLength = u_strlen(src);
629 uprv_memmove(dest,src,u_strlen(src)* U_SIZEOF_UCHAR);
ustrtest.cpp 204 if(s.setTo(buffer, -1, LENGTHOF(buffer)).length()!=u_strlen(buffer)) {
207 if(t.length()!=u_strlen(buffer)) {
218 buffer[u_strlen(buffer)]=0xe4;
    [all...]
  /external/icu4c/i18n/
ucurr.cpp 419 if(buffCapacity > u_strlen(result)) {
422 return u_strlen(result);
602 *len = u_strlen(currency); // Should == ISO_CURRENCY_CODE_LENGTH, but maybe not...?
678 *len = u_strlen(currency); // Should == ISO_CURRENCY_CODE_LENGTH, but maybe not...?
    [all...]
tblcoll.cpp 424 sourceLen = u_strlen(source);
ucal.cpp 38 int32_t l = (len<0 ? u_strlen(zoneID) : len);
unum.cpp 754 int32_t len = (patternLength == -1 ? u_strlen(pattern) : patternLength);
  /external/chromium_org/third_party/icu/source/common/
ubidiwrt.c 339 srcLength=u_strlen(src);
  /external/chromium_org/third_party/icu/source/i18n/
ucal.cpp 37 int32_t l = (len<0 ? u_strlen(zoneID) : len);
ucurr.cpp 379 if(buffCapacity > u_strlen(result)) {
382 return u_strlen(result);
562 *len = u_strlen(currency); // Should == ISO_COUNTRY_CODE_LENGTH, but maybe not...?
638 *len = u_strlen(currency); // Should == ISO_COUNTRY_CODE_LENGTH, but maybe not...?
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
reslist.c 945 if (len <= MAX_IMPLICIT_STRING_LENGTH && !U16_IS_TRAIL(value[0]) && len == u_strlen(value)) {
948 * Runtime will detect !U16_IS_TRAIL(value[0]) and call u_strlen().
    [all...]
  /external/icu4c/i18n/unicode/
ucoleitr.h 80 * . c = ucol_openElements(coll, str, u_strlen(str), &status);
  /external/icu4c/tools/genrb/
reslist.c 947 if (len <= MAX_IMPLICIT_STRING_LENGTH && !U16_IS_TRAIL(value[0]) && len == u_strlen(value)) {
950 * Runtime will detect !U16_IS_TRAIL(value[0]) and call u_strlen().
    [all...]

Completed in 468 milliseconds

1 2 3 4 56 7 8 910