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

  /external/icu4c/common/
ucnv_bld.h 170 uint8_t *subChars;
217 UChar subUChars[UCNV_MAX_SUBCHAR_LEN/U_SIZEOF_UCHAR]; /* see subChars documentation */
ucnv.c 258 if (cnv->subChars == (uint8_t *)cnv->subUChars) {
259 localConverter->subChars = (uint8_t *)localConverter->subUChars;
261 localConverter->subChars = (uint8_t *)uprv_malloc(UCNV_ERROR_BUFFER_LENGTH * U_SIZEOF_UCHAR);
262 if (localConverter->subChars == NULL) {
267 uprv_memcpy(localConverter->subChars, cnv->subChars, UCNV_ERROR_BUFFER_LENGTH * U_SIZEOF_UCHAR);
277 if (allocatedConverter != NULL && allocatedConverter->subChars != (uint8_t *)allocatedConverter->subUChars) {
278 uprv_free(allocatedConverter->subChars);
372 if (converter->subChars != (uint8_t *)converter->subUChars) {
373 uprv_free(converter->subChars);
    [all...]
  /dalvik/libcore/icu/src/main/native/
NativeConverter.cpp 529 static jint setSubstitutionBytes(JNIEnv *env, jclass jClass, jlong handle, jbyteArray subChars, jint length) {
534 jbyte* u_subChars = reinterpret_cast<jbyte*>(env->GetPrimitiveArrayCritical(subChars, NULL));
540 env->ReleasePrimitiveArrayCritical(subChars,mySubChars,0);
548 env->ReleasePrimitiveArrayCritical(subChars,u_subChars,0);
560 UChar subChars[256];
566 setToUCallbackSubs(UConverter* cnv,UChar* subChars, int32_t length,UBool stopOnIllegal ) {
573 if(subChars) {
574 u_strncpy(substitutionCharS->subChars,subChars,length);
576 substitutionCharS->subChars[length++] =0xFFFD
    [all...]
  /frameworks/base/awt/java/awt/
Font.java     [all...]
  /external/icu4c/test/cintltst/
ccapitst.c     [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 101 milliseconds