Home
last modified time | relevance | path

Searched refs:listLength (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/platform/text/gtk/
DTextCodecGtk.cpp237 unsigned int listLength = 0; in registerEncodingNames() local
240 listLength = sizeof(m_iconvExtendedCodecList)/sizeof(gpointer); in registerEncodingNames()
243 listLength = sizeof(m_iconvBaseCodecList)/sizeof(gpointer); in registerEncodingNames()
246 for (unsigned int i = 0; i < listLength; ++i) { in registerEncodingNames()
277 unsigned int listLength = 0; in registerCodecs() local
280 listLength = sizeof(m_iconvExtendedCodecList)/sizeof(gpointer); in registerCodecs()
283 listLength = sizeof(m_iconvBaseCodecList)/sizeof(gpointer); in registerCodecs()
286 for (unsigned int i = 0; i < listLength; ++i) { in registerCodecs()
/external/icu4c/common/
Dbmpset.cpp25 list(parentList), listLength(parentListLength) { in BMPSet()
37 list4kStarts[0]=findCodePoint(0x800, 0, listLength-1); in BMPSet()
40 list4kStarts[i]=findCodePoint(i<<12, list4kStarts[i-1], listLength-1); in BMPSet()
42 list4kStarts[0x11]=listLength-1; in BMPSet()
49 list(newParentList), listLength(newParentListLength) { in BMPSet()
115 if(listIndex<listLength) { in initBits()
137 if(listIndex<listLength) { in initBits()
183 if(listIndex<listLength) { in initBits()
Dbmpset.h152 int32_t listLength; variable
/external/chromium/third_party/icu/source/common/
Dbmpset.cpp25 list(parentList), listLength(parentListLength) { in BMPSet()
37 list4kStarts[0]=findCodePoint(0x800, 0, listLength-1); in BMPSet()
40 list4kStarts[i]=findCodePoint(i<<12, list4kStarts[i-1], listLength-1); in BMPSet()
42 list4kStarts[0x11]=listLength-1; in BMPSet()
49 list(newParentList), listLength(newParentListLength) { in BMPSet()
115 if(listIndex<listLength) { in initBits()
137 if(listIndex<listLength) { in initBits()
183 if(listIndex<listLength) { in initBits()
Dbmpset.h152 int32_t listLength; variable