HomeSort by relevance Sort by last modified time
    Searched full:internallocalevalues (Results 1 - 1 of 1) sorted by null

  /external/libxml2/
trio.c 750 static struct lconv *internalLocaleValues = NULL;
867 internalLocaleValues = (struct lconv *)localeconv();
868 if (internalLocaleValues)
870 if ((internalLocaleValues->decimal_point) &&
871 (internalLocaleValues->decimal_point[0] != NIL))
873 internalDecimalPointLength = trio_length(internalLocaleValues->decimal_point);
876 internalDecimalPoint = internalLocaleValues->decimal_point[0];
883 internalLocaleValues->decimal_point);
886 if ((internalLocaleValues->thousands_sep) &&
887 (internalLocaleValues->thousands_sep[0] != NIL)
    [all...]

Completed in 314 milliseconds