// Copyright 2013 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. // generated_ulscript.cc // Machine generated. Do Not Edit. // // Declarations for scripts recognized by CLD2 // #include "generated_ulscript.h" namespace chrome_lang_id { namespace CLD2 { // Subscripted by enum ULScript extern const int kULScriptToNameSize = …; extern const char* const kULScriptToName[kULScriptToNameSize] = …; // Subscripted by enum ULScript extern const int kULScriptToCodeSize = …; extern const char* const kULScriptToCode[kULScriptToCodeSize] = …; // Subscripted by enum ULScript extern const int kULScriptToCNameSize = …; extern const char* const kULScriptToCName[kULScriptToCNameSize] = …; // Subscripted by enum ULScript extern const int kULScriptToRtypeSize = …; extern const ULScriptRType kULScriptToRtype[kULScriptToRtypeSize] = …; // Subscripted by enum ULScript extern const int kULScriptToDefaultLangSize = …; // Alphabetical order for binary search extern const int kNameToULScriptSize = …; extern const CharIntPair kNameToULScript[kNameToULScriptSize] = …; // Alphabetical order for binary search extern const int kCodeToULScriptSize = …; extern const CharIntPair kCodeToULScript[kNameToULScriptSize] = …; } // namespace CLD2 } // namespace chrome_lang_id