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

12 3 4 5 6 7 8 910

  /external/chromium_org/third_party/icu/source/common/
ucat.c 71 *len = u_strlen(s);
uchriter.cpp 28 : CharacterIterator(textPtr != 0 ? (length>=0 ? length : u_strlen(textPtr)) : 0),
36 : CharacterIterator(textPtr != 0 ? (length>=0 ? length : u_strlen(textPtr)) : 0, position),
46 : CharacterIterator(textPtr != 0 ? (length>=0 ? length : u_strlen(textPtr)) : 0, textBegin, textEnd, position),
  /external/chromium_org/third_party/icu/source/samples/numfmt/
capi.c 46 a = unum_parseDouble(fmt, str, u_strlen(str), NULL, &status);
  /external/chromium_org/third_party/icu/source/test/cintltst/
cdtrgtst.c 92 udat_applyPattern(df, TRUE, temp, u_strlen(temp));
97 d1=udat_parse(df, todayS, u_strlen(todayS), &parsepos, &status);
163 def = udat_open(UDAT_PATTERN,UDAT_PATTERN,NULL, NULL, 0, pat, u_strlen(pat), &status);
180 got = udat_parse(def, s, u_strlen(s), 0, &status);
214 def = udat_open(UDAT_PATTERN,UDAT_PATTERN,NULL,tzID,-1,pattern, u_strlen(pattern),&status);
227 def = udat_open(UDAT_PATTERN,UDAT_PATTERN,NULL,tzID,-1,pattern, u_strlen(pattern),&status);
288 formatter = udat_open(UDAT_PATTERN,UDAT_PATTERN,"en_US",tzID,-1,pattern, u_strlen(pattern), &status);
290 myDate = udat_parse(formatter, dateString, u_strlen(dateString), &pos, &status);
302 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status);
333 df = udat_open(UDAT_PATTERN,UDAT_PATTERN,NULL,NULL,0,pattern, u_strlen(pattern),&status)
    [all...]
citertst.c 103 ucol_setOffset(titer, u_strlen(pattern), &status);
179 ucol_setOffset(titer, u_strlen(pattern), &status);
255 iter=ucol_openElements(en_us, source, u_strlen(source), &status);
322 iter=ucol_openElements(th_th, source, u_strlen(source), &status);
437 iter=ucol_openElements(coll, test1, u_strlen(test1), &status);
452 c1 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
464 iter=ucol_openElements(c1, source, u_strlen(source), &status);
476 c2 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
485 iter=ucol_openElements(c2, source, u_strlen(source), &status);
496 c3 = ucol_openRules(rule, u_strlen(rule), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH,NULL, &status)
    [all...]
cnmdptst.c 78 fmt= unum_open(UNUM_IGNORE,upat, u_strlen(upat), "en_US",NULL, &status);
131 fmt =unum_open(UNUM_IGNORE,pat, u_strlen(pat), "en_US",NULL, &status);
160 fmt =unum_open(UNUM_IGNORE,pat, u_strlen(pat), "en_US",NULL, &status);
255 fmt=unum_open(UNUM_IGNORE,upat, u_strlen(upat), "en_US",NULL, &status);
260 lneed= u_strlen(upat) + 1;
285 a=unum_parseDouble(fmt, str, u_strlen(str), &ppos, &status);
286 if (ppos== u_strlen(str)) {
315 a=unum_parseDouble(fmt, str, u_strlen(str), &ppos, &status);
316 if (ppos== u_strlen(str)) {
351 fmt = unum_open(UNUM_IGNORE,pattern, u_strlen(pattern), "en_US",NULL, &status)
    [all...]
idnatest.c 81 int32_t expectedLen = (expected != NULL) ? u_strlen(expected) : 0;
88 tSrcLen = u_strlen(src);
146 destLen = func(src,u_strlen(src),dest,destLen+1,options, &parseError, &status);
168 destLen = func(src,u_strlen(src),dest,destLen+1,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
212 destLen = func(src,u_strlen(src),dest,destLen+1,options | UIDNA_USE_STD3_RULES, &parseError, &status);
615 u_strncat(source,unicodeIn[i], u_strlen(unicodeIn[i]));
620 srcLen = u_strlen(src);
625 testCompareWithSrc(src,srcLen,buf,u_strlen(buf),testName, func,TRUE);
629 testCompareWithSrc(src,srcLen,uni1,u_strlen(uni1),testName, func,FALSE);
631 testCompareWithSrc(src,srcLen,uni0,u_strlen(uni0),testName, func,FALSE)
    [all...]
cnumtst.c 313 d1=unum_parseDouble(cur_def, result, u_strlen(result), &parsepos, &status);
318 log_err("parse of '%s' failed. Parsepos=%d. The error is : %s\n", aescstrdup(result,u_strlen(result)),parsepos, myErrorName(status));
366 d1=unum_parseDoubleCurrency(cur_def, result, u_strlen(result), &parsepos, temp2, &status);
368 log_err("parseDoubleCurrency '%s' failed. The error is : %s\n", aescstrdup(result, u_strlen(result)), myErrorName(status));
390 resultlength=u_strlen(temp1);
416 d1=unum_parseDouble(cur_def, temp1, u_strlen(temp1), &parsepos, &status);
448 l1=unum_parse(per_fr, result, u_strlen(result), &parsepos, &status);
465 pattern=unum_open(UNUM_IGNORE,temp1, u_strlen(temp1), NULL, NULL,&status);
515 cur_frpattern=unum_open(UNUM_IGNORE,result, u_strlen(result), "fr_FR",NULL, &status);
553 unum_applyPattern(cur_frpattern, FALSE, result, u_strlen(result),NULL,NULL)
    [all...]
custrtst.c 104 /*Tests for u_strcat(),u_strcmp(), u_strlen(), u_strcpy(),u_strncat(),u_strncmp(),u_strncpy, u_uastrcpy(),u_austrcpy(), u_uastrncpy(); */
115 log_verbose("Testing u_strlen()\n");
116 if( u_strlen(dataTable[0][0])!= u_strlen(dataTable[0][3]) || u_strlen(dataTable[0][0]) == u_strlen(dataTable[0][2]))
117 log_err("There is an error in u_strlen()");
205 k=u_strlen(dataTable[i][j]);
216 k=u_strlen(dataTable[i][j]);
228 k=u_strlen(dataTable[i][j])
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
sfwdchit.cpp 46 fLen = len==-1 ? u_strlen(s) : len;
  /external/icu/icu4c/source/common/
ucat.c 71 *len = u_strlen(s);
uchriter.cpp 28 : CharacterIterator(textPtr != 0 ? (length>=0 ? length : u_strlen(textPtr)) : 0),
36 : CharacterIterator(textPtr != 0 ? (length>=0 ? length : u_strlen(textPtr)) : 0, position),
46 : CharacterIterator(textPtr != 0 ? (length>=0 ? length : u_strlen(textPtr)) : 0, textBegin, textEnd, position),
  /external/icu/icu4c/source/samples/numfmt/
capi.c 46 a = unum_parseDouble(fmt, str, u_strlen(str), NULL, &status);
  /external/icu/icu4c/source/test/cintltst/
cdtrgtst.c 92 udat_applyPattern(df, TRUE, temp, u_strlen(temp));
97 d1=udat_parse(df, todayS, u_strlen(todayS), &parsepos, &status);
163 def = udat_open(UDAT_PATTERN,UDAT_PATTERN,NULL, NULL, 0, pat, u_strlen(pat), &status);
180 got = udat_parse(def, s, u_strlen(s), 0, &status);
214 def = udat_open(UDAT_PATTERN,UDAT_PATTERN,NULL,tzID,-1,pattern, u_strlen(pattern),&status);
227 def = udat_open(UDAT_PATTERN,UDAT_PATTERN,NULL,tzID,-1,pattern, u_strlen(pattern),&status);
288 formatter = udat_open(UDAT_PATTERN,UDAT_PATTERN,"en_US",tzID,-1,pattern, u_strlen(pattern), &status);
290 myDate = udat_parse(formatter, dateString, u_strlen(dateString), &pos, &status);
302 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status);
333 df = udat_open(UDAT_PATTERN,UDAT_PATTERN,NULL,NULL,0,pattern, u_strlen(pattern),&status)
    [all...]
cnmdptst.c 78 fmt= unum_open(UNUM_IGNORE,upat, u_strlen(upat), "en_US",NULL, &status);
131 fmt =unum_open(UNUM_IGNORE,pat, u_strlen(pat), "en_US",NULL, &status);
160 fmt =unum_open(UNUM_IGNORE,pat, u_strlen(pat), "en_US",NULL, &status);
255 fmt=unum_open(UNUM_IGNORE,upat, u_strlen(upat), "en_US",NULL, &status);
260 lneed= u_strlen(upat) + 1;
285 a=unum_parseDouble(fmt, str, u_strlen(str), &ppos, &status);
286 if (ppos== u_strlen(str)) {
315 a=unum_parseDouble(fmt, str, u_strlen(str), &ppos, &status);
316 if (ppos== u_strlen(str)) {
351 fmt = unum_open(UNUM_IGNORE,pattern, u_strlen(pattern), "en_US",NULL, &status)
    [all...]
idnatest.c 81 int32_t expectedLen = (expected != NULL) ? u_strlen(expected) : 0;
88 tSrcLen = u_strlen(src);
146 destLen = func(src,u_strlen(src),dest,destLen+1,options, &parseError, &status);
168 destLen = func(src,u_strlen(src),dest,destLen+1,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
212 destLen = func(src,u_strlen(src),dest,destLen+1,options | UIDNA_USE_STD3_RULES, &parseError, &status);
615 u_strncat(source,unicodeIn[i], u_strlen(unicodeIn[i]));
620 srcLen = u_strlen(src);
625 testCompareWithSrc(src,srcLen,buf,u_strlen(buf),testName, func,TRUE);
629 testCompareWithSrc(src,srcLen,uni1,u_strlen(uni1),testName, func,FALSE);
631 testCompareWithSrc(src,srcLen,uni0,u_strlen(uni0),testName, func,FALSE)
    [all...]
cnumtst.c 319 d1=unum_parseDouble(cur_def, result, u_strlen(result), &parsepos, &status);
324 log_err("parse of '%s' failed. Parsepos=%d. The error is : %s\n", aescstrdup(result,u_strlen(result)),parsepos, myErrorName(status));
372 d1=unum_parseDoubleCurrency(cur_def, result, u_strlen(result), &parsepos, temp2, &status);
374 log_err("parseDoubleCurrency '%s' failed. The error is : %s\n", aescstrdup(result, u_strlen(result)), myErrorName(status));
396 resultlength=u_strlen(temp1);
422 d1=unum_parseDouble(cur_def, temp1, u_strlen(temp1), &parsepos, &status);
454 l1=unum_parse(per_fr, result, u_strlen(result), &parsepos, &status);
471 pattern=unum_open(UNUM_IGNORE,temp1, u_strlen(temp1), NULL, NULL,&status);
521 cur_frpattern=unum_open(UNUM_IGNORE,result, u_strlen(result), "fr_FR",NULL, &status);
559 unum_applyPattern(cur_frpattern, FALSE, result, u_strlen(result),NULL,NULL)
    [all...]
custrtst.c 100 /*Tests for u_strcat(),u_strcmp(), u_strlen(), u_strcpy(),u_strncat(),u_strncmp(),u_strncpy, u_uastrcpy(),u_austrcpy(), u_uastrncpy(); */
111 log_verbose("Testing u_strlen()\n");
112 if( u_strlen(dataTable[0][0])!= u_strlen(dataTable[0][3]) || u_strlen(dataTable[0][0]) == u_strlen(dataTable[0][2]))
113 log_err("There is an error in u_strlen()");
201 k=u_strlen(dataTable[i][j]);
212 k=u_strlen(dataTable[i][j]);
224 k=u_strlen(dataTable[i][j])
    [all...]
  /external/icu/icu4c/source/test/intltest/
sfwdchit.cpp 46 fLen = len==-1 ? u_strlen(s) : len;
  /external/chromium_org/third_party/icu/source/test/iotest/
filetst.c 480 readSize = u_strlen(buffer);
482 log_err("Buffer is the wrong size. Got %d Expected %d\n", u_strlen(buffer), expectedSize*repetitions);
525 readSize = u_strlen(buffer);
527 log_err("Buffer is the wrong size. Got %d Expected %d\n", u_strlen(buffer), expectedSize*repetitions);
558 readSize = u_strlen(buffer);
560 log_err("Buffer is the wrong size. Got %d Expected %d\n", u_strlen(buffer), 1);
645 if (buffer[u_strlen(buffer)+1] != 0xBEEF) {
696 u_file_write(testUStr[lineIdx], u_strlen(testUStr[lineIdx]), myFile);
715 if (buffer[u_strlen(buffer)+1] != 0xBEEF) {
774 if (buffer[u_strlen(buffer)+1] != 0xBEEF)
    [all...]
  /external/icu/icu4c/source/test/iotest/
filetst.c 480 readSize = u_strlen(buffer);
482 log_err("Buffer is the wrong size. Got %d Expected %d\n", u_strlen(buffer), expectedSize*repetitions);
525 readSize = u_strlen(buffer);
527 log_err("Buffer is the wrong size. Got %d Expected %d\n", u_strlen(buffer), expectedSize*repetitions);
558 readSize = u_strlen(buffer);
560 log_err("Buffer is the wrong size. Got %d Expected %d\n", u_strlen(buffer), 1);
645 if (buffer[u_strlen(buffer)+1] != 0xBEEF) {
696 u_file_write(testUStr[lineIdx], u_strlen(testUStr[lineIdx]), myFile);
715 if (buffer[u_strlen(buffer)+1] != 0xBEEF) {
774 if (buffer[u_strlen(buffer)+1] != 0xBEEF)
    [all...]
  /external/chromium_org/third_party/icu/source/samples/cal/
cal.c 453 lens[i] = u_strlen(days[i]);
458 pad = width - u_strlen(s);
502 pad = lens[current] - u_strlen(s);
576 lens[i] = u_strlen(days[i]);
584 pad = 2 * width + MARGIN_WIDTH - u_strlen(s);
601 pad = width - u_strlen(months[i]);
605 pad = width - u_strlen(months[i + 1]);
673 pad = lens[left_current] - u_strlen(s);
721 pad = lens[right_current] - u_strlen(s);
  /external/icu/icu4c/source/samples/cal/
cal.c 453 lens[i] = u_strlen(days[i]);
458 pad = width - u_strlen(s);
502 pad = lens[current] - u_strlen(s);
576 lens[i] = u_strlen(days[i]);
584 pad = 2 * width + MARGIN_WIDTH - u_strlen(s);
601 pad = width - u_strlen(months[i]);
605 pad = width - u_strlen(months[i + 1]);
673 pad = lens[left_current] - u_strlen(s);
721 pad = lens[right_current] - u_strlen(s);
  /external/chromium_org/third_party/icu/source/io/
sscanf.c 113 inStr.str.fLimit = buffer + u_strlen(buffer);
  /external/icu/icu4c/source/io/
sscanf.c 113 inStr.str.fLimit = buffer + u_strlen(buffer);

Completed in 1752 milliseconds

12 3 4 5 6 7 8 910