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

  /external/icu/icu4c/source/common/
pluralmap.h 89 fVariants[0] = &fOtherVariant;
90 for (int32_t i = 1; i < UPRV_LENGTHOF(fVariants); ++i) {
91 fVariants[i] = other.fVariants[i] ?
92 new T(*other.fVariants[i]) : NULL;
100 for (int32_t i = 0; i < UPRV_LENGTHOF(fVariants); ++i) {
101 if (fVariants[i] != NULL && other.fVariants[i] != NULL) {
102 *fVariants[i] = *other.fVariants[i]
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comsvcs.h     [all...]

Completed in 89 milliseconds