/libcore/luni/src/main/java/libcore/icu/ |
NativeConverter.java | 61 private static native void setCallbackDecode(long converterHandle, int onMalformedInput, int onUnmappableInput, String subChars);
|
/external/chromium_org/third_party/icu/source/common/ |
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...] |
ucnv_cb.c | 201 const UChar *source = (const UChar *)converter->subChars; 220 (const char *)converter->subChars, length,
|
ucnv_bld.h | 170 uint8_t *subChars; 217 UChar subUChars[UCNV_MAX_SUBCHAR_LEN/U_SIZEOF_UCHAR]; /* see subChars documentation */
|
ucnv2022.c | 534 uprv_memcpy(cnv->subChars, myConverterData->currentConverter->subChars, 4); [all...] |
ucnvhz.c | 512 *p++= (char)cnv->subChars[0];
|
ucnv_bld.c | [all...] |
ucnv_u16.c | [all...] |
ucnvmbcs.c | [all...] |
/external/icu4c/common/ |
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...] |
ucnv_cb.c | 201 const UChar *source = (const UChar *)converter->subChars; 220 (const char *)converter->subChars, length,
|
ucnv_bld.h | 171 uint8_t *subChars; 218 UChar subUChars[UCNV_MAX_SUBCHAR_LEN/U_SIZEOF_UCHAR]; /* see subChars documentation */
|
ucnv2022.cpp | 568 uprv_memcpy(cnv->subChars, myConverterData->currentConverter->subChars, 4); [all...] |
ucnvhz.c | 512 *p++= (char)cnv->subChars[0];
|
ucnv_bld.cpp | [all...] |
ucnv_u16.c | [all...] |
ucnvmbcs.c | [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
ucnv.h | 547 * Fills in the output parameter, subChars, with the substitution characters 550 * stateful, then subChars will be an empty string. 553 * @param subChars the subsitution characters 554 * @param len on input the capacity of subChars, on output the number 565 char *subChars, 573 * The subChars must represent a single character. The caller needs to know the 580 * @param subChars the substitution character byte sequence we want set 581 * @param len the number of bytes in subChars 583 * len is bigger than the maximum number of bytes allowed in subchars 590 const char *subChars, [all...] |
/external/icu4c/common/unicode/ |
ucnv.h | 585 * Fills in the output parameter, subChars, with the substitution characters 588 * stateful, then subChars will be an empty string. 591 * @param subChars the subsitution characters 592 * @param len on input the capacity of subChars, on output the number 603 char *subChars, 611 * The subChars must represent a single character. The caller needs to know the 618 * @param subChars the substitution character byte sequence we want set 619 * @param len the number of bytes in subChars 621 * len is bigger than the maximum number of bytes allowed in subchars 628 const char *subChars, [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
ccapitst.c | [all...] |
/external/icu4c/test/cintltst/ |
ccapitst.c | [all...] |
/prebuilts/misc/common/ecj/ |
ecj.jar | |
/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 | |