OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_isAlphaNumericString
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/icu/source/common/
uloc_tag.c
189
_isAlphaNumericString
(const char* s, int32_t len) {
276
if (len == 4 && ISNUMERIC(*s) &&
_isAlphaNumericString
(s + 1, 3)) {
304
if (len >= 2 && len <= 8 &&
_isAlphaNumericString
(s, len)) {
347
if (len >= 1 && len <= 8 &&
_isAlphaNumericString
(s, len)) {
387
if (len == 2 &&
_isAlphaNumericString
(s, len)) {
398
if (len >= 3 && len <= 8 &&
_isAlphaNumericString
(s, len)) {
[
all
...]
/external/icu4c/common/
uloc_tag.c
190
_isAlphaNumericString
(const char* s, int32_t len) {
277
if (len == 4 && ISNUMERIC(*s) &&
_isAlphaNumericString
(s + 1, 3)) {
305
if (len >= 2 && len <= 8 &&
_isAlphaNumericString
(s, len)) {
348
if (len >= 1 && len <= 8 &&
_isAlphaNumericString
(s, len)) {
388
if (len == 2 &&
_isAlphaNumericString
(s, len)) {
399
if (len >= 3 && len <= 8 &&
_isAlphaNumericString
(s, len)) {
[
all
...]
Completed in 390 milliseconds