2241fd5302
Convert code like: aStr.equalsIgnoreAsciiCaseL(RTL_CONSTASCII_STRINGPARAM("XGRAD_SEQ_BEGIN")) to: aStr.equalsIgnoreAsciiCase("XGRAD_SEQ_BEGIN") which compiles down to the same code. Change-Id: Ia69289d853d292b2f27b68863cb6f6ecdbf1a71e |
||
---|---|---|
.. | ||
inc | ||
source | ||
Executable_cfgex.mk | ||
Executable_helpex.mk | ||
Executable_idxdict.mk | ||
Executable_localize.mk | ||
Executable_pocheck.mk | ||
Executable_propex.mk | ||
Executable_transex3.mk | ||
Executable_treex.mk | ||
Executable_uiex.mk | ||
Executable_ulfex.mk | ||
Executable_xrmex.mk | ||
Makefile | ||
Module_l10ntools.mk | ||
README | ||
StaticLibrary_transex.mk |
l10ntools (l10n = localization) contains a number of tools that extract translatable content from source code and merge translations back to source code during the build.