HomeSort by relevance Sort by last modified time
    Searched defs:subChars (Results 1 - 11 of 11) 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/icu/icu4c/source/common/
ucnv_bld.h 171 uint8_t *subChars;
218 UChar subUChars[UCNV_MAX_SUBCHAR_LEN/U_SIZEOF_UCHAR]; /* see subChars documentation */
ucnv.c 270 if (cnv->subChars == (uint8_t *)cnv->subUChars) {
271 localConverter->subChars = (uint8_t *)localConverter->subUChars;
273 localConverter->subChars = (uint8_t *)uprv_malloc(UCNV_ERROR_BUFFER_LENGTH * U_SIZEOF_UCHAR);
274 if (localConverter->subChars == NULL) {
279 uprv_memcpy(localConverter->subChars, cnv->subChars, UCNV_ERROR_BUFFER_LENGTH * U_SIZEOF_UCHAR);
289 if (allocatedConverter != NULL && allocatedConverter->subChars != (uint8_t *)allocatedConverter->subUChars) {
290 uprv_free(allocatedConverter->subChars);
384 if (converter->subChars != (uint8_t *)converter->subUChars) {
385 uprv_free(converter->subChars);
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccapitst.c     [all...]
  /external/icu/icu4c/source/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 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 

Completed in 569 milliseconds