Searched refs:minTocLength (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Ducnv_io.cpp190 minTocLength=8 /* min. tocLength in the file, does not count the tocLengthIndex! */ enumerator in enum:__anon11978
249 if (tableStart < minTocLength) {
1165 if(length>=0 && (length-headerSize)<4*(1+minTocLength)) {
1176 if(tocLength<minTocLength || offsetsCount<=tocLength) {
/external/icu/icu4c/source/common/
H A Ducnv_io.cpp190 minTocLength=8 /* min. tocLength in the file, does not count the tocLengthIndex! */ enumerator in enum:__anon21766
249 if (tableStart < minTocLength) {
1165 if(length>=0 && (length-headerSize)<4*(1+minTocLength)) {
1176 if(tocLength<minTocLength || offsetsCount<=tocLength) {

Completed in 56 milliseconds