/aosp_15_r20/external/libtextclassifier/native/utils/ |
H A D | resources.cc | 36 std::string NormalizeLanguageCode(const std::string& language_code) { in NormalizeLanguageCode() argument 37 if (language_code == "id") { in NormalizeLanguageCode() 39 } else if (language_code == "iw") { in NormalizeLanguageCode() 41 } else if (language_code == "no") { in NormalizeLanguageCode() 43 } else if (language_code == "tl") { in NormalizeLanguageCode() 46 return language_code; in NormalizeLanguageCode()
|
/aosp_15_r20/external/googleapis/google/cloud/dialogflow/v2beta1/ |
H A D | entity_type.proto | 54 option (google.api.method_signature) = "parent,language_code"; 66 option (google.api.method_signature) = "name,language_code"; 84 option (google.api.method_signature) = "parent,entity_type,language_code"; 102 option (google.api.method_signature) = "entity_type,language_code"; 104 "entity_type,language_code,update_mask"; 209 option (google.api.method_signature) = "parent,entities,language_code"; 243 option (google.api.method_signature) = "parent,entities,language_code"; 275 option (google.api.method_signature) = "parent,entity_values,language_code"; 407 string language_code = 2 [(google.api.field_behavior) = OPTIONAL]; field 449 string language_code = 2 [(google.api.field_behavior) = OPTIONAL]; field [all …]
|
/aosp_15_r20/external/google-cloud-java/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/proto/google/cloud/dialogflow/v2beta1/ |
H A D | entity_type.proto | 54 option (google.api.method_signature) = "parent,language_code"; 66 option (google.api.method_signature) = "name,language_code"; 84 option (google.api.method_signature) = "parent,entity_type,language_code"; 102 option (google.api.method_signature) = "entity_type,language_code"; 104 "entity_type,language_code,update_mask"; 209 option (google.api.method_signature) = "parent,entities,language_code"; 243 option (google.api.method_signature) = "parent,entities,language_code"; 275 option (google.api.method_signature) = "parent,entity_values,language_code"; 407 string language_code = 2 [(google.api.field_behavior) = OPTIONAL]; field 449 string language_code = 2 [(google.api.field_behavior) = OPTIONAL]; field [all …]
|
/aosp_15_r20/external/google-cloud-java/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/ |
H A D | entity_type.proto | 53 option (google.api.method_signature) = "parent,language_code"; 65 option (google.api.method_signature) = "name,language_code"; 83 option (google.api.method_signature) = "parent,entity_type,language_code"; 101 option (google.api.method_signature) = "entity_type,language_code"; 206 option (google.api.method_signature) = "parent,entities,language_code"; 241 option (google.api.method_signature) = "parent,entities,language_code"; 273 option (google.api.method_signature) = "parent,entity_values,language_code"; 401 string language_code = 2 [(google.api.field_behavior) = OPTIONAL]; field 440 string language_code = 2 [(google.api.field_behavior) = OPTIONAL]; field 463 string language_code = 3 [(google.api.field_behavior) = OPTIONAL]; field [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/dialogflow/v2/ |
H A D | entity_type.proto | 53 option (google.api.method_signature) = "parent,language_code"; 65 option (google.api.method_signature) = "name,language_code"; 83 option (google.api.method_signature) = "parent,entity_type,language_code"; 101 option (google.api.method_signature) = "entity_type,language_code"; 206 option (google.api.method_signature) = "parent,entities,language_code"; 241 option (google.api.method_signature) = "parent,entities,language_code"; 273 option (google.api.method_signature) = "parent,entity_values,language_code"; 401 string language_code = 2 [(google.api.field_behavior) = OPTIONAL]; field 440 string language_code = 2 [(google.api.field_behavior) = OPTIONAL]; field 463 string language_code = 3 [(google.api.field_behavior) = OPTIONAL]; field [all …]
|
/aosp_15_r20/external/icing/icing/expand/stemming/ |
H A D | stemming-expander.h | 39 std::string language_code); 53 explicit StemmingExpander(std::string language_code, in StemmingExpander() argument 55 : language_code_(std::move(language_code)), in StemmingExpander()
|
H A D | stemming-expander.cc | 34 StemmingExpander::Create(std::string language_code) { in Create() argument 36 stemmer_factory::Create(language_code)); in Create() 39 new StemmingExpander(std::move(language_code), std::move(stemmer))); in Create()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sdp/ |
H A D | service_record.cc | 253 bool ServiceRecord::AddInfo(const std::string& language_code, in AddInfo() argument 258 (language_code.size() != 2)) { in AddInfo() 293 cpp20::endian::big, *((const uint16_t*)(language_code.data()))); in AddInfo() 348 info.language_code = std::string( in GetInfo()
|
/aosp_15_r20/external/googleapis/google/cloud/texttospeech/v1/ |
H A D | cloud_tts.proto | 48 option (google.api.method_signature) = "language_code"; 118 // to synthesize this language_code. For example, if you specify `"en-NZ"`, 122 string language_code = 1 [(google.api.field_behavior) = OPTIONAL]; field 192 string language_code = 1 [(google.api.field_behavior) = REQUIRED]; field 195 // voice based on the other parameters such as language_code and gender. 199 // choose a voice based on the other parameters such as language_code and
|
/aosp_15_r20/external/google-cloud-java/java-texttospeech/proto-google-cloud-texttospeech-v1/src/main/proto/google/cloud/texttospeech/v1/ |
H A D | cloud_tts.proto | 48 option (google.api.method_signature) = "language_code"; 118 // to synthesize this language_code. For example, if you specify `"en-NZ"`, 122 string language_code = 1 [(google.api.field_behavior) = OPTIONAL]; field 192 string language_code = 1 [(google.api.field_behavior) = REQUIRED]; field 195 // voice based on the other parameters such as language_code and gender. 199 // choose a voice based on the other parameters such as language_code and
|
/aosp_15_r20/external/googleapis/google/ads/googleads/v15/resources/ |
H A D | domain_category.proto | 40 …pattern: "customers/{customer_id}/domainCategories/{campaign_id}~{base64_category}~{language_code}" 46 // `customers/{customer_id}/domainCategories/{campaign_id}~{category_base64}~{language_code}` 72 optional string language_code = 12
|
/aosp_15_r20/external/googleapis/google/ads/googleads/v14/resources/ |
H A D | domain_category.proto | 40 …pattern: "customers/{customer_id}/domainCategories/{campaign_id}~{base64_category}~{language_code}" 46 // `customers/{customer_id}/domainCategories/{campaign_id}~{category_base64}~{language_code}` 72 optional string language_code = 12
|
/aosp_15_r20/external/googleapis/google/ads/googleads/v16/resources/ |
H A D | domain_category.proto | 40 …pattern: "customers/{customer_id}/domainCategories/{campaign_id}~{base64_category}~{language_code}" 46 // `customers/{customer_id}/domainCategories/{campaign_id}~{category_base64}~{language_code}` 72 optional string language_code = 12
|
/aosp_15_r20/external/google-cloud-java/java-talent/proto-google-cloud-talent-v4/src/main/proto/google/cloud/talent/v4/ |
H A D | job.proto | 130 // [language_code][google.cloud.talent.v4.Job.language_code] and 166 // [language_code][google.cloud.talent.v4.Job.language_code] and 243 string language_code = 15; 324 // [language_code][google.cloud.talent.v4.Job.language_code] and
|
/aosp_15_r20/external/google-cloud-java/java-talent/proto-google-cloud-talent-v4beta1/src/main/proto/google/cloud/talent/v4beta1/ |
H A D | job.proto | 139 // [language_code][google.cloud.talent.v4beta1.Job.language_code] and 175 // [language_code][google.cloud.talent.v4beta1.Job.language_code] and 243 string language_code = 15; 326 // [language_code][google.cloud.talent.v4beta1.Job.language_code] and
|
/aosp_15_r20/external/googleapis/google/cloud/talent/v4/ |
H A D | job.proto | 130 // [language_code][google.cloud.talent.v4.Job.language_code] and 166 // [language_code][google.cloud.talent.v4.Job.language_code] and 243 string language_code = 15; 324 // [language_code][google.cloud.talent.v4.Job.language_code] and
|
/aosp_15_r20/external/googleapis/google/cloud/talent/v4beta1/ |
H A D | job.proto | 139 // [language_code][google.cloud.talent.v4beta1.Job.language_code] and 175 // [language_code][google.cloud.talent.v4beta1.Job.language_code] and 243 string language_code = 15; 326 // [language_code][google.cloud.talent.v4beta1.Job.language_code] and
|
/aosp_15_r20/external/google-cloud-java/java-texttospeech/proto-google-cloud-texttospeech-v1beta1/src/main/proto/google/cloud/texttospeech/v1beta1/ |
H A D | cloud_tts.proto | 47 option (google.api.method_signature) = "language_code"; 118 // to synthesize this language_code. For example, if you specify `"en-NZ"`, 122 string language_code = 1 [(google.api.field_behavior) = OPTIONAL]; field 203 string language_code = 1 [(google.api.field_behavior) = REQUIRED]; field 206 // voice based on the other parameters such as language_code and gender. 210 // choose a voice based on the other parameters such as language_code and
|
/aosp_15_r20/external/googleapis/google/cloud/texttospeech/v1beta1/ |
H A D | cloud_tts.proto | 48 option (google.api.method_signature) = "language_code"; 121 // to synthesize this language_code. For example, if you specify `"en-NZ"`, 125 string language_code = 1 [(google.api.field_behavior) = OPTIONAL]; field 207 string language_code = 1 [(google.api.field_behavior) = REQUIRED]; field 210 // voice based on the other parameters such as language_code and gender. 214 // choose a voice based on the other parameters such as language_code and
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/sdp/ |
H A D | service_record.h | 110 bool AddInfo(const std::string& language_code, 119 std::string language_code; member
|
/aosp_15_r20/external/googleapis/google/streetview/publish/v1/ |
H A D | rpcmessages.proto | 56 // If language_code is unspecified, the user's language preference for Google 58 string language_code = 3; field 82 // If language_code is unspecified, the user's language preference for Google 84 string language_code = 3 [(google.api.field_behavior) = OPTIONAL]; field 157 // If language_code is unspecified, the user's language preference for Google 159 string language_code = 5 [(google.api.field_behavior) = OPTIONAL]; field
|
/aosp_15_r20/external/googleapis/google/cloud/dialogflow/cx/v3/ |
H A D | generator.proto | 145 string language_code = 2; field 181 string language_code = 2; field 202 string language_code = 3; field 212 string language_code = 2; field
|
/aosp_15_r20/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/proto/google/type/ |
H A D | localized_text.proto | 28 // Localized string in the language corresponding to `language_code' below. 35 string language_code = 2; field
|
/aosp_15_r20/external/googleapis/google/type/ |
H A D | localized_text.proto | 28 // Localized string in the language corresponding to `language_code' below. 35 string language_code = 2; field
|
/aosp_15_r20/external/googleapis/google/cloud/dialogflow/cx/v3beta1/ |
H A D | generator.proto | 150 string language_code = 2; field 186 string language_code = 2; field 207 string language_code = 3; field 217 string language_code = 2; field
|