Lines Matching defs:code
287 int code = 0;
288 tag = VariableConvertor::GetString(env, argv[1], code);
289 if (code) {
302 int32_t code = 0;
303 std::string localeTag = VariableConvertor::GetString(env, argv, code);
304 if (code != 0) {
417 int32_t code = 0;
418 std::string languageTag = VariableConvertor::GetString(env, argv[0], code);
419 if (code != 0) {
458 int32_t code = 0;
459 std::string regionTag = VariableConvertor::GetString(env, argv[0], code);
460 if (code != 0) {
540 int32_t code = 0;
541 std::string idTag = VariableConvertor::GetString(env, argv[0], code);
542 if (code) {
851 int32_t code = 0;
852 std::string number = VariableConvertor::GetString(env, argv[0], code);
853 if (code) {
856 std::string language = VariableConvertor::GetString(env, argv[1], code);
857 if (code) {
982 int32_t code = 0;
983 std::string localeTag = VariableConvertor::GetString(env, argv[0], code);
984 if (code) {