HomeSort by relevance Sort by last modified time
    Searched refs:curType (Results 1 - 5 of 5) sorted by null

  /external/icu4c/i18n/
plurrule.cpp 1148 RuleParser::checkSyntax(tokenType prevType, tokenType curType, UErrorCode &status)
1156 if (curType!=tKeyword) {
1161 if (curType != tIs && curType != tMod && curType != tIn &&
1162 curType != tNot && curType != tWithin) {
1173 if (curType != tColon) {
1178 if (curType != tVariableN) {
1183 if ( curType != tNumber && curType != tNot)
    [all...]
plurrule_impl.h 134 void checkSyntax(tokenType prevType, tokenType curType, UErrorCode &status);
  /frameworks/base/tools/aapt/
ResourceTable.cpp 573 const String16& curType,
607 myPackage, curType, ident, parentIdent, itemIdent, str,
644 const String16& curType,
700 !outTable->hasBagOrEntry(myPackage, curType, ident, config)) {
715 myPackage, curType, ident, str, &spans, &config,
828 String16 curType;
    [all...]
  /external/llvm/lib/Target/R600/
AMDILPeepholeOptimizer.cpp     [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]

Completed in 1700 milliseconds