HomeSort by relevance Sort by last modified time
    Searched refs:formatVersion (Results 51 - 75 of 88) sorted by null

1 23 4

  /external/icu/icu4c/source/common/
ubidi_props.c 37 uint8_t formatVersion[4];
ucnv_bld.cpp 243 pInfo->formatVersion[0]==6); /* Everything will be version 6 */
252 /* UDataInfo info; -- necessary only if some converters have different formatVersion */
    [all...]
ucnv_io.cpp 214 pInfo->formatVersion[0]==3);
    [all...]
ucnvsel.cpp 253 { 1, 0, 0, 0 }, /* formatVersion */
267 * Serialized form of a UConverterSelector, formatVersion 1:
390 if(pInfo->formatVersion[0] != 1) {
392 pInfo->formatVersion[0]);
495 if (pHeader->info.formatVersion[0] != 1) {
normalizer2impl.cpp 273 pInfo->formatVersion[0]==2
323 // smallFCD: new in formatVersion 2
    [all...]
unames.cpp 191 pInfo->formatVersion[0]==1);
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnv_bld.c 233 pInfo->formatVersion[0]==6); /* Everything will be version 6 */
242 /* UDataInfo info; -- necessary only if some converters have different formatVersion */
    [all...]
ucnv_io.c 212 pInfo->formatVersion[0]==3);
    [all...]
ucnvsel.cpp 251 { 1, 0, 0, 0 }, /* formatVersion */
265 * Serialized form of a UConverterSelector, formatVersion 1:
388 if(pInfo->formatVersion[0] != 1) {
390 pInfo->formatVersion[0]);
493 if (pHeader->info.formatVersion[0] != 1) {
normalizer2impl.cpp 273 pInfo->formatVersion[0]==1
    [all...]
unames.c 185 pInfo->formatVersion[0]==1);
    [all...]
  /external/chromium_org/third_party/icu/source/tools/icuswap/
icuswap.cpp 369 pInfo->formatVersion[0]==1
374 pInfo->formatVersion[0]);
  /external/chromium_org/third_party/icu/source/tools/makeconv/
makeconv.c 105 {6, 2, 0, 0}, /* formatVersion */
249 dataInfo.formatVersion[0], dataInfo.formatVersion[1]);
  /external/icu/icu4c/source/tools/icuswap/
icuswap.cpp 369 pInfo->formatVersion[0]==1
374 pInfo->formatVersion[0]);
  /external/icu/icu4c/source/tools/makeconv/
makeconv.c 105 {6, 2, 0, 0}, /* formatVersion */
249 dataInfo.formatVersion[0], dataInfo.formatVersion[1]);
  /external/icu/icu4c/source/i18n/
collationdatareader.cpp 427 pInfo->formatVersion[0] == 4
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/93/1/.cp/
convert.jar 
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
MetadataDbHelper.java 68 public static final String FORMATVERSION_COLUMN = "formatversion";
456 final int formatVersion) {
471 result.put(FORMATVERSION_COLUMN, formatVersion);
    [all...]
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 71 jlong formatVersion, jstring locale, jobjectArray attributeKeyStringArray,
89 formatVersion, localeCodePoints, &attributeMap);
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
reslist.c 43 STRINGS_UTF16_V1, /* formatVersion 1: int length + UChars + NUL + padding to 4 bytes */
44 STRINGS_UTF16_V2 /* formatVersion 2: optional length in 1..3 UChars + UChars + NUL */
68 {1, 3, 0, 0}, /* formatVersion */
72 static const UVersionInfo gFormatVersions[3] = { /* indexed by a major-formatVersion integer */
92 void setFormatVersion(int32_t formatVersion) {
93 gFormatVersion = formatVersion;
671 * Note: This cannot be changed without changing the major formatVersion.
756 uprv_memcpy(dataInfo.formatVersion, gFormatVersions + gFormatVersion, sizeof(UVersionInfo));
767 * formatVersion 1.1 (ICU 2.8):
779 * formatVersion 1.2 (ICU 3.6)
    [all...]
genrb.c 85 UOPTION_DEF("formatVersion", '\x01', UOPT_REQUIRES_ARG),/* 18 */
142 fprintf(stderr, "%s: unsupported --formatVersion %s\n", argv[0], s);
147 fprintf(stderr, "%s: cannot combine --formatVersion 1 with --writePoolBundle or --usePoolBundle\n", argv[0]);
208 "\t --formatVersion write a .res file compatible with the requested formatVersion (single digit);\n"
209 "\t for example, --formatVersion 1\n");
379 if (header->info.formatVersion[0]!=2) {
  /external/icu/icu4c/source/tools/genrb/
reslist.c 46 STRINGS_UTF16_V1, /* formatVersion 1: int length + UChars + NUL + padding to 4 bytes */
47 STRINGS_UTF16_V2 /* formatVersion 2: optional length in 1..3 UChars + UChars + NUL */
71 {1, 3, 0, 0}, /* formatVersion */
75 static const UVersionInfo gFormatVersions[3] = { /* indexed by a major-formatVersion integer */
95 void setFormatVersion(int32_t formatVersion) {
96 gFormatVersion = formatVersion;
770 * Note: This cannot be changed without changing the major formatVersion.
855 uprv_memcpy(dataInfo.formatVersion, gFormatVersions + gFormatVersion, sizeof(UVersionInfo));
866 * formatVersion 1.1 (ICU 2.8):
878 * formatVersion 1.2 (ICU 3.6)
    [all...]
genrb.c 90 UOPTION_DEF("formatVersion", '\x01', UOPT_REQUIRES_ARG),/* 18 */
158 fprintf(stderr, "%s: unsupported --formatVersion %s\n", argv[0], s);
163 fprintf(stderr, "%s: cannot combine --formatVersion 1 with --writePoolBundle or --usePoolBundle\n", argv[0]);
234 "\t --formatVersion write a .res file compatible with the requested formatVersion (single digit);\n"
235 "\t for example, --formatVersion 1\n");
389 if (header->info.formatVersion[0]!=2) {
  /external/chromium_org/third_party/icu/source/i18n/
ucol_elm.cpp     [all...]
ucol_res.cpp 88 pInfo->formatVersion[0]==UCA_FORMAT_VERSION_0 &&
89 pInfo->formatVersion[1]>=UCA_FORMAT_VERSION_1// &&
90 //pInfo->formatVersion[1]==UCA_FORMAT_VERSION_1 &&
91 //pInfo->formatVersion[2]==UCA_FORMAT_VERSION_2 && // Too harsh
92 //pInfo->formatVersion[3]==UCA_FORMAT_VERSION_3 && // Too harsh
    [all...]

Completed in 572 milliseconds

1 23 4