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

1 2

  /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 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...]
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 562 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/icu/icu4c/source/common/
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...]
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 566 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 591 * Fills in the output parameter, subChars, with the substitution characters
594 * stateful, then subChars will be an empty string.
597 * @param subChars the subsitution characters
598 * @param len on input the capacity of subChars, on output the number
609 char *subChars,
617 * The subChars must represent a single character. The caller needs to know the
624 * @param subChars the substitution character byte sequence we want set
625 * @param len the number of bytes in subChars
627 * len is bigger than the maximum number of bytes allowed in subchars
634 const char *subChars,
    [all...]
  /external/icu/icu4c/source/common/unicode/
ucnv.h 591 * Fills in the output parameter, subChars, with the substitution characters
594 * stateful, then subChars will be an empty string.
597 * @param subChars the subsitution characters
598 * @param len on input the capacity of subChars, on output the number
609 char *subChars,
617 * The subChars must represent a single character. The caller needs to know the
624 * @param subChars the substitution character byte sequence we want set
625 * @param len the number of bytes in subChars
627 * len is bigger than the maximum number of bytes allowed in subchars
634 const char *subChars,
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccapitst.c     [all...]
  /external/icu/icu4c/source/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 
  /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 8198 milliseconds

1 2