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

  /external/icu4c/i18n/
plurrule.cpp 1138 RuleParser::checkSyntax(tokenType prevType, tokenType curType, UErrorCode &status)
1146 if (curType!=tKeyword) {
1151 if (curType != tIs && curType != tMod && curType != tIn &&
1152 curType != tNot && curType != tWithin) {
1163 if (curType != tColon) {
1168 if (curType != tVariableN) {
1173 if ( curType != tNumber && curType != tNot)
    [all...]
plurrule_impl.h 134 void checkSyntax(tokenType prevType, tokenType curType, UErrorCode &status);
  /frameworks/base/tools/aapt/
ResourceTable.cpp 572 const String16& curType,
606 myPackage, curType, ident, parentIdent, itemIdent, str,
643 const String16& curType,
699 !outTable->hasBagOrEntry(myPackage, curType, ident, config)) {
714 myPackage, curType, ident, str, &spans, &config,
827 String16 curType;
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 923 QualType curType = tDecl->getUnderlyingType();
950 QualType T = S.BuildExtVectorType(curType, sizeExpr, Attr.getLoc());
    [all...]

Completed in 2217 milliseconds