• Home
  • Raw
  • Download

Lines Matching refs:char16_t

148         const char16_t *uchars;
149 const char16_t *pos;
259 const char16_t *pos=pos_; in getValue()
276 const char16_t *pos=pos_; in hasUniqueValue()
375 const char16_t *branchNext(const char16_t *pos, int32_t length, UErrorCode &errorCode);
377 const char16_t *uchars_;
378 const char16_t *pos_;
379 const char16_t *initialPos_;
407 UCharsTrie(char16_t *adoptUChars, const char16_t *trieUChars) in UCharsTrie()
420 static inline int32_t readValue(const char16_t *pos, int32_t leadUnit) { in readValue()
431 static inline const char16_t *skipValue(const char16_t *pos, int32_t leadUnit) { in skipValue()
441 static inline const char16_t *skipValue(const char16_t *pos) { in skipValue()
446 static inline int32_t readNodeValue(const char16_t *pos, int32_t leadUnit) { in readNodeValue()
458 static inline const char16_t *skipNodeValue(const char16_t *pos, int32_t leadUnit) { in skipNodeValue()
470 static inline const char16_t *jumpByDelta(const char16_t *pos) { in jumpByDelta()
483 static const char16_t *skipDelta(const char16_t *pos) { in skipDelta()
500 UStringTrieResult branchNext(const char16_t *pos, int32_t length, int32_t uchar);
503 UStringTrieResult nextImpl(const char16_t *pos, int32_t uchar);
508 static const char16_t *findUniqueValueFromBranch(const char16_t *pos, int32_t length,
512 static UBool findUniqueValue(const char16_t *pos, UBool haveUniqueValue, int32_t &uniqueValue);
516 static void getNextBranchUChars(const char16_t *pos, int32_t length, Appendable &out);
606 char16_t *ownedArray_;
609 const char16_t *uchars_;
614 const char16_t *pos_;