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

  /external/chromium_org/third_party/icu/source/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 */
  /external/icu/icu4c/source/common/
ucnv_bld.h 80 int8_t subCharLen; /* +76: 1 */
163 * Pointer to charset bytes for substitution string if subCharLen>0,
164 * or pointer to Unicode string (UChar *) if subCharLen<0.
165 * subCharLen==0 is equivalent to using a skip callback.
207 int8_t subCharLen; /* length of the codepage specific character sequence */

Completed in 140 milliseconds