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

  /libcore/luni/src/main/java/libcore/icu/
NativeConverter.java 63 private static native int setCallbackDecode(long converterHandle, int onMalformedInput, int onUnmappableInput, String subChars);
  /external/icu4c/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 554 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/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/webkit/Source/JavaScriptCore/icu/unicode/
ucnv.h 479 * Fills in the output parameter, subChars, with the substitution characters
483 * @param subChars the subsitution characters
484 * @param len on input the capacity of subChars, on output the number
494 char *subChars,
503 * @param subChars the substitution character byte sequence we want set
504 * @param len the number of bytes in subChars
506 * len is bigger than the maximum number of bytes allowed in subchars
512 const char *subChars,
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ucnv.h 479 * Fills in the output parameter, subChars, with the substitution characters
483 * @param subChars the subsitution characters
484 * @param len on input the capacity of subChars, on output the number
494 char *subChars,
503 * @param subChars the substitution character byte sequence we want set
504 * @param len the number of bytes in subChars
506 * len is bigger than the maximum number of bytes allowed in subchars
512 const char *subChars,
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucnv.h 479 * Fills in the output parameter, subChars, with the substitution characters
483 * @param subChars the subsitution characters
484 * @param len on input the capacity of subChars, on output the number
494 char *subChars,
503 * @param subChars the substitution character byte sequence we want set
504 * @param len the number of bytes in subChars
506 * len is bigger than the maximum number of bytes allowed in subchars
512 const char *subChars,
    [all...]
  /external/icu4c/test/cintltst/
ccapitst.c     [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 396 milliseconds