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

1 2 3 4

  /external/chromium_org/third_party/icu/source/common/unicode/
putil.h 191 u_UCharsToChars(const UChar *us, char *cs, int32_t length);
  /external/icu/icu4c/source/common/unicode/
putil.h 162 u_UCharsToChars(const UChar *us, char *cs, int32_t length);
  /external/icu/icu4c/source/i18n/
currunit.cpp 26 u_UCharsToChars(isoCode, simpleIsoCode, 4);
ucol_res.cpp 181 u_UCharsToChars(s, defaultType, length + 1);
294 u_UCharsToChars(s, defaultType, length + 1);
497 u_UCharsToChars(defString, defcoll, defcollLength+1);
  /external/chromium_org/third_party/icu/source/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);
brkeng.cpp 290 u_UCharsToChars(extStart+1, ext, sizeof(ext)); // nul terminates the buff
291 u_UCharsToChars(dictfname, dictnbuff, 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);
  /external/icu/icu4c/source/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);
  /external/chromium_org/third_party/icu/source/tools/toolutil/
dbgutil.cpp 120 u_UCharsToChars(u, ch, len);
132 u_UCharsToChars(u, ch, len);
  /external/icu/icu4c/source/tools/toolutil/
dbgutil.cpp 120 u_UCharsToChars(u, ch, len);
132 u_UCharsToChars(u, ch, len);
  /external/chromium_org/third_party/icu/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]);
  /external/chromium_org/third_party/icu/source/test/intltest/
fldset.cpp 119 u_UCharsToChars(u, ch, len);
132 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]);
  /external/icu/icu4c/source/test/intltest/
fldset.cpp 119 u_UCharsToChars(u, ch, len);
134 u_UCharsToChars(u, ch, len);
  /external/chromium_org/third_party/icu/source/tools/genrb/
parse.c 275 u_UCharsToChars(tokenValue->fChars, result, count+1);
319 u_UCharsToChars(tokenValue->fChars, cs, tokenValue->fLength);
460 u_UCharsToChars(tokenValue->fChars, cs, tokenValue->fLength);
533 u_UCharsToChars(tokenValue->fChars, cs, tokenValue->fLength);
846 u_UCharsToChars(tokenValue->fChars, subtag, u_strlen(tokenValue->fChars) + 1);
872 u_UCharsToChars(member->u.fString.fChars, ver, length + 1); /* +1 for copying NULL */
1056 u_UCharsToChars(tokenValue->fChars, subtag, u_strlen(tokenValue->fChars) + 1);
    [all...]
  /external/icu/icu4c/source/tools/genrb/
parse.cpp 295 u_UCharsToChars(tokenValue->fChars, result, count+1);
338 u_UCharsToChars(tokenValue->fChars, cs, tokenValue->fLength);
479 u_UCharsToChars(tokenValue->fChars, cs, tokenValue->fLength);
552 u_UCharsToChars(tokenValue->fChars, cs, tokenValue->fLength);
912 u_UCharsToChars(tokenValue->fChars, subtag, u_strlen(tokenValue->fChars) + 1);
941 u_UCharsToChars(member->u.fString.fChars, ver, length + 1); /* +1 for copying NULL */
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
zonemeta.cpp 199 u_UCharsToChars(idChars,id,len);
245 u_UCharsToChars(derefer,id,len);
349 u_UCharsToChars(region, buf, 2);

Completed in 2118 milliseconds

1 2 3 4