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

/external/chromium_org/base/i18n/
H A Dutf8_validator_tables.h17 extern const uint8 kUtf8ValidatorTables[];
21 // The offset of the INVALID state in kUtf8ValidatorTables.
H A Dstreaming_utf8_validator.cc19 return internal::kUtf8ValidatorTables[offset];
H A Dutf8_validator_tables.cc13 const uint8 kUtf8ValidatorTables[] = { member in namespace:base::internal
52 const size_t kUtf8ValidatorTablesSize = arraysize(kUtf8ValidatorTables);

Completed in 245 milliseconds