HomeSort by relevance Sort by last modified time
    Searched refs:nextCh (Results 1 - 5 of 5) sorted by null

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/preprocessor/
PpScanner.cpp 344 int nextCh = getch();
345 if ((ch == 'u' && nextCh == 'l') || (ch == 'U' && nextCh == 'L')) {
347 ppToken->name[len++] = (char)nextCh;
419 int nextCh = getch();
420 if ((ch == 'u' && nextCh == 'l') || (ch == 'U' && nextCh == 'L')) {
422 ppToken->name[len++] = (char)nextCh;
474 int nextCh = getch();
475 if ((ch == 'u' && nextCh == 'l') || (ch == 'U' && nextCh == 'L'))
    [all...]
  /frameworks/minikin/libs/minikin/
FontCollection.cpp 371 uint32_t nextCh = 0;
375 U16_NEXT(string, readLength, string_size, nextCh);
378 const uint32_t ch = nextCh;
382 U16_NEXT(string, readLength, string_size, nextCh);
384 nextCh = kEndOfString;
400 ch, isVariationSelector(nextCh) ? nextCh : 0, langListId, variant);
426 } while (nextCh != kEndOfString);
  /frameworks/opt/vcard/java/com/android/vcard/
VCardUtils.java 382 char nextCh = value.charAt(i + 1);
385 unescapedString = VCardParserImpl_V40.unescapeCharacter(nextCh);
387 unescapedString = VCardParserImpl_V30.unescapeCharacter(nextCh);
393 unescapedString = VCardParserImpl_V21.unescapeCharacter(nextCh);
738 char nextCh = value.charAt(i + 1);
739 if (nextCh == ' ' || nextCh == '\t') {
740 builder.append(nextCh);
766 char nextCh = quotedPrintable.charAt(i + 1);
767 if (nextCh == '\n')
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 739 milliseconds