Searched refs:subChars (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Ducnv.c270 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);
490 uint8_t *subChars; local
[all...]
H A Ducnv_cb.c201 const UChar *source = (const UChar *)converter->subChars;
220 (const char *)converter->subChars, length,
H A Ducnv_bld.h171 uint8_t *subChars; member in struct:UConverter
218 UChar subUChars[UCNV_MAX_SUBCHAR_LEN/U_SIZEOF_UCHAR]; /* see subChars documentation */
H A Ducnv2022.cpp562 uprv_memcpy(cnv->subChars, myConverterData->currentConverter->subChars, 4);
3450 subchar=(char *)cnv->subChars;
3506 uint8_t *currentSubChars = myConverterData->currentConverter->subChars;
3510 myConverterData->currentConverter->subChars = (uint8_t *)subchar;
3521 myConverterData->currentConverter->subChars = currentSubChars;
H A Ducnvhz.c512 *p++= (char)cnv->subChars[0];
H A Ducnv_bld.cpp1035 myUConverter->subChars = (uint8_t *)myUConverter->subUChars;
1036 uprv_memcpy(myUConverter->subChars, mySharedConverterData->staticData->subChar, myUConverter->subCharLen);
H A Ducnv_u16.c1297 uprv_memcpy(cnv->subChars, _UTF16v2Data.staticData->subChar, UCNV_MAX_SUBCHAR_LEN);
H A Ducnvmbcs.c5522 subchar=(char *)cnv->subChars;
/external/icu/icu4c/source/common/
H A Ducnv.c270 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);
490 uint8_t *subChars; local
[all...]
H A Ducnv_cb.c201 const UChar *source = (const UChar *)converter->subChars;
220 (const char *)converter->subChars, length,
H A Ducnv_bld.h171 uint8_t *subChars; member in struct:UConverter
218 UChar subUChars[UCNV_MAX_SUBCHAR_LEN/U_SIZEOF_UCHAR]; /* see subChars documentation */
H A Ducnv2022.cpp566 uprv_memcpy(cnv->subChars, myConverterData->currentConverter->subChars, 4);
3455 subchar=(char *)cnv->subChars;
3511 uint8_t *currentSubChars = myConverterData->currentConverter->subChars;
3515 myConverterData->currentConverter->subChars = (uint8_t *)subchar;
3526 myConverterData->currentConverter->subChars = currentSubChars;
H A Ducnvhz.c512 *p++= (char)cnv->subChars[0];
H A Ducnv_bld.cpp1026 myUConverter->subChars = (uint8_t *)myUConverter->subUChars;
1027 uprv_memcpy(myUConverter->subChars, mySharedConverterData->staticData->subChar, myUConverter->subCharLen);
H A Ducnv_u16.c1297 uprv_memcpy(cnv->subChars, _UTF16v2Data.staticData->subChar, UCNV_MAX_SUBCHAR_LEN);
H A Ducnvmbcs.c5522 subchar=(char *)cnv->subChars;
/external/chromium_org/third_party/icu/source/common/unicode/
H A Ducnv.h591 * 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
634 const char *subChars,
/external/icu/icu4c/source/common/unicode/
H A Ducnv.h591 * 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
634 const char *subChars,
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccapitst.c3501 static const char subChars[5]={ 0x61, 0x62, 0x63, 0x64, 0x65 }; local
3552 if(U_FAILURE(errorCode) || len8!=sizeof(subChars) || 0!=uprv_memcmp(buffer, subChars, len8)) {
/external/icu/icu4c/source/test/cintltst/
H A Dccapitst.c3503 static const char subChars[5]={ 0x61, 0x62, 0x63, 0x64, 0x65 }; local
3554 if(U_FAILURE(errorCode) || len8!=sizeof(subChars) || 0!=uprv_memcmp(buffer, subChars, len8)) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 6085 milliseconds