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

  /external/icu/icu4c/source/common/
ucnv.cpp 272 if (cnv->subChars == (uint8_t *)cnv->subUChars) {
273 localConverter->subChars = (uint8_t *)localConverter->subUChars;
275 localConverter->subChars = (uint8_t *)uprv_malloc(UCNV_ERROR_BUFFER_LENGTH * U_SIZEOF_UCHAR);
276 if (localConverter->subChars == NULL) {
281 uprv_memcpy(localConverter->subChars, cnv->subChars, UCNV_ERROR_BUFFER_LENGTH * U_SIZEOF_UCHAR);
291 if (allocatedConverter != NULL && allocatedConverter->subChars != (uint8_t *)allocatedConverter->subUChars) {
292 uprv_free(allocatedConverter->subChars);
381 if (converter->subChars != (uint8_t *)converter->subUChars) {
382 uprv_free(converter->subChars);
    [all...]
ucnv_cb.cpp 203 const UChar *source = (const UChar *)converter->subChars;
222 (const char *)converter->subChars, length,
ucnv_bld.h 178 uint8_t *subChars;
225 UChar subUChars[UCNV_MAX_SUBCHAR_LEN/U_SIZEOF_UCHAR]; /* see subChars documentation */
ucnv2022.cpp 575 uprv_memcpy(cnv->subChars, myConverterData->currentConverter->subChars, 4);
    [all...]
ucnvhz.cpp 512 *p++= (char)cnv->subChars[0];
ucnv_bld.cpp 1006 myUConverter->subChars = (uint8_t *)myUConverter->subUChars;
1007 uprv_memcpy(myUConverter->subChars, mySharedConverterData->staticData->subChar, myUConverter->subCharLen);
    [all...]
ucnv_u16.cpp     [all...]
ucnvmbcs.cpp     [all...]
  /libcore/luni/src/main/java/libcore/icu/
NativeConverter.java 70 private static native void setCallbackDecode(long converterHandle, int onMalformedInput, int onUnmappableInput, String subChars);
  /external/icu/icu4c/source/common/unicode/
ucnv.h 593 * Fills in the output parameter, subChars, with the substitution characters
596 * stateful, then subChars will be an empty string.
599 * @param subChars the substitution characters
600 * @param len on input the capacity of subChars, on output the number
611 char *subChars,
619 * The subChars must represent a single character. The caller needs to know the
626 * @param subChars the substitution character byte sequence we want set
627 * @param len the number of bytes in subChars
629 * len is bigger than the maximum number of bytes allowed in subchars
636 const char *subChars,
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c     [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
ecj-4.6.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.6/
dagger-compiler-2.6.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.7/
dagger-compiler-2.7.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.6.1/
ecj-4.6.1.jar 
  /prebuilts/tools/common/m2/repository/org/jboss/forge/roaster/roaster-jdt/2.18.7.Final/
roaster-jdt-2.18.7.Final.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 

Completed in 210 milliseconds