HomeSort by relevance Sort by last modified time
    Searched full:nextcp (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/intltest/
ucharstrietest.cpp 826 UChar32 nextCp=expectedString.length()>1 ? expectedString[1] : 0;
829 UStringTrieResult nextResult=trie.next(nextCp);
833 nextResult!=trie.next(nextCp)
840 nextCp=expectedString.length()>cLength ? expectedString.char32At(cLength) : 0;
843 nextResult=trie.nextForCodePoint(nextCp);
847 nextResult!=trie.nextForCodePoint(nextCp)
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
lemon.c 2521 char *cp, *nextcp; local
    [all...]

Completed in 62 milliseconds