HomeSort by relevance Sort by last modified time
    Searched defs:subChars (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/icu/source/common/
ucnv_bld.h 170 uint8_t *subChars;
217 UChar subUChars[UCNV_MAX_SUBCHAR_LEN/U_SIZEOF_UCHAR]; /* see subChars documentation */
ucnv.c 260 if (cnv->subChars == (uint8_t *)cnv->subUChars) {
261 localConverter->subChars = (uint8_t *)localConverter->subUChars;
263 localConverter->subChars = (uint8_t *)uprv_malloc(UCNV_ERROR_BUFFER_LENGTH * U_SIZEOF_UCHAR);
264 if (localConverter->subChars == NULL) {
269 uprv_memcpy(localConverter->subChars, cnv->subChars, UCNV_ERROR_BUFFER_LENGTH * U_SIZEOF_UCHAR);
279 if (allocatedConverter != NULL && allocatedConverter->subChars != (uint8_t *)allocatedConverter->subUChars) {
280 uprv_free(allocatedConverter->subChars);
374 if (converter->subChars != (uint8_t *)converter->subUChars) {
375 uprv_free(converter->subChars);
    [all...]
  /external/icu4c/common/
ucnv_bld.h 171 uint8_t *subChars;
218 UChar subUChars[UCNV_MAX_SUBCHAR_LEN/U_SIZEOF_UCHAR]; /* see subChars documentation */
ucnv.c 262 if (cnv->subChars == (uint8_t *)cnv->subUChars) {
263 localConverter->subChars = (uint8_t *)localConverter->subUChars;
265 localConverter->subChars = (uint8_t *)uprv_malloc(UCNV_ERROR_BUFFER_LENGTH * U_SIZEOF_UCHAR);
266 if (localConverter->subChars == NULL) {
271 uprv_memcpy(localConverter->subChars, cnv->subChars, UCNV_ERROR_BUFFER_LENGTH * U_SIZEOF_UCHAR);
281 if (allocatedConverter != NULL && allocatedConverter->subChars != (uint8_t *)allocatedConverter->subUChars) {
282 uprv_free(allocatedConverter->subChars);
376 if (converter->subChars != (uint8_t *)converter->subUChars) {
377 uprv_free(converter->subChars);
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccapitst.c     [all...]
  /external/icu4c/test/cintltst/
ccapitst.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 189 milliseconds