Home | History | Annotate | Download | only in nav

Lines Matching refs:uChar

92     static FoundState FindAddress(const UChar* , unsigned length, int* start,
139 const UChar* mCurrentStart;
140 const UChar* mEnd;
146 const UChar* mFirstLower;
147 const UChar* mZipStart;
148 const UChar* mBases[16]; // FIXME: random guess, maybe too small, maybe too big
149 const UChar* mWords[16];
150 const UChar* mEnds[16];
151 const UChar* mStarts[16]; // text is not necessarily contiguous
159 UChar mStore[NAVIGATION_MAX_PHONE_LENGTH + 1];
160 UChar* mStorePtr;
161 UChar mBackOne;
162 UChar mBackTwo;
163 UChar mCurrent;
180 void newWord(const UChar* baseChars, const UChar* chars) {
226 static FoundState FindPartialAddress(const UChar* , const UChar* , unsigned length, FindState* );
227 static FoundState FindPartialEMail(const UChar* , unsigned length, FindState* );
228 static FoundState FindPartialNumber(const UChar* , unsigned length, FindState* );
229 static FoundState FindPhoneNumber(const UChar* chars, unsigned length, int* start, int* end);
238 static bool IsDomainChar(UChar ch);
241 static bool IsMailboxChar(UChar ch);
274 void uChar(const UChar* name, unsigned len, bool hex);
277 void wideString(const UChar* chars, int length, bool hex);