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

1 2 3 4 5 6 7 8 910

  /external/chromium_org/third_party/icu/source/test/iotest/
trnstst.c 193 len=fread(ubuf, sizeof(UChar), u_strlen(compare), infile);
195 if(len != u_strlen(compare))
197 log_err("Wanted %d UChars from file, got %d\n", u_strlen(compare), len);
201 if(u_strlen(compare) != u_strlen(ubuf))
203 log_err("Wanted %d UChars from file, but u_strlen() returns %d\n", u_strlen(compare), len);
290 if(u_strlen(compare) != u_strlen(ubuf))
292 log_err("Wanted %d UChars from file, but u_strlen() returns %d\n", u_strlen(compare), u_strlen(ubuf))
    [all...]
  /external/icu/icu4c/source/test/iotest/
trnstst.c 193 len=fread(ubuf, sizeof(UChar), u_strlen(compare), infile);
195 if(len != u_strlen(compare))
197 log_err("Wanted %d UChars from file, got %d\n", u_strlen(compare), len);
201 if(u_strlen(compare) != u_strlen(ubuf))
203 log_err("Wanted %d UChars from file, but u_strlen() returns %d\n", u_strlen(compare), len);
290 if(u_strlen(compare) != u_strlen(ubuf))
292 log_err("Wanted %d UChars from file, but u_strlen() returns %d\n", u_strlen(compare), u_strlen(ubuf))
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cdtdptst.c 60 fullFmt= udat_open(UDAT_PATTERN, UDAT_PATTERN,"en_US",NULL,0,pattern, u_strlen(pattern),&status);
69 fmt= udat_open(UDAT_PATTERN,UDAT_PATTERN,"en_US", NULL, 0,pattern, u_strlen(pattern), &status);
75 d = udat_parse(fmt, s, u_strlen(s), &pos, &status);
132 d = udat_parse(f, s, u_strlen(s), &pos, &status);
168 udat_applyPattern(format, FALSE, pat, u_strlen(pat));
170 date = udat_parse(format, str, u_strlen(str), &pos, &status);
203 format = udat_open(UDAT_PATTERN, UDAT_PATTERN, NULL, NULL, 0,pattern, u_strlen(pattern), &status);
212 date2 = udat_parse(format, now, u_strlen(now), &pos, &status);
255 cal=ucal_open(tzID, u_strlen(tzID), "cs", UCAL_GREGORIAN, &status);
270 d = udat_parse(fmt, juneStr, u_strlen(juneStr), &pos, &status)
    [all...]
ccurrtst.c 140 compareResult = ucol_strcoll(c, source, u_strlen(source), target, u_strlen(target));
144 sortklen=ucol_getSortKey(c, source, u_strlen(source), NULL, 0);
146 ucol_getSortKey(c, source, u_strlen(source), sortKey1, sortklen+1);
148 sortklen=ucol_getSortKey(c, target, u_strlen(target), NULL, 0);
150 ucol_getSortKey(c, target, u_strlen(target), sortKey2, sortklen+1);
utexttst.c 102 TEST_ASSERT(len == u_strlen(uString));
123 TEST_ASSERT(len == u_strlen(uString));
145 c = utext_next32From(uta, u_strlen(uString));
159 b = utext_moveIndex32(uta, u_strlen(uString)-1);
162 TEST_ASSERT(i==u_strlen(uString));
167 TEST_ASSERT(i==u_strlen(uString));
226 TEST_ASSERT(i == u_strlen(uString));
232 TEST_ASSERT(i == u_strlen(uString));
246 TEST_ASSERT(i == u_strlen(uString2Ptr));
cmsgtst.c 125 patternlength=u_strlen(testCasePatterns[i]);
156 patternlength=u_strlen(testCasePatterns[i]);
185 int32_t patternLength = u_strlen(testCasePatterns[0]);
201 patternLength = u_strlen(testCasePatterns[i]);
292 resultLengthOut=u_formatMessage( "en_US", pattern, u_strlen(pattern), result, resultlength, &status, str, d);
298 u_formatMessage( "en_US", pattern, u_strlen(pattern), result, resultlength, &status, str, d);
318 u_strlen(pattern),
329 u_formatMessage( "en_US", pattern, u_strlen(pattern), result, resultlength, &status, str, 23);
348 resultLengthOut=u_formatMessage( "en_US", pattern, u_strlen(pattern), NULL, resultlength, &status, str, 500.00);
354 u_formatMessage( "en_US", pattern, u_strlen(pattern), result, resultlength, &status, str, 500.00)
    [all...]
capitst.c 321 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_LESS, "ab < abc comparison failed");
326 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_LESS, "ab < AB comparison failed");
331 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_GREATER, "black-bird > blackbird comparison failed");
336 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_LESS, "black bird < black-bird comparison failed");
341 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_GREATER, "Hello > hello comparison failed")
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cdtdptst.c 60 fullFmt= udat_open(UDAT_PATTERN, UDAT_PATTERN,"en_US",NULL,0,pattern, u_strlen(pattern),&status);
69 fmt= udat_open(UDAT_PATTERN,UDAT_PATTERN,"en_US", NULL, 0,pattern, u_strlen(pattern), &status);
75 d = udat_parse(fmt, s, u_strlen(s), &pos, &status);
132 d = udat_parse(f, s, u_strlen(s), &pos, &status);
168 udat_applyPattern(format, FALSE, pat, u_strlen(pat));
170 date = udat_parse(format, str, u_strlen(str), &pos, &status);
203 format = udat_open(UDAT_PATTERN, UDAT_PATTERN, NULL, NULL, 0,pattern, u_strlen(pattern), &status);
212 date2 = udat_parse(format, now, u_strlen(now), &pos, &status);
255 cal=ucal_open(tzID, u_strlen(tzID), "cs", UCAL_GREGORIAN, &status);
270 d = udat_parse(fmt, juneStr, u_strlen(juneStr), &pos, &status)
    [all...]
ccurrtst.c 140 compareResult = ucol_strcoll(c, source, u_strlen(source), target, u_strlen(target));
144 sortklen=ucol_getSortKey(c, source, u_strlen(source), NULL, 0);
146 ucol_getSortKey(c, source, u_strlen(source), sortKey1, sortklen+1);
148 sortklen=ucol_getSortKey(c, target, u_strlen(target), NULL, 0);
150 ucol_getSortKey(c, target, u_strlen(target), sortKey2, sortklen+1);
utexttst.c 102 TEST_ASSERT(len == u_strlen(uString));
123 TEST_ASSERT(len == u_strlen(uString));
145 c = utext_next32From(uta, u_strlen(uString));
159 b = utext_moveIndex32(uta, u_strlen(uString)-1);
162 TEST_ASSERT(i==u_strlen(uString));
167 TEST_ASSERT(i==u_strlen(uString));
226 TEST_ASSERT(i == u_strlen(uString));
232 TEST_ASSERT(i == u_strlen(uString));
246 TEST_ASSERT(i == u_strlen(uString2Ptr));
cmsgtst.c 125 patternlength=u_strlen(testCasePatterns[i]);
156 patternlength=u_strlen(testCasePatterns[i]);
185 int32_t patternLength = u_strlen(testCasePatterns[0]);
201 patternLength = u_strlen(testCasePatterns[i]);
292 resultLengthOut=u_formatMessage( "en_US", pattern, u_strlen(pattern), result, resultlength, &status, str, d);
298 u_formatMessage( "en_US", pattern, u_strlen(pattern), result, resultlength, &status, str, d);
318 u_strlen(pattern),
329 u_formatMessage( "en_US", pattern, u_strlen(pattern), result, resultlength, &status, str, 23);
348 resultLengthOut=u_formatMessage( "en_US", pattern, u_strlen(pattern), NULL, resultlength, &status, str, 500.00);
354 u_formatMessage( "en_US", pattern, u_strlen(pattern), result, resultlength, &status, str, 500.00)
    [all...]
capitst.c 324 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_LESS, "ab < abc comparison failed");
329 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_LESS, "ab < AB comparison failed");
334 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_GREATER, "black-bird > blackbird comparison failed");
339 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_LESS, "black bird < black-bird comparison failed");
344 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_GREATER, "Hello > hello comparison failed")
    [all...]
citertst.c 98 ucol_setOffset(titer, u_strlen(pattern), &status);
174 ucol_setOffset(titer, u_strlen(pattern), &status);
250 iter=ucol_openElements(en_us, source, u_strlen(source), &status);
317 iter=ucol_openElements(th_th, source, u_strlen(source), &status);
432 iter=ucol_openElements(coll, test1, u_strlen(test1), &status);
447 c1 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
459 iter=ucol_openElements(c1, source, u_strlen(source), &status);
471 c2 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
480 iter=ucol_openElements(c2, source, u_strlen(source), &status);
491 c3 = ucol_openRules(rule, u_strlen(rule), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH,NULL, &status)
    [all...]
  /external/icu/icu4c/source/i18n/
currunit.cpp 23 if (_isoCode && u_strlen(_isoCode)==3) {
  /external/chromium_org/third_party/icu/source/samples/citer/
citer.cpp 50 UCharCharacterIterator iter(testText, u_strlen(testText));
76 if (iter.startIndex() != 0 || iter.endIndex() != u_strlen(testText)) {
83 if (c == CharacterIterator::DONE && i != u_strlen(testText)) {
117 StringCharacterIterator iter(testText, u_strlen(testText));
140 if (iter.startIndex() != 0 || iter.endIndex() != u_strlen(testText)) {
  /external/icu/icu4c/source/samples/citer/
citer.cpp 50 UCharCharacterIterator iter(testText, u_strlen(testText));
76 if (iter.startIndex() != 0 || iter.endIndex() != u_strlen(testText)) {
83 if (c == CharacterIterator::DONE && i != u_strlen(testText)) {
117 StringCharacterIterator iter(testText, u_strlen(testText));
140 if (iter.startIndex() != 0 || iter.endIndex() != u_strlen(testText)) {
  /external/chromium_org/third_party/icu/source/common/
ures_cnv.c 43 length=u_strlen(myPath);
  /external/chromium_org/third_party/icu/source/i18n/
currunit.cpp 25 if (_isoCode && u_strlen(_isoCode)==3) {
  /external/chromium_org/third_party/icu/source/samples/cal/
uprint.c 40 sourceLen = u_strlen(s);
  /external/chromium_org/third_party/icu/source/samples/date/
uprint.c 41 sourceLen = u_strlen(s);
  /external/icu/icu4c/source/common/
ures_cnv.c 43 length=u_strlen(myPath);
  /external/icu/icu4c/source/samples/cal/
uprint.c 40 sourceLen = u_strlen(s);
  /external/icu/icu4c/source/samples/date/
uprint.c 41 sourceLen = u_strlen(s);
  /external/chromium_org/third_party/icu/source/test/intltest/
srchtest.cpp 70 rules.append(extrarules, u_strlen(extrarules));
76 rules.append(extrarules, u_strlen(extrarules));
873 text.setTo(temp, u_strlen(temp));
876 pattern.setTo(temp, u_strlen(temp));
913 text.setTo(temp, u_strlen(temp));
915 pattern.setTo(temp, u_strlen(temp));
1006 text.setTo(temp, u_strlen(temp));
    [all...]
  /external/icu/icu4c/source/test/intltest/
srchtest.cpp 70 rules.append(extrarules, u_strlen(extrarules));
76 rules.append(extrarules, u_strlen(extrarules));
873 text.setTo(temp, u_strlen(temp));
876 pattern.setTo(temp, u_strlen(temp));
913 text.setTo(temp, u_strlen(temp));
915 pattern.setTo(temp, u_strlen(temp));
1006 text.setTo(temp, u_strlen(temp));
    [all...]

Completed in 286 milliseconds

1 2 3 4 5 6 7 8 910