Searched refs:u_n (Results 1 – 7 of 7) sorted by relevance
420 u_n=0x6e, enumerator477 trie->next(u_n); in TestHasUniqueValue()487 if(trie->next(u_n)!=USTRINGTRIE_INTERMEDIATE_VALUE || 6!=trie->getValue()) { in TestHasUniqueValue()515 trie->next(u_n); in TestGetNextUChars()560 trie->next(u_n); in TestIteratorFromBranch()609 trie->next(u_n); in TestIteratorFromLinearMatch()
347 uint64_t u_n = *reinterpret_cast<uint64_t *>(&i_n); in CompressInt() local348 auto temp_bytes = UIntToBytesLittle(u_n, dst_int_type); in CompressInt()
67 static const UChar u_n=0x6E; variable1084 ((c=msg.charAt(index++))==u_n || c==u_N) && in isOrdinal()
303 you represent :math:`u` as :math:`u_n u_{n-1} \cdots u_2 u_1 u_0` where304 :math:`u_0` is the LSB and :math:`u_n` is the MSB of :math:`u` and similarly