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

  /external/expat/lib/
xmltok.c 236 #define MINBPC(enc) ((enc)->minBytesPerChar)
995 ptr += enc->minBytesPerChar;
1015 ptr += enc->minBytesPerChar;
1023 ptr += enc->minBytesPerChar;
1029 ptr += enc->minBytesPerChar;
1032 ptr += enc->minBytesPerChar;
1040 ptr += enc->minBytesPerChar;
1042 for (;; ptr += enc->minBytesPerChar) {
1056 *nextTokPtr = ptr + enc->minBytesPerChar;
1099 ptr += 5 * enc->minBytesPerChar;
    [all...]
xmltok_ns.c 82 if (streqci(buf, KW_UTF_16) && enc->minBytesPerChar == 2)
xmlparse.c     [all...]
xmltok.h 171 int minBytesPerChar;
xmlrole.c 89 #define MIN_BYTES_PER_CHAR(enc) ((enc)->minBytesPerChar)
  /external/icu4c/tools/makeconv/
makeconv.c 496 staticData->minBytesPerChar=(int8_t)data->ucm->states.minCharLength;
528 if(staticData->minBytesPerChar==0) {
529 staticData->minBytesPerChar=prototype->minBytesPerChar;
550 (staticData->minBytesPerChar>1 ||
751 staticData->minBytesPerChar=(int8_t)(states->minCharLength=2);
753 staticData->minBytesPerChar=(int8_t)(states->minCharLength=baseStates->minCharLength);
  /external/icu4c/common/
ucnv_bld.h 75 int8_t minBytesPerChar; /* +70: 1 Minimum # bytes per char in this codepage */
ucnv.c 452 || (len < converter->sharedData->staticData->minBytesPerChar))
653 return converter->sharedData->staticData->minBytesPerChar;
    [all...]
ucnvmbcs.c     [all...]

Completed in 279 milliseconds