Home | History | Annotate | Download | only in nav

Lines Matching refs:uChar

95     static FoundState FindAddress(const UChar* , unsigned length, int* start,
143 const UChar* mCurrentStart;
144 const UChar* mEnd;
150 const UChar* mFirstLower;
151 const UChar* mZipStart;
152 const UChar* mBases[16]; // FIXME: random guess, maybe too small, maybe too big
153 const UChar* mWords[16];
154 const UChar* mEnds[16];
155 const UChar* mStarts[16]; // text is not necessarily contiguous
163 UChar mStore[NAVIGATION_MAX_PHONE_LENGTH + 1];
164 UChar* mStorePtr;
165 UChar mBackOne;
166 UChar mBackTwo;
167 UChar mCurrent;
184 void newWord(const UChar* baseChars, const UChar* chars) {
233 static FoundState FindPartialAddress(const UChar* , const UChar* , unsigned length, FindState* );
234 static FoundState FindPartialEMail(const UChar* , unsigned length, FindState* );
235 static FoundState FindPartialNumber(const UChar* , unsigned length, FindState* );
236 static FoundState FindPhoneNumber(const UChar* chars, unsigned length, int* start, int* end);
245 static bool IsDomainChar(UChar ch);
248 static bool IsMailboxChar(UChar ch);
282 void uChar(const UChar* name, unsigned len, bool hex);
285 void wideString(const UChar* chars, int length, bool hex);