Searched refs:IX_TOTAL_SIZE (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dcollationdatareader.h97 IX_TOTAL_SIZE enumerator in enum:CollationDataReader::__anon923
H A Dcollationdatawriter.cpp55 int32_t indexes[CollationDataReader::IX_TOTAL_SIZE + 1];
128 indexesLength = CollationDataReader::IX_TOTAL_SIZE + 1;
294 indexes[CollationDataReader::IX_TOTAL_SIZE] = totalSize;
H A Dcollationdatareader.cpp92 if(indexesLength > IX_TOTAL_SIZE) {
93 length = inIndexes[IX_TOTAL_SIZE];
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dpropname.h91 IX_TOTAL_SIZE, enumerator in enum:PropNameData::__anon742
142 * The last offset (indexes[PropNameData::IX_TOTAL_SIZE]) indicates the
H A Ducol_swp.cpp374 IX_TOTAL_SIZE enumerator in enum:__anon830::__anon831
387 int32_t indexes[IX_TOTAL_SIZE+1];
407 for(int32_t i=1; i<=IX_TOTAL_SIZE && i<indexesLength; ++i) {
410 for(int32_t i=indexesLength; i<=IX_TOTAL_SIZE; ++i) {
417 if(indexesLength>IX_TOTAL_SIZE) {
418 size=indexes[IX_TOTAL_SIZE];
H A Ddictionarydata.h47 IX_TOTAL_SIZE, enumerator in enum:DictionaryData::__anon732
H A Ddictionarydata.cpp194 size = indexes[DictionaryData::IX_TOTAL_SIZE];
228 nextOffset = indexes[DictionaryData::IX_TOTAL_SIZE];
H A Dnormalizer2impl.h388 IX_TOTAL_SIZE, enumerator in enum:Normalizer2Impl::__anon739
H A Dnormalizer2impl.cpp2115 size=indexes[Normalizer2Impl::IX_TOTAL_SIZE];
/macosx-10.10.1/ICU-531.30/icuSources/tools/toolutil/
H A Dcollationinfo.cpp27 int32_t totalSize = indexes[CollationDataReader::IX_TOTAL_SIZE];
H A Dswapimpl.cpp118 int32_t totalSize=udata_readInt32(ds, inIndexes[PropNameData::IX_TOTAL_SIZE]);
/macosx-10.10.1/ICU-531.30/icuSources/tools/gendict/
H A Dgendict.cpp464 indexes[DictionaryData::IX_TOTAL_SIZE] = size;
/macosx-10.10.1/ICU-531.30/icuSources/tools/gennorm2/
H A Dn2builder.cpp1174 for(int32_t i=Normalizer2Impl::IX_RESERVED3_OFFSET; i<=Normalizer2Impl::IX_TOTAL_SIZE; ++i) {
/macosx-10.10.1/ICU-531.30/icuSources/tools/genrb/
H A Dparse.cpp1034 int32_t indexes[icu::CollationDataReader::IX_TOTAL_SIZE + 1];

Completed in 152 milliseconds