Searched refs:charIdx (Results 1 – 5 of 5) sorted by relevance
124 int charIdx = 0; in TestExtended() local130 for (charIdx = 0; charIdx < len; ) { in TestExtended()131 int c = UTF16.charAt(testString, charIdx); in TestExtended()132 charIdx++; in TestExtended()133 if (c == CH_CR && charIdx<len && testString.charAt(charIdx) == CH_LF) { in TestExtended()136 charIdx++; in TestExtended()140 colStart = charIdx; in TestExtended()142 column = charIdx - colStart + 1; in TestExtended()161 if (testString.startsWith("<word>", charIdx-1)) { in TestExtended()163 charIdx += 5; in TestExtended()[all …]
1732 int charIdx = m_rand() % classSet.size(); in RunMonkey() local1733 int c = classSet.charAt(charIdx); in RunMonkey()
120 int charIdx = 0; in TestExtended() local126 for (charIdx = 0; charIdx < len; ) { in TestExtended()127 int c = UTF16.charAt(testString, charIdx); in TestExtended()128 charIdx++; in TestExtended()129 if (c == CH_CR && charIdx<len && testString.charAt(charIdx) == CH_LF) { in TestExtended()132 charIdx++; in TestExtended()136 colStart = charIdx; in TestExtended()138 column = charIdx - colStart + 1; in TestExtended()157 if (testString.startsWith("<word>", charIdx-1)) { in TestExtended()159 charIdx += 5; in TestExtended()[all …]
1728 int charIdx = m_rand() % classSet.size(); in RunMonkey() local1729 int c = classSet.charAt(charIdx); in RunMonkey()
1236 int32_t charIdx = 0; in TestExtended() local1240 for (charIdx = 0; charIdx < len; ) { in TestExtended()1242 UChar c = testString.charAt(charIdx); in TestExtended()1243 charIdx++; in TestExtended()1244 if (c == CH_CR && charIdx<len && testString.charAt(charIdx) == CH_LF) { in TestExtended()1247 charIdx++; in TestExtended()1251 colStart = charIdx; in TestExtended()1253 column = charIdx - colStart + 1; in TestExtended()1272 if (testString.compare(charIdx-1, 6, "<word>") == 0) { in TestExtended()1276 charIdx += 5; in TestExtended()[all …]