Searched refs:nextCodePoint (Results 1 - 14 of 14) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Duitercollationiterator.h43 virtual UChar32 nextCodePoint(UErrorCode &errorCode);
75 virtual UChar32 nextCodePoint(UErrorCode &errorCode);
H A Dutf8collationiterator.h44 virtual UChar32 nextCodePoint(UErrorCode &errorCode);
91 virtual UChar32 nextCodePoint(UErrorCode &errorCode);
H A Dutf16collationiterator.h55 virtual UChar32 nextCodePoint(UErrorCode &errorCode);
102 virtual UChar32 nextCodePoint(UErrorCode &errorCode);
H A Duitercollationiterator.cpp59 UIterCollationIterator::nextCodePoint(UErrorCode & /*errorCode*/) { function in class:UIterCollationIterator
160 FCDUIterCollationIterator::nextCodePoint(UErrorCode &errorCode) {
259 while(num > 0 && FCDUIterCollationIterator::nextCodePoint(errorCode) >= 0) {
H A Dutf16collationiterator.cpp86 UTF16CollationIterator::nextCodePoint(UErrorCode & /*errorCode*/) { function in class:UTF16CollationIterator
249 FCDUTF16CollationIterator::nextCodePoint(UErrorCode &errorCode) { function in class:FCDUTF16CollationIterator
327 while(num > 0 && FCDUTF16CollationIterator::nextCodePoint(errorCode) >= 0) {
H A Dutf8collationiterator.cpp94 UTF8CollationIterator::nextCodePoint(UErrorCode & /*errorCode*/) { function in class:UTF8CollationIterator
265 FCDUTF8CollationIterator::nextCodePoint(UErrorCode &errorCode) {
344 while(num > 0 && FCDUTF8CollationIterator::nextCodePoint(errorCode) >= 0) {
H A Dcollationiterator.cpp206 c = nextCodePoint(errorCode);
316 nextCp = nextCodePoint(errorCode);
472 UChar32 c = nextCodePoint(errorCode);
610 suffixes.firstForCodePoint(nextCodePoint(errorCode));
612 suffixes.nextForCodePoint(nextCodePoint(errorCode));
693 UChar32 c = nextCodePoint(errorCode);
H A Dcollationiterator.h199 virtual UChar32 nextCodePoint(UErrorCode &errorCode) = 0;
H A Drulebasedcollator.cpp785 UChar32 nextCodePoint() { function in class:__anon21909::NFDIterator
799 * @param c the last code point returned by nextCodePoint() or nextDecomposedCodePoint()
899 return u8ci.nextCodePoint(errorCode);
923 return uici.nextCodePoint(errorCode);
933 UChar32 leftCp = left.nextCodePoint();
934 UChar32 rightCp = right.nextCodePoint();
H A Dcollationdatabuilder.cpp133 virtual UChar32 nextCodePoint(UErrorCode &errorCode);
218 DataBuilderCollationIterator::nextCodePoint(UErrorCode & /*errorCode*/) { function in class:DataBuilderCollationIterator
/external/icu/icu4c/source/test/intltest/
H A Dcollationtest.cpp387 UChar32 c1 = ci.nextCodePoint(errorCode);
390 errln("%s.nextCodePoint(to limit, 1st pass) = U+%04lx != U+%04lx at %d",
410 UChar32 c1 = ci.nextCodePoint(errorCode);
413 errln("%s.nextCodePoint(to limit again) = U+%04lx != U+%04lx at %d",
H A Dusettest.cpp3243 static UChar32 nextCodePoint(UChar32 c) { function
3282 for(first=c=0;; c=nextCodePoint(c)) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dusettest.cpp3243 static UChar32 nextCodePoint(UChar32 c) { function
3282 for(first=c=0;; c=nextCodePoint(c)) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 213 milliseconds