Searched refs:NL (Results 1 – 13 of 13) sorted by relevance
/aoo41x/main/i18npool/source/breakiterator/data/ |
H A D | line.txt | 79 $NL = [:LineBreak = Next_Line:]; 179 $CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM]; # Bases that can take CMs 180 $CANT_CM = [ $SP $BK $CR $LF $NL $ZW $CM]; # Bases that can't take CMs 188 $AL_FOLLOW_NOCM = [$BK $CR $LF $NL $ZW $SP]; 196 $LB4Breaks = [$BK $CR $LF $NL]; 197 $LB4NonBreaks = [^$BK $CR $LF $NL]; 220 …LB 9 Combining marks. X $CM needs to behave like X, where X is not $SP, $BK $CR $LF $NL 420 [$BK $CR $LF $NL $ZW {eof}] | 438 [$PR ] / $CM+ [$BK $CR $LF $NL $ZW $SP {eof}]; 599 $CM+ [^$CM $BK $CR $LF $NL $ZW $SP];
|
/aoo41x/main/soltools/cpp/ |
H A D | _cpp.c | 34 struct token nltoken = {NL, 0, 0, 1, (uchar *) "\n", 0}; 133 if (tp->type != NL) in control() 200 for (tp = trp->tp - 1; ((tp->type != NL) && (tp < trp->lp)); tp++) in control() 381 for (tp = trp->tp; tp < trp->lp && tp->type != NL; tp++) in error()
|
H A D | _macro.c | 115 if (((trp->lp) - 1)->type == NL) in dodefine() 446 if (trp->tp->type != NL) in gatherargs() 471 if (trp->tp->type == NL) in gatherargs()
|
H A D | _tokens.c | 391 if (tp->type != NL) in peektokens() 417 if (tp->type != NL) in puttokens()
|
H A D | _lex.c | 495 if (tp != trp->bp && (tp - 1)->type != NL && cursource->fd != -1) in gettokens() 504 tp->type = NL; in gettokens()
|
H A D | cpp.h | 42 END, UNCLASS, NAME, NUMBER, STRING, CCON, NL, WS, DSHARP, enumerator
|
H A D | _eval.c | 284 case NL: in eval()
|
/aoo41x/main/rsc/source/rscpp/ |
H A D | cpp.h | 62 #define NL 0x15 /* new line */ macro 67 #define NL 0x0A /* new line */ macro
|
H A D | cpp3.c | 396 if ( c != ' ' && c != CR && c != NL && c != HT && c != EOF)
|
/aoo41x/main/comphelper/inc/comphelper/ |
H A D | locale.hxx | 86 static const Locale& NL();
|
/aoo41x/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/languageResolver/ |
H A D | lang.map | 36 31,Dutch,nl,nl-NL,1043
|
/aoo41x/main/comphelper/source/misc/ |
H A D | locale.cxx | 223 const Locale& Locale::NL() in NL() function in comphelper::Locale
|
/aoo41x/extras/l10n/source/nl/ |
H A D | localize.sdf | 4544 … 0 pairedlist STR_ARR_SVT_LANGUAGE_TABLE LANGUAGE_DUTCH 0 nl Nederlands (NL) 20130618 17:22:18 9144 desktop win32\source\setup\setup.ulf 0 LngText %LANGUAGE_NL_NL% 0 nl Nederlands (NL) 20130618… 38911 …cties in Calc op de \<link href=\"http://wiki.services.openoffice.org/wiki/NL/Documentation/How_To… 38924 …able id=\"drking\"\>\<link href=\"http://wiki.services.openoffice.org/wiki/NL/Documentation/How_To… 43056 … 0 nl Zie ook de \<link href=\"http://wiki.services.openoffice.org/wiki/NL/Documentation/How_To… 43557 … 0 nl Zie ook de \<link href=\"http://wiki.services.openoffice.org/wiki/NL/Documentation/How_To…
|
Completed in 981 milliseconds