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

/external/apache-xml/src/main/java/org/apache/xml/utils/res/
H A DIntArrayWrapper.java19 * $Id: IntArrayWrapper.java 468655 2006-10-28 07:12:06Z minchau $
28 public class IntArrayWrapper { class
31 public IntArrayWrapper(int[] arg){ method in class:IntArrayWrapper
H A DXResources_he.java62 { "numberGroups", new IntArrayWrapper(new int[]{ 10, 1 }) },
H A DXResources_cy.java62 { "numberGroups", new IntArrayWrapper(new int[]{ 100, 10, 1 }) },
H A DXResources_el.java65 { "numberGroups", new IntArrayWrapper(new int[]{ 100, 10, 1 }) },
H A DXResources_ko.java64 { "numberGroups", new IntArrayWrapper(new int[]{ 1 }) },
H A DXResources_zh_CN.java64 { "numberGroups", new IntArrayWrapper(new int[]{ 1 }) },
H A DXResources_zh_TW.java64 { "numberGroups", new IntArrayWrapper(new int[]{ 1 }) },
H A DXResources_hy.java65 { "numberGroups", new IntArrayWrapper(new int[]{ 1000, 100, 10, 1 }) },
H A DXResources_ja_JP_A.java67 { "numberGroups", new IntArrayWrapper(new int[]{ 1 }) },
H A DXResources_ja_JP_HA.java67 { "numberGroups", new IntArrayWrapper(new int[]{ 1 }) },
H A DXResources_ja_JP_HI.java68 { "numberGroups", new IntArrayWrapper(new int[]{ 1 }) },
H A DXResources_ja_JP_I.java68 { "numberGroups", new IntArrayWrapper(new int[]{ 1 }) },
H A DXResources_ka.java65 { "numberGroups", new IntArrayWrapper(new int[]{ 1000, 100, 10, 1 }) },
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemNumber.java42 import org.apache.xml.utils.res.IntArrayWrapper;
1749 IntArrayWrapper groups = (IntArrayWrapper) thisBundle.getObject(org.apache.xml.utils.res.XResourceBundle.LANG_NUMBERGROUPS);

Completed in 142 milliseconds