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

  /libcore/luni/src/main/java/libcore/icu/
NativeConverter.java 63 private static native void setCallbackDecode(long converterHandle, int onMalformedInput, int onUnmappableInput, String subChars);
  /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 560 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/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/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...]
  /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 

Completed in 322 milliseconds