/external/icu/icu4c/source/tools/toolutil/ |
D | dbgutil.cpp | 120 u_UCharsToChars(u, ch, len); in udbg_stoi() 132 u_UCharsToChars(u, ch, len); in udbg_stod()
|
/external/icu/icu4c/source/common/unicode/ |
D | putil.h | 179 u_UCharsToChars(const UChar *us, char *cs, int32_t length);
|
/external/icu/icu4c/source/i18n/ |
D | currunit.cpp | 26 u_UCharsToChars(isoCode, simpleIsoCode, 4); in CurrencyUnit()
|
D | zonemeta.cpp | 309 u_UCharsToChars(derefer,id,len); in getCanonicalCLDRID() 455 u_UCharsToChars(region, regionBuf, 2); in getCanonicalCountry() 491 u_UCharsToChars(region, regionBuf, 2); in getCanonicalCountry() 912 u_UCharsToChars(canonicalID, tzidKey, len); in getShortIDFromCanonical()
|
D | ucol_res.cpp | 270 u_UCharsToChars(s, defaultType, length + 1); in loadFromBundle() 428 u_UCharsToChars(s, defaultType, length + 1); in loadFromData() 682 u_UCharsToChars(defString, defcoll, defcollLength+1); in ucol_getKeywordValuesForLocale()
|
D | gender.cpp | 161 u_UCharsToChars(s, type_str, resLen + 1); in loadInstance()
|
D | numsys.cpp | 136 u_UCharsToChars(nsName,buffer,count); in createInstance()
|
D | dcfmtsym.cpp | 328 u_UCharsToChars(ucc, cc, uccLen); in initialize()
|
/external/icu/icu4c/source/common/ |
D | ures_cnv.c | 52 u_UCharsToChars(myPath, path, length+1); /* length+1 to include the NUL */ in ures_openU()
|
D | brkiter.cpp | 97 u_UCharsToChars(extStart+1, ext, sizeof(ext)); // nul terminates the buff in buildInstance() 98 u_UCharsToChars(brkfname, fnbuff, len); in buildInstance()
|
D | locresdata.cpp | 129 u_UCharsToChars(fallbackLocale, explicitFallbackName, len); in uloc_getTableStringWithFallback()
|
D | uenum.c | 130 u_UCharsToChars(tempUCharVal, tempCharVal, *resultLength + 1); in uenum_nextDefault()
|
D | uloc_keytype.cpp | 158 u_UCharsToChars(uBcpKeyId, bcpKeyIdBuf, bcpKeyIdLen); in initFromResourceBundle() 263 u_UCharsToChars(uBcpTypeId, bcpTypeIdBuf, bcpTypeIdLen); in initFromResourceBundle()
|
D | unistr_cnv.cpp | 186 u_UCharsToChars(getArrayStart() + start, target, destLength); in extract()
|
D | uresbund.cpp | 394 u_UCharsToChars(alias, aliasName, aliasLen+1); in init_entry() 520 u_UCharsToChars(parentLocaleName, name, parentLocaleLen + 1); in loadParentsExceptRoot() 966 u_UCharsToChars(alias, chAlias, len); in init_resb_result() 2264 u_UCharsToChars(minor_version, resourceBundle->fVersion , minor_len); in ures_getVersionNumberInternal() 2483 u_UCharsToChars(defUstr, defVal, u_strlen(defUstr)); in ures_getFunctionalEquivalent() 2558 u_UCharsToChars(defUstr, defVal, u_strlen(defUstr)); in ures_getFunctionalEquivalent() 2634 u_UCharsToChars(defUstr, defVal, u_strlen(defUstr)); in ures_getFunctionalEquivalent()
|
D | uinvchar.c | 202 u_UCharsToChars(const UChar *us, char *cs, int32_t length) { in u_UCharsToChars() function
|
/external/icu/icu4c/source/test/cintltst/ |
D | cstrtest.c | 200 u_UCharsToChars(invariantUChars, cs, length); in TestInvariant() 221 u_UCharsToChars(variantUChars, cs, length); in TestInvariant()
|
D | usettest.c | 350 u_UCharsToChars(ubuf, buf, 1); in oneUCharToChar() 410 u_UCharsToChars(itemStr, buf, itemLen+1); in expectItems()
|
D | cstrcase.c | 363 u_UCharsToChars(buffer,charsOut,sizeof(charsOut)); in TestCaseDutchTitle() 382 u_UCharsToChars(buffer,charsOut,sizeof(charsOut)); in TestCaseDutchTitle()
|
D | uenumtst.c | 25 u_UCharsToChars(str, quikBuf, len); in quikU2C()
|
D | callcoll.c | 1255 u_UCharsToChars(parseError.preContext,preContext,20); in TestJitterbug1098() 1256 u_UCharsToChars(parseError.postContext,postContext,20); in TestJitterbug1098()
|
/external/icu/icu4c/source/tools/genrb/ |
D | parse.cpp | 295 u_UCharsToChars(tokenValue->fChars, result, count+1); in getInvariantString() 338 u_UCharsToChars(tokenValue->fChars, cs, tokenValue->fLength); in parseUCARules() 479 u_UCharsToChars(tokenValue->fChars, cs, tokenValue->fLength); in parseTransliterator() 552 u_UCharsToChars(tokenValue->fChars, cs, tokenValue->fLength); in parseDependency() 915 u_UCharsToChars(tokenValue->fChars, subtag, u_strlen(tokenValue->fChars) + 1); in addCollation() 944 u_UCharsToChars(member->u.fString.fChars, ver, length + 1); /* +1 for copying NULL */ in addCollation() 1148 u_UCharsToChars(tokenValue->fChars, subtag, u_strlen(tokenValue->fChars) + 1); in parseCollationElements() 1189 … u_UCharsToChars(tokenValue->fChars, typeKeyword, u_strlen(tokenValue->fChars) + 1); in parseCollationElements() 1272 u_UCharsToChars(tokenValue->fChars, subtag, u_strlen(tokenValue->fChars) + 1); in realParseTable()
|
/external/icu/icu4c/source/test/intltest/ |
D | fldset.cpp | 119 u_UCharsToChars(u, ch, len); in parseFrom() 134 u_UCharsToChars(u, ch, len); in parseFrom()
|
/external/icu/icu4c/source/tools/ctestfw/ |
D | datamap.cpp | 23 u_UCharsToChars(u, ch, len); in utoi()
|
/external/icu/icu4c/source/samples/ustring/ |
D | ustring.cpp | 547 u_UCharsToChars(us1, cs2, 33); in demoUnicodeStringInit()
|