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

12 3 4 5 6 7 8 9

  /external/icu4c/common/
ucnvdisp.c 71 length=(int32_t)uprv_strlen(cnv->sharedData->staticData->name);
unistr_cnv.cpp 47 doCodepageCreate(codepageData, (int32_t)uprv_strlen(codepageData), 0);
70 doCodepageCreate(codepageData, (int32_t)uprv_strlen(codepageData), codepage);
100 srcLength=(int32_t)uprv_strlen(src);
315 dataLength = (int32_t)uprv_strlen(codepageData);
locid.cpp 268 lsize = (int32_t)uprv_strlen(newLanguage);
275 csize = (int32_t)uprv_strlen(newCountry);
289 vsize = (int32_t)uprv_strlen(newVariant);
313 ksize = (int32_t)uprv_strlen(newKeywords);
406 fullName = (char *)uprv_malloc(sizeof(char)*(uprv_strlen(other.fullName)+1));
579 return ustr_hashCharsN(fullName, uprv_strlen(fullName));
933 kw += uprv_strlen(kw)+1;
943 len = (int32_t)uprv_strlen(current);
1029 if (variantBegin == (int32_t)uprv_strlen(fullName)) {
uloc.cpp 527 int32_t localeIDLength = uprv_strlen(localeID);
589 int32_t keywordNameLen = (int32_t)uprv_strlen(keywordName);
700 i = (int32_t)uprv_strlen(equalSign);
    [all...]
loclikely.cpp 201 (int32_t)uprv_strlen(unknownLanguage),
229 (int32_t)uprv_strlen(unknownLanguage),
507 *langLength = (int32_t)uprv_strlen(lang);
897 trailingLength = (int32_t)uprv_strlen(trailing);
916 const int32_t localIDLength = (int32_t)uprv_strlen(localeID);
1005 trailingLength = (int32_t)uprv_strlen(trailing);
    [all...]
ulist.c 132 if (length == uprv_strlen(pointer->data)) {
220 *resultLength = uprv_strlen(s);
  /external/icu4c/io/
uscanf.c 72 int32_t size = (int32_t)uprv_strlen(patternSpecification) + 1;
sscanf.c 71 int32_t size = (int32_t)uprv_strlen(patternSpecification) + 1;
  /external/chromium_org/third_party/icu/source/common/
uloc.c 542 int32_t localeIDLength = uprv_strlen(localeID);
604 int32_t keywordNameLen = (int32_t)uprv_strlen(keywordName);
    [all...]
loclikely.cpp 201 (int32_t)uprv_strlen(unknownLanguage),
229 (int32_t)uprv_strlen(unknownLanguage),
502 *langLength = (int32_t)uprv_strlen(lang);
887 trailingLength = (int32_t)uprv_strlen(trailing);
906 const int32_t localIDLength = (int32_t)uprv_strlen(localeID);
992 trailingLength = (int32_t)uprv_strlen(trailing);
    [all...]
charstr.cpp 57 sLength=uprv_strlen(s);
locid.cpp 329 lsize = (int32_t)uprv_strlen(newLanguage);
336 csize = (int32_t)uprv_strlen(newCountry);
350 vsize = (int32_t)uprv_strlen(newVariant);
374 ksize = (int32_t)uprv_strlen(newKeywords);
467 fullName = (char *)uprv_malloc(sizeof(char)*(uprv_strlen(other.fullName)+1));
1001 kw += uprv_strlen(kw)+1;
1011 len = (int32_t)uprv_strlen(current);
1093 if (variantBegin == (int32_t)uprv_strlen(fullName)) {
ustrenum.cpp 100 length=(int32_t)uprv_strlen(s);
283 *resultLength = (int32_t)uprv_strlen(result);
  /external/chromium_org/third_party/icu/source/io/
sscanf.c 71 int32_t size = (int32_t)uprv_strlen(patternSpecification) + 1;
  /external/chromium_org/third_party/icu/source/test/intltest/
testidn.cpp 107 basename=filename+uprv_strlen(filename);
113 basename=filename+uprv_strlen(filename);
121 basename = basename + uprv_strlen(SPREP_DIR);
  /external/chromium_org/third_party/icu/source/tools/gensprep/
gensprep.c 203 filename = (char* ) uprv_malloc(uprv_strlen(srcDir) + 300); /* hopefully this should be enough */
214 basename=filename+uprv_strlen(filename);
233 basename=filename+uprv_strlen(filename);
  /external/icu4c/test/intltest/
testidn.cpp 108 basename=filename+uprv_strlen(filename);
114 basename=filename+uprv_strlen(filename);
122 basename = basename + uprv_strlen(SPREP_DIR);
  /external/icu4c/tools/gensprep/
gensprep.c 204 filename = (char* ) uprv_malloc(uprv_strlen(srcDir) + 300); /* hopefully this should be enough */
215 basename=filename+uprv_strlen(filename);
234 basename=filename+uprv_strlen(filename);
  /external/chromium_org/third_party/icu/source/tools/toolutil/
filetools.cpp 123 for (int32_t i = 0, length = uprv_strlen(filePath); i < length; i++) {
flagparser.c 57 if (uprv_strlen(buffer) == (currentBufferSize - 1) && buffer[currentBufferSize-2] != '\n') {
unewdata.c 110 commentLength=(uint16_t)(uprv_strlen(comment)+1);
246 length=(int32_t)uprv_strlen(s);
  /external/icu4c/tools/toolutil/
filetools.cpp 124 for (int32_t i = 0, length = uprv_strlen(filePath); i < length; i++) {
flagparser.c 62 if (uprv_strlen(buffer) == (currentBufferSize - 1) && buffer[currentBufferSize-2] != '\n') {
  /external/chromium_org/third_party/icu/source/test/cintltst/
stdnmtst.c 195 || len != (int32_t)uprv_strlen(expected[idx]))
249 || len != (int32_t)uprv_strlen(expected[idx]))
  /external/icu4c/test/cintltst/
stdnmtst.c 195 || len != (int32_t)uprv_strlen(expected[idx]))
249 || len != (int32_t)uprv_strlen(expected[idx]))

Completed in 505 milliseconds

12 3 4 5 6 7 8 9