OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nprefix_length
(Results
1 - 1
of
1
) sorted by null
/external/libxslt/libxslt/
numbers.c
953
int prefix_length, suffix_length = 0,
nprefix_length
, nsuffix_length;
local
1182
nprefix_length
= xsltFormatNumberPreSuffix(self,
1184
if (
nprefix_length
<0) {
1234
if ((
nprefix_length
!= prefix_length) ||
1236
((
nprefix_length
> 0) &&
1241
prefix_length =
nprefix_length
;
[
all
...]
Completed in 24 milliseconds