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

1 2 3

  /external/icu4c/common/unicode/
putil.h 162 u_UCharsToChars(const UChar *us, char *cs, int32_t length);
  /external/webkit/Source/JavaScriptCore/icu/unicode/
putil.h 178 u_UCharsToChars(const UChar *us, char *cs, int32_t length);
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
putil.h 178 u_UCharsToChars(const UChar *us, char *cs, int32_t length);
  /external/webkit/Source/WebCore/icu/unicode/
putil.h 178 u_UCharsToChars(const UChar *us, char *cs, int32_t length);
  /external/webkit/Source/WebKit/mac/icu/unicode/
putil.h 178 u_UCharsToChars(const UChar *us, char *cs, int32_t length);
  /external/icu4c/common/
ures_cnv.c 52 u_UCharsToChars(myPath, path, length+1); /* length+1 to include the NUL */
uscript.c 62 u_UCharsToChars(name,cName,len);
locresdata.cpp 129 u_UCharsToChars(fallbackLocale, explicitFallbackName, len);
uenum.c 130 u_UCharsToChars(tempUCharVal, tempCharVal, *resultLength + 1);
brkiter.cpp 104 u_UCharsToChars(extStart+1, ext, sizeof(ext)); // nul terminates the buff
105 u_UCharsToChars(brkfname, fnbuff, len);
unistr_cnv.cpp 196 u_UCharsToChars(getArrayStart() + start, target, destLength);
uresbund.cpp 402 u_UCharsToChars(alias, aliasName, aliasLen+1);
577 u_UCharsToChars(parentLocaleName, name, parentLocaleLen+1);
627 u_UCharsToChars(parentLocaleName, name, parentLocaleLen+1);
889 u_UCharsToChars(alias, chAlias, len);
    [all...]
uloc_tag.c 662 u_UCharsToChars(uBcpKey, bcpKeyBuf, bcpKeyLen);
730 u_UCharsToChars(uBcpKey, tmpBcpKeyBuf, tmpBcpKeyLen);
826 u_UCharsToChars(uBcpType, bcpTypeBuf, bcpTypeLen);
835 u_UCharsToChars(uCanonicalType, typeBuf, canonicalTypeLen);
849 u_UCharsToChars(uBcpType, bcpTypeBuf, bcpTypeLen);
953 u_UCharsToChars(uBcpType, tmpBcpTypeBuf, tmpBcpTypeLen);
    [all...]
  /external/icu4c/tools/toolutil/
dbgutil.cpp 120 u_UCharsToChars(u, ch, len);
132 u_UCharsToChars(u, ch, len);
  /external/icu4c/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 351 u_UCharsToChars(ubuf, buf, 1);
411 u_UCharsToChars(itemStr, buf, itemLen+1);
uenumtst.c 25 u_UCharsToChars(str, quikBuf, len);
  /external/icu4c/test/intltest/
fldset.cpp 119 u_UCharsToChars(u, ch, len);
134 u_UCharsToChars(u, ch, len);
  /external/icu4c/tools/genrb/
parse.cpp 273 u_UCharsToChars(tokenValue->fChars, result, count+1);
316 u_UCharsToChars(tokenValue->fChars, cs, tokenValue->fLength);
457 u_UCharsToChars(tokenValue->fChars, cs, tokenValue->fLength);
530 u_UCharsToChars(tokenValue->fChars, cs, tokenValue->fLength);
868 u_UCharsToChars(tokenValue->fChars, subtag, u_strlen(tokenValue->fChars) + 1);
894 u_UCharsToChars(member->u.fString.fChars, ver, length + 1); /* +1 for copying NULL */
    [all...]
  /external/icu4c/i18n/
gender.cpp 159 u_UCharsToChars(s, type_str, resLen + 1);
numsys.cpp 136 u_UCharsToChars(nsName,buffer,count);
zonemeta.cpp 272 u_UCharsToChars(idChars,id,len);
312 u_UCharsToChars(derefer,id,len);
473 u_UCharsToChars(region, buf, 2);
dcfmtsym.cpp 323 u_UCharsToChars(ucc, cc, uccLen);
  /external/icu4c/tools/ctestfw/
datamap.cpp 23 u_UCharsToChars(u, ch, len);
  /external/icu4c/samples/ustring/
ustring.cpp 549 u_UCharsToChars(us1, cs2, 33);

Completed in 527 milliseconds

1 2 3