HomeSort by relevance Sort by last modified time
    Searched refs:destCap (Results 1 - 4 of 4) 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/genrb/
wrtxml.cpp 223 static char* convertAndEscape(char** pDest, int32_t destCap, int32_t* destLength,
235 if(dest==NULL || destCap <=0){
236 destCap = srcLen * 8;
237 dest = (char*) uprv_malloc(sizeof(char) * destCap);
256 if((destLen+U8_LENGTH(c)) < destCap){
324 U8_APPEND((unsigned char*)dest,destLen,destCap,c,isError);
333 destCap += destLen;
335 temp = (char*) uprv_malloc(sizeof(char)*destCap);
    [all...]
  /external/icu4c/i18n/
uregex.cpp     [all...]

Completed in 448 milliseconds