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

  /external/icu/icu4c/source/i18n/
affixpatternparser.cpp 449 int32_t tokenSize = nextUserToken(buffer, i, len, &token);
450 i += tokenSize;
451 if (token == 0x27 && tokenSize == 1) { // quote
478 appendTo.add(kCurrency, tokenSize);
489 case 0xA4: // included b/c tokenSize can be > 1
490 for (int32_t j = 0; j < tokenSize; ++j) {
515 int32_t tokenSize = nextToken(buffer, i, len, &token);
516 if (tokenSize == 1) {
519 while (i < len && (tokenSize = nextToken(buffer, i, len, &token)) == 1) {
529 i += tokenSize;
    [all...]
  /system/core/fingerprintd/
IFingerprintDaemon.cpp 77 const ssize_t tokenSize = data.readInt32();
78 const uint8_t* token = static_cast<const uint8_t *>(data.readInplace(tokenSize));
81 const int32_t ret = enroll(token, tokenSize, groupId, timeout);
FingerprintDaemonProxy.cpp 132 int32_t FingerprintDaemonProxy::enroll(const uint8_t* token, ssize_t tokenSize, int32_t groupId,
135 if (tokenSize != sizeof(hw_auth_token_t) ) {
136 ALOG(LOG_VERBOSE, LOG_TAG, "enroll() : invalid token size %zu\n", tokenSize);
  /frameworks/base/services/core/jni/
com_android_server_fingerprint_FingerprintService.cpp 135 const int tokenSize = env->GetArrayLength(token);
137 if (tokenSize != sizeof(hw_auth_token_t)) {
138 ALOG(LOG_VERBOSE, LOG_TAG, "nativeEnroll() : invalid token size %d\n", tokenSize);
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 295 milliseconds