Searched refs:strVal (Results 1 – 2 of 2) sorted by relevance
784 private static int strlen(byte[] strVal) { in strlen() argument785 for (int i = 0; i < strVal.length; ++i) { in strlen()786 if (strVal[i] == '\0') { in strlen()790 return strVal.length; in strlen()
125 static String strVal = "Hello, world!";131 reference from the classfile string constant table for <code>strVal</code>.139 static final String strVal = "Hello, world!";145 the integer value 42 directly, and accesses to <code>strVal</code> will