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

  /external/icu/icu4c/source/i18n/
collationiterator.cpp 312 UChar32 nextCp;
316 nextCp = nextCodePoint(errorCode);
317 if(nextCp < 0) {
322 !CollationFCD::mayHaveLccc(nextCp)) {
330 nextCp = nextSkippedCodePoint(errorCode);
331 if(nextCp < 0) {
336 !CollationFCD::mayHaveLccc(nextCp)) {
344 ce32 = nextCE32FromContraction(d, ce32, p + 2, defaultCE32, nextCp, errorCode);
505 UChar32 nextCp;
513 } else if(match == USTRINGTRIE_NO_MATCH || (nextCp = nextSkippedCodePoint(errorCode)) < 0)
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationIterator.java 508 int nextCp;
512 nextCp = nextCodePoint();
513 if(nextCp < 0) {
518 !CollationFCD.mayHaveLccc(nextCp)) {
526 nextCp = nextSkippedCodePoint();
527 if(nextCp < 0) {
532 !CollationFCD.mayHaveLccc(nextCp)) {
540 ce32 = nextCE32FromContraction(d, ce32, d.contexts, index + 2, defaultCE32, nextCp);
715 int nextCp;
723 } else if(match == BytesTrie.Result.NO_MATCH || (nextCp = nextSkippedCodePoint()) < 0)
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/tokenization/
preprocessor.js 85 var nextCp = this.html.charCodeAt(this.pos + 1);
87 if (isSurrogatePair(cp, nextCp)) {
90 cp = getSurrogatePairCodePoint(cp, nextCp);
tokenizer.js 432 nextCp = void 0;
436 nextCp = this._lookahead();
437 } while (nextCp !== $.EOF && isDigit(nextCp, isHex));
490 var nextCp = this._lookahead();
492 if (nextCp === $.EQUALS_SIGN || isAsciiAlphaNumeric(nextCp)) {
518 nextCp = this._lookahead();
520 if (nextCp === $.LATIN_SMALL_X || nextCp === $.LATIN_CAPITAL_X)
    [all...]
  /external/icu/icu4c/source/test/intltest/
ucharstrietest.cpp 825 UChar32 nextCp=expectedString.length()>1 ? expectedString[1] : 0;
828 UStringTrieResult nextResult=trie.next(nextCp);
832 nextResult!=trie.next(nextCp)
839 nextCp=expectedString.length()>cLength ? expectedString.char32At(cLength) : 0;
842 nextResult=trie.nextForCodePoint(nextCp);
846 nextResult!=trie.nextForCodePoint(nextCp)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
CharsTrieTest.java 682 int nextCp=expectedString.length()>1 ? expectedString.charAt(1) : 0;
685 BytesTrie.Result nextResult=trie.next(nextCp);
689 nextResult!=trie.next(nextCp)
696 nextCp=expectedString.length()>cLength ? expectedString.codePointAt(cLength) : 0;
699 nextResult=trie.nextForCodePoint(nextCp);
703 nextResult!=trie.nextForCodePoint(nextCp)
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/
parse5.js     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 1403 milliseconds