Searched refs:disallowedCount (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/interface/
H A DTextView.cpp385 ssize_t disallowedCount = 0; local
388 (const void**)&disallowedChars, &disallowedCount) == B_OK) {
391 disallowedCount /= sizeof(int32);
392 for (int32 x = 0; x < disallowedCount; x++) {

Completed in 52 milliseconds