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

  /external/icu/icu4c/source/common/
ucnv_imp.h 77 UConverterType type,
ucnv_cnv.h 233 UConverterType type;
ucnvmbcs.h 566 U_CFUNC UConverterType
ucnv_bld.cpp 126 const UConverterType type;
290 UConverterType type = (UConverterType)source->conversionType;
879 UConverterType type,
    [all...]
ucnv.cpp     [all...]
ucnvmbcs.cpp     [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterSharedData.java 66 UConverterType type;
351 static final class UConverterType {
CharsetMBCS.java 24 import com.ibm.icu.charset.UConverterSharedData.UConverterType;
233 if (type != UConverterSharedData.UConverterType.MBCS
319 if (baseSharedData.staticData.conversionType != UConverterType.MBCS
347 if (staticData.conversionType == UConverterType.DBCS
348 || (staticData.conversionType == UConverterType.MBCS && staticData.minBytesPerChar >= 2)) {
362 } else if (baseSharedData.staticData.conversionType == UConverterType.MBCS
    [all...]
  /external/icu/icu4c/source/common/unicode/
ucnv.h 169 } UConverterType;
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c     [all...]
nucnvtst.c     [all...]

Completed in 261 milliseconds