Home
last modified time | relevance | path

Searched refs:destCap (Results 1 – 10 of 10) sorted by relevance

/external/icu4c/tools/genbrk/
Dgenbrk.cpp252 uint32_t destCap = ucnv_toUChars(conv, in main() local
264 UChar *ruleSourceU = new UChar[destCap+1]; in main()
267 destCap+1, in main()
281 UnicodeString ruleSourceS(FALSE, ruleSourceU, destCap); in main()
/external/icu4c/samples/ugrep/
Dugrep.cpp328 uint32_t destCap = ucnv_toUChars(conv, in readFile() local
340 ucharBuf = (UChar *)realloc(ucharBuf, (destCap+1) * sizeof(UChar)); in readFile()
343 destCap+1, in readFile()
357 fileLen = destCap; in readFile()
/external/chromium/third_party/icu/source/tools/genbrk/
Dgenbrk.cpp251 uint32_t destCap = ucnv_toUChars(conv, in main() local
263 UChar *ruleSourceU = new UChar[destCap+1]; in main()
266 destCap+1, in main()
280 UnicodeString ruleSourceS(FALSE, ruleSourceU, destCap); in main()
/external/icu4c/tools/genctd/
Dgenctd.cpp250 uint32_t destCap = ucnv_toUChars(conv, in main() local
262 UChar *wordSourceU = new UChar[destCap+1]; in main()
265 destCap+1, in main()
282 UChar *current = wordSourceU + (destCap/2); in main()
/external/chromium/third_party/icu/source/tools/genctd/
Dgenctd.cpp263 uint32_t destCap = ucnv_toUChars(conv, in main() local
275 UChar *wordSourceU = new UChar[destCap+1]; in main()
278 destCap+1, in main()
295 UChar *current = wordSourceU + (destCap/2); in main()
/external/icu4c/tools/genrb/
Dwrtxml.cpp221 static char* convertAndEscape(char** pDest, int32_t destCap, int32_t* destLength, in convertAndEscape() argument
233 if(dest==NULL || destCap <=0){ in convertAndEscape()
234 destCap = srcLen * 8; in convertAndEscape()
235 dest = (char*) uprv_malloc(sizeof(char) * destCap); in convertAndEscape()
254 if((destLen+UTF8_CHAR_LENGTH(c)) < destCap){ in convertAndEscape()
322 U8_APPEND((unsigned char*)dest,destLen,destCap,c,isError); in convertAndEscape()
331 destCap += destLen; in convertAndEscape()
333 temp = (char*) uprv_malloc(sizeof(char)*destCap); in convertAndEscape()
/external/chromium/third_party/icu/source/tools/genrb/
Dwrtxml.cpp221 static char* convertAndEscape(char** pDest, int32_t destCap, int32_t* destLength, in convertAndEscape() argument
233 if(dest==NULL || destCap <=0){ in convertAndEscape()
234 destCap = srcLen * 8; in convertAndEscape()
235 dest = (char*) uprv_malloc(sizeof(char) * destCap); in convertAndEscape()
254 if((destLen+UTF8_CHAR_LENGTH(c)) < destCap){ in convertAndEscape()
322 U8_APPEND((unsigned char*)dest,destLen,destCap,c,isError); in convertAndEscape()
331 destCap += destLen; in convertAndEscape()
333 temp = (char*) uprv_malloc(sizeof(char)*destCap); in convertAndEscape()
/external/chromium/third_party/icu/source/i18n/
Duregex.cpp1135 int32_t destCap = *destCapacity; in appendTail() local
1146 if (destIdx < destCap) { in appendTail()
1165 if (destIdx < destCap) { in appendTail()
1167 } else if (destIdx == destCap) { in appendTail()
1177 if (destIdx < destCap) { in appendTail()
1181 *destBuf += destCap; in appendTail()
/external/icu4c/i18n/
Duregex.cpp1483 int32_t destCap = *destCapacity; in appendTail() local
1507 if (destIdx < destCap) { in appendTail()
1537 destIdx = utext_extract(m->fInputText, srcIdx, m->fInputLength, dest, destCap, status); in appendTail()
1544 if (destIdx < destCap) { in appendTail()
1546 } else if (destIdx == destCap) { in appendTail()
1556 if (destIdx < destCap) { in appendTail()
1560 *destBuf += destCap; in appendTail()
/external/chromium/third_party/icu/patches/
Dsegmentation.patch.txt3456 - uint32_t destCap = ucnv_toUChars(conv,
3468 - UChar *wordSourceU = new UChar[destCap+1];
3471 - destCap+1,
3488 - UChar *current = wordSourceU + (destCap/2);
3585 + uint32_t destCap = ucnv_toUChars(conv,
3597 + UChar *wordSourceU = new UChar[destCap+1];
3600 + destCap+1,
3617 + UChar *current = wordSourceU + (destCap/2);