Searched refs:NL (Results 1 – 13 of 13) sorted by relevance
/aoo42x/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];
|
/aoo42x/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() 447 if (trp->tp->type != NL) in gatherargs() 472 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()
|
/aoo42x/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)
|
/aoo42x/main/comphelper/inc/comphelper/ |
H A D | locale.hxx | 94 static const Locale& NL();
|
/aoo42x/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/languageResolver/ |
H A D | lang.map | 36 31,Dutch,nl,nl-NL,1043
|
/aoo42x/main/comphelper/source/misc/ |
H A D | locale.cxx | 223 const Locale& Locale::NL() in NL() function in comphelper::Locale
|
/aoo42x/extras/l10n/source/nl/ |
H A D | localize.sdf | 1683 …AQ op <a href="https://wiki.openoffice.org/wiki/NL/Documentation/FAQ">https://wiki.openoffice.org/… 17647 desktop win32\source\setup\setup.ulf 0 LngText %LANGUAGE_NL_NL% 0 nl Nederlands (NL) 20200411… 21180 … 0 pairedlist STR_ARR_SVT_LANGUAGE_TABLE LANGUAGE_DUTCH 0 nl Nederlands (NL) 20200411 15:09:53 57264 …11372999 0 nl Zie ook de \<link href=\"https://wiki.openoffice.org/wiki/NL/Documentation/How_To… 58507 …11372899 0 nl Zie ook de \<link href=\"https://wiki.openoffice.org/wiki/NL/Documentation/How_To… 60460 … van functies in Calc op de \<link href=\"https://wiki.openoffice.org/wiki/NL/Documentation/How_To… 60473 …l \<variable id=\"drking\"\>\<link href=\"https://wiki.openoffice.org/wiki/NL/Documentation/How_To… 63458 … help par_id9625843 0 nl \<link href=\"https://wiki.openoffice.org/wiki/NL/Documentation/How_To… 63459 … help par_id1683706 0 nl \<link href=\"https://wiki.openoffice.org/wiki/NL/Documentation/How_To…
|
Completed in 2641 milliseconds