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

  /external/chromium/third_party/icu/source/i18n/
umsg.cpp 530 int32_t* aInt;
557 aInt = va_arg(ap, int32_t*);
558 if(aInt){
559 *aInt = (int32_t) args[i].getLong();
  /external/icu4c/i18n/
umsg.cpp 530 int32_t* aInt;
557 aInt = va_arg(ap, int32_t*);
558 if(aInt){
559 *aInt = (int32_t) args[i].getLong();

Completed in 310 milliseconds