OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isalphanumeric
(Results
1 - 16
of
16
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmSmsAddress.java
55
if (
isAlphanumeric
()) {
87
public boolean
isAlphanumeric
() {
122
&&
isAlphanumeric
() && (origBytes[OFFSET_TOA] & 0x0f) == 0;
/external/icu4c/test/perf/charperf/
CharPerf.pl
45
"
isAlphaNumeric
", ["$p TestStdLibIsAlphaNumeric" , "$p TestIsAlphaNumeric" ],
CharPerf_r.pl
49
"
isAlphaNumeric
", ["$p1 TestIsAlphaNumeric" , "$p2 TestIsAlphaNumeric" ],
charperf.h
144
inline void
isAlphaNumeric
(UChar32 ch)
charperf.cpp
153
return new CharPerfFunction(
isAlphaNumeric
, MIN_, MAX_);
/external/webkit/Source/WebCore/platform/text/
TextBoundaries.cpp
74
if (position < len &&
isAlphanumeric
(chars[position - 1]))
86
if (position > 0 &&
isAlphanumeric
(chars[position]))
/frameworks/base/telephony/java/com/android/internal/telephony/
SmsAddress.java
44
public boolean
isAlphanumeric
() {
/external/webkit/Source/JavaScriptCore/wtf/unicode/brew/
UnicodeBrew.cpp
72
bool
isAlphanumeric
(UChar c)
UnicodeBrew.h
138
bool
isAlphanumeric
(UChar);
/external/webkit/Source/JavaScriptCore/wtf/unicode/glib/
UnicodeGLib.h
155
inline bool
isAlphanumeric
(UChar32 c)
/external/webkit/Source/JavaScriptCore/wtf/unicode/wince/
UnicodeWinCE.cpp
80
bool
isAlphanumeric
(UChar c)
UnicodeWinCE.h
129
bool
isAlphanumeric
(UChar);
/external/webkit/Source/WebCore/html/parser/
HTMLEntityParser.cpp
83
inline bool
isAlphaNumeric
(UChar cc)
237
|| !(
isAlphaNumeric
(cc) || cc == '=')) {
/external/v8/src/
uri.js
266
function
isAlphaNumeric
(cc) {
281
if (
isAlphaNumeric
(cc)) return true;
310
if (
isAlphaNumeric
(cc)) return true;
/external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
UnicodeIcu.h
167
inline bool
isAlphanumeric
(UChar32 c)
/frameworks/base/docs/html/videos/
index.jd
258
if (!
isAlphaNumeric
(videoId)) {
284
function
isAlphaNumeric
(text){
Completed in 1485 milliseconds