OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numFormatted
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
cnumtst.c
834
const char *
numFormatted
= "12,345,678,900,987,654,321.12345679";
855
if (strcmp(
numFormatted
, desta) != 0) {
857
__FILE__, __LINE__,
numFormatted
, desta);
859
if (strlen(
numFormatted
) != resultSize) {
861
__FILE__, __LINE__, strlen(
numFormatted
), resultSize);
873
if (strcmp(
numFormatted
, desta) != 0) {
875
__FILE__, __LINE__,
numFormatted
, desta);
[
all
...]
/external/icu4c/test/cintltst/
cnumtst.c
814
const char *
numFormatted
= "12,345,678,900,987,654,321.12345679";
835
if (strcmp(
numFormatted
, desta) != 0) {
837
__FILE__, __LINE__,
numFormatted
, desta);
839
if (strlen(
numFormatted
) != resultSize) {
841
__FILE__, __LINE__, strlen(
numFormatted
), resultSize);
852
if (strcmp(
numFormatted
, desta) != 0) {
854
__FILE__, __LINE__,
numFormatted
, desta);
868
u_uastrcpy(dest,
numFormatted
); /* Parse the expected output of the formatting test *
[
all
...]
Completed in 22 milliseconds