OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:baseFilename
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/text/mac/
make-charset-table.pl
57
my $
baseFilename
= $filename;
58
$
baseFilename
=~ s|.*/||;
78
error "Platform encoding name $PlatformName is mentioned twice in $
baseFilename
" if $seenPlatformNames{$PlatformNameWithFlags};
90
error "$name, in $
baseFilename
, has illegal characters in it";
96
error "$name, in $
baseFilename
, has illegal characters in it (must be all lowercase alphanumeric)";
100
error "$name comes after $prevName in $
baseFilename
, but everything must be in alphabetical order";
110
error "$name is mentioned twice in $
baseFilename
" if $seenIANANames{$canonicalName};
123
error "$
baseFilename
lists both $name and $otherName under $PlatformName, but that aliasing is already specified in character-sets.txt";
136
error "Platform encoding name $PlatformName is mentioned twice in $
baseFilename
" if $seenPlatformNames{$PlatformName};
139
error "syntax error in $
baseFilename
, line $."
[
all
...]
/external/icu4c/tools/makeconv/
makeconv.c
721
char
baseFilename
[500];
727
uprv_strcpy(
baseFilename
, converterName);
728
basename=(char *)findBasename(
baseFilename
);
733
dataIsBase=readFile(&baseData,
baseFilename
, pErrorCode);
737
fprintf(stderr, "error: the <icu:base> file \"%s\" is not a base table file\n",
baseFilename
);
Completed in 29 milliseconds