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

  /external/icu4c/tools/makeconv/
makeconv.c 447 staticData->subCharLen=0;
473 staticData->subCharLen=length;
536 if(staticData->subCharLen==0) {
537 staticData->subCharLen=prototype->subCharLen;
538 if(prototype->subCharLen>0) {
539 uprv_memcpy(staticData->subChar, prototype->subChar, prototype->subCharLen);
666 staticData->subChar, staticData->subCharLen)
759 if(staticData->subCharLen==0) {
761 staticData->subCharLen=baseData.staticData.subCharLen
    [all...]
  /external/icu4c/common/
ucnv_bld.h 79 int8_t subCharLen; /* +76: 1 */
162 * Pointer to charset bytes for substitution string if subCharLen>0,
163 * or pointer to Unicode string (UChar *) if subCharLen<0.
164 * subCharLen==0 is equivalent to using a skip callback.
206 int8_t subCharLen; /* length of the codepage specific character sequence */
ucnv_cb.c 186 length = converter->subCharLen;
ucnv.c 425 if (converter->subCharLen <= 0) {
431 if (*len < converter->subCharLen) /*not enough space in subChars */
437 uprv_memcpy (mySubChar, converter->subChars, converter->subCharLen); /*fills in the subchars */
438 *len = converter->subCharLen; /*store # of bytes copied to buffer */
459 converter->subCharLen = len; /*sets the new len */
544 cnv->subCharLen = 0;
548 cnv->subCharLen = (int8_t)length8;
550 cnv->subCharLen = (int8_t)-length;
    [all...]
ucnv2022.c 555 cnv->subCharLen = myConverterData->currentConverter->subCharLen;
    [all...]
ucnv_bld.c     [all...]
ucnvscsu.c 213 cnv->subCharLen=-1;
    [all...]
ucnvmbcs.c     [all...]

Completed in 197 milliseconds