OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:punycode_bad_input
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
punyref.c
150
/* else if (input[j] < n) return
punycode_bad_input
; */
241
if (!basic(input[j])) return
punycode_bad_input
;
259
if (in >= input_length) return
punycode_bad_input
;
261
if (digit >= base) return
punycode_bad_input
;
punyref.h
43
punycode_bad_input
, /* Input is invalid. */
enumerator in enum:punycode_status
82
/* except
punycode_bad_input
; if not punycode_success, then */
idnaref.cpp
103
case
punycode_bad_input
: /* Input is invalid. */
/external/icu4c/test/intltest/
punyref.c
150
/* else if (input[j] < n) return
punycode_bad_input
; */
241
if (!basic(input[j])) return
punycode_bad_input
;
259
if (in >= input_length) return
punycode_bad_input
;
261
if (digit >= base) return
punycode_bad_input
;
punyref.h
43
punycode_bad_input
, /* Input is invalid. */
enumerator in enum:punycode_status
82
/* except
punycode_bad_input
; if not punycode_success, then */
idnaref.cpp
103
case
punycode_bad_input
: /* Input is invalid. */
Completed in 763 milliseconds