Home
last modified time | relevance | path

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

/AOO41X/main/comphelper/qa/complex/comphelper/
H A DMap.java328 Integer[][] typeCompatibility = new Integer[][] { in testValueTypes() local
355 for ( int valueTypePos = 0; valueTypePos != typeCompatibility.length; ++valueTypePos ) in testValueTypes()
360 …for ( int checkTypePos = 0; checkTypePos != typeCompatibility[valueTypePos].length; ++checkTypePos… in testValueTypes()
363 if ( typeCompatibility[valueTypePos][checkTypePos] != 0 ) in testValueTypes()