HomeSort by relevance Sort by last modified time
    Searched refs:destCap (Results 1 - 5 of 5) sorted by null

  /external/icu4c/samples/ugrep/
ugrep.cpp 328 uint32_t destCap = ucnv_toUChars(conv,
340 ucharBuf = (UChar *)realloc(ucharBuf, (destCap+1) * sizeof(UChar));
343 destCap+1,
357 fileLen = destCap;
  /external/icu4c/tools/genbrk/
genbrk.cpp 252 uint32_t destCap = ucnv_toUChars(conv,
264 UChar *ruleSourceU = new UChar[destCap+1];
267 destCap+1,
281 UnicodeString ruleSourceS(FALSE, ruleSourceU, destCap);
  /external/icu4c/tools/genctd/
genctd.cpp 250 uint32_t destCap = ucnv_toUChars(conv,
262 UChar *wordSourceU = new UChar[destCap+1];
265 destCap+1,
282 UChar *current = wordSourceU + (destCap/2);
  /external/icu4c/tools/genrb/
wrtxml.cpp 221 static char* convertAndEscape(char** pDest, int32_t destCap, int32_t* destLength,
233 if(dest==NULL || destCap <=0){
234 destCap = srcLen * 8;
235 dest = (char*) uprv_malloc(sizeof(char) * destCap);
254 if((destLen+UTF8_CHAR_LENGTH(c)) < destCap){
322 U8_APPEND((unsigned char*)dest,destLen,destCap,c,isError);
331 destCap += destLen;
333 temp = (char*) uprv_malloc(sizeof(char)*destCap);
    [all...]
  /external/icu4c/i18n/
uregex.cpp     [all...]

Completed in 174 milliseconds