Searched refs:nextFCD16 (Results 1 – 4 of 4) sorted by relevance
383 uint16_t fcd16 = nfcImpl.nextFCD16(p, rawLimit); in nextSegment()394 } while(p != rawLimit && nfcImpl.nextFCD16(p, rawLimit) > 0xff); in nextSegment()
136 uint16_t result = g_nfcImpl->nextFCD16(temp, str + strlength); in getFCD()
325 uint16_t nextFCD16(const UChar *&s, const UChar *limit) const { in nextFCD16() function