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

  /external/icu/icu4c/source/i18n/
affixpatternparser.cpp 455 int32_t tokenSize = nextUserToken(buffer, i, len, &token);
456 i += tokenSize;
457 if (token == 0x27 && tokenSize == 1) { // quote
484 appendTo.add(kCurrency, static_cast<uint8_t>(tokenSize));
495 case 0xA4: // included b/c tokenSize can be > 1
496 for (int32_t j = 0; j < tokenSize; ++j) {
521 int32_t tokenSize = nextToken(buffer, i, len, &token);
522 if (tokenSize == 1) {
525 while (i < len && (tokenSize = nextToken(buffer, i, len, &token)) == 1) {
535 i += tokenSize;
    [all...]
  /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 61 milliseconds