HomeSort by relevance Sort by last modified time
    Searched refs:nextChar (Results 26 - 42 of 42) sorted by null

12

  /frameworks/base/libs/utils/
PropertyMap.cpp 181 if (mTokenizer->nextChar() != '=') {
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
SmsMessageBodyTest.java 516 char nextChar = sCharacterClasses[charClass].charAt(r.nextInt(classLength));
517 sb.append(nextChar);
  /external/icu4c/i18n/
regexcmp.cpp 149 nextChar(fC); // Fetch the first char from the pattern string.
239 // NextChar. This is where characters are actually fetched from the pattern.
243 nextChar(fC);
    [all...]
ucol.cpp     [all...]
  /bionic/libc/kernel/tools/
cpp.py 279 def nextChar(self):
287 result = self.nextChar()
329 c = self.nextChar()
338 c = self.nextChar()
347 c = self.nextChar()
386 c2 = self.nextChar()
392 c2 = self.nextChar()
404 c2 = self.nextChar()
    [all...]
  /external/icu4c/common/
rbbiscan.cpp 829 // nextChar for rules scanning. At this level, we handle stripping
834 void RBBIRuleScanner::nextChar(RBBIRuleChar &c) {
836 // Unicode Character constants needed for the processing done by nextChar(),
849 c.fChar = nextCharLL(); // get nextChar officially so character counts
    [all...]
  /external/harfbuzz/src/
harfbuzz-arabic.c 871 static HB_UChar16 nextChar(const HB_UChar16 *str, hb_uint32 len, hb_uint32 pos)
942 const HB_UChar16 pch = nextChar(uc, stringLength, pos);
    [all...]
  /external/icu4c/test/intltest/
rbbitst.cpp     [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCPreparedStatement.java 47 char nextChar = 0;
49 nextChar = sql.charAt(i + 1);
51 if (nextChar == '\'') {
53 sb.append(nextChar);
  /external/webkit/Source/WebKit/android/nav/
CacheBuilder.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBlockLineLayout.cpp     [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardBuilder.java     [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilt/common/ecj/
ecj.jar 
  /external/emma/lib/
emma.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1100 milliseconds

12