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

  /external/chromium/third_party/icu/source/test/intltest/
intltest.cpp 1021 int32_t nProps = 0;
1050 if (nProps < IntlTest::kMaxProps) {
1051 props[nProps] = str + 5;
1053 nProps++;
1090 if (nProps > IntlTest::kMaxProps) {
1101 for (int32_t i = 0; i < nProps; i++) {
1129 for (int32_t i = 0; i < nProps; i++) {
    [all...]
  /external/icu4c/test/intltest/
intltest.cpp 1034 int32_t nProps = 0;
1066 if (nProps < IntlTest::kMaxProps) {
1067 props[nProps] = str + 5;
1069 nProps++;
1110 if (nProps > IntlTest::kMaxProps) {
1122 for (int32_t i = 0; i < nProps; i++) {
1155 for (int32_t i = 0; i < nProps; i++) {
    [all...]

Completed in 12 milliseconds