OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sampleNonDigits
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
cucdtst.c
543
static const UChar32
sampleNonDigits
[] = {0x0010, 0x0041, 0x0122, 0x68FE};
579
testSampleCharProps(u_isdigit, "u_isdigit",
sampleNonDigits
, LENGTHOF(
sampleNonDigits
), FALSE);
[
all
...]
/external/icu4c/test/cintltst/
cucdtst.c
544
static const UChar32
sampleNonDigits
[] = {0x0010, 0x0041, 0x0122, 0x68FE};
580
testSampleCharProps(u_isdigit, "u_isdigit",
sampleNonDigits
, LENGTHOF(
sampleNonDigits
), FALSE);
[
all
...]
Completed in 25 milliseconds