Searched refs:nextFCD16 (Results 1 – 4 of 4) sorted by relevance
381 uint16_t fcd16 = nfcImpl.nextFCD16(p, rawLimit); in nextSegment()392 } while(p != rawLimit && nfcImpl.nextFCD16(p, rawLimit) > 0xff); in nextSegment()
130 uint16_t result = g_nfcImpl->nextFCD16(temp, str + strlength); in getFCD()
290 uint16_t nextFCD16(const UChar *&s, const UChar *limit) const { in nextFCD16() function
1800 if(nextFCD16(p, limit)<=0xff) { in findNextFCDBoundary()