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

1 2

  /external/icu/icu4c/source/common/unicode/
putil.h 181 u_UCharsToChars(const UChar *us, char *cs, int32_t length);
  /external/icu/icu4c/source/i18n/
currunit.cpp 28 u_UCharsToChars(isoCode, simpleIsoCode, 4);
gender.cpp 163 u_UCharsToChars(s, type_str, resLen + 1);
numsys.cpp 138 u_UCharsToChars(nsName,buffer,count);
zonemeta.cpp 311 u_UCharsToChars(derefer,id,len);
457 u_UCharsToChars(region, regionBuf, 2);
493 u_UCharsToChars(region, regionBuf, 2);
914 u_UCharsToChars(canonicalID, tzidKey, len);
ucol_res.cpp 274 u_UCharsToChars(s, defaultType, length + 1);
432 u_UCharsToChars(s, defaultType, length + 1);
dcfmtsym.cpp 454 u_UCharsToChars(ucc, cc, uccLen);
  /external/icu/icu4c/source/common/
cstr.cpp 33 // Note: can't just call u_UCharsToChars() or CharString.appendInvariantChars() on the
38 u_UCharsToChars(in.getBuffer()+i, buf, 1);
ures_cnv.c 54 u_UCharsToChars(myPath, path, length+1); /* length+1 to include the NUL */
locresdata.cpp 131 u_UCharsToChars(fallbackLocale, explicitFallbackName, len);
uenum.c 132 u_UCharsToChars(tempUCharVal, tempCharVal, *resultLength + 1);
brkiter.cpp 100 u_UCharsToChars(extStart+1, ext, sizeof(ext)); // nul terminates the buff
101 u_UCharsToChars(brkfname, fnbuff, len);
uloc_keytype.cpp 162 u_UCharsToChars(uBcpKeyId, bcpKeyIdBuf, bcpKeyIdLen);
271 u_UCharsToChars(uBcpTypeId, bcpTypeIdBuf, bcpTypeIdLen);
unistr_cnv.cpp 188 u_UCharsToChars(getArrayStart() + start, target, destLength);
uresbund.cpp 397 u_UCharsToChars(alias, aliasName, aliasLen+1);
523 u_UCharsToChars(parentLocaleName, name, parentLocaleLen + 1);
    [all...]
loclikely.cpp 70 u_UCharsToChars(s, buffer, resLen + 1);
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
dbgutil.cpp 122 u_UCharsToChars(u, ch, len);
134 u_UCharsToChars(u, ch, len);
  /external/icu/icu4c/source/test/cintltst/
cstrtest.c 202 u_UCharsToChars(invariantUChars, cs, length);
204 log_err("u_UCharsToChars(invariantUChars) failed\n");
220 * Test u_UCharsToChars(variantUChars) only in release mode because it will
223 u_UCharsToChars(variantUChars, cs, length);
226 log_err("u_UCharsToChars(variantUChars) converted the %d-th character to %02x instead of 00\n", i, cs[i]);
usettest.c 352 u_UCharsToChars(ubuf, buf, 1);
412 u_UCharsToChars(itemStr, buf, itemLen+1);
uenumtst.c 27 u_UCharsToChars(str, quikBuf, len);
cnmdptst.c 580 u_UCharsToChars(isoCode,cStr,u_strlen(isoCode));
    [all...]
  /external/icu/icu4c/source/test/intltest/
fldset.cpp 121 u_UCharsToChars(u, ch, len);
136 u_UCharsToChars(u, ch, len);
  /external/icu/icu4c/source/tools/genrb/
parse.cpp 305 u_UCharsToChars(tokenValue->fChars, result, count+1);
348 u_UCharsToChars(tokenValue->fChars, cs, tokenValue->fLength);
489 u_UCharsToChars(tokenValue->fChars, cs, tokenValue->fLength);
562 u_UCharsToChars(tokenValue->fChars, cs, tokenValue->fLength);
857 u_UCharsToChars(tokenValue->fChars, subtag, u_strlen(tokenValue->fChars) + 1);
    [all...]
  /external/icu/icu4c/source/tools/ctestfw/
datamap.cpp 25 u_UCharsToChars(u, ch, len);
  /external/icu/icu4c/source/samples/ustring/
ustring.cpp 553 u_UCharsToChars(us1, cs2, 33);

Completed in 679 milliseconds

1 2