OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_LOCALE_SEPARATOR_LENGTH
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxml/src/
trio.c
381
MAX_LOCALE_SEPARATOR_LENGTH
= MB_LEN_MAX,
760
static char internalDecimalPointString[
MAX_LOCALE_SEPARATOR_LENGTH
+ 1] = ".";
761
static char internalThousandSeparator[
MAX_LOCALE_SEPARATOR_LENGTH
+ 1] = ",";
[
all
...]
/external/libxml2/
trio.c
381
MAX_LOCALE_SEPARATOR_LENGTH
= MB_LEN_MAX,
760
static char internalDecimalPointString[
MAX_LOCALE_SEPARATOR_LENGTH
+ 1] = ".";
761
static char internalThousandSeparator[
MAX_LOCALE_SEPARATOR_LENGTH
+ 1] = ",";
[
all
...]
Completed in 34 milliseconds